Salesforce MCP Server
by SurajAdsul
salesforce_describe_object
Get detailed schema metadata including all fields, relationships, and field properties of any Salesforce object. Examples: 'Account' shows all Account fields including custom fields; 'Case' shows all Case fields including relationships to Account, Contact etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
objectName | Yes | API name of the object (e.g., 'Account', 'Contact', 'Custom_Object__c') |