Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | salesforce__describe_object |
| Group | Integrations |
{
"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."
}