Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get metadata and field definitions for a Salesforce object
salesforce__describe_object
{ "type": "object", "properties": { "sobjectType": { "type": "string", "description": "Salesforce object API name, for example Case, Account, Contact, Opportunity, or a custom object" } }, "required": [ "sobjectType" ], "description": "Input schema for the salesforce__describe_object tool." }