Salesforce MCP Server

salesforce_describe_object

Retrieve detailed schema metadata for any Salesforce object, including fields, relationships, and properties, to understand and manage object structures effectively. Used in Salesforce MCP Server integration.

Instructions

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

NameRequiredDescriptionDefault
objectNameYesAPI name of the object (e.g., 'Account', 'Contact', 'Custom_Object__c')

Input Schema (JSON Schema)

{ "properties": { "objectName": { "description": "API name of the object (e.g., 'Account', 'Contact', 'Custom_Object__c')", "type": "string" } }, "required": [ "objectName" ], "type": "object" }

You must be authenticated.

Other Tools from Salesforce MCP Server

Related Tools

ID: kqeniawbr6