salesforce_describe
Retrieve comprehensive Salesforce object schema details including fields, data types, and permissions to understand data structure and access rights.
Instructions
Get detailed schema information for any Salesforce object, including all fields, data types, and permissions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sobject | No | SObject API name to describe (e.g., 'Contact', 'Account', 'CustomObject__c'). Leave empty to get list of all available objects. |