MCP Salesforce Connector

get_object_fields

Retrieve field names, labels, and types for any Salesforce object to streamline metadata queries and integration workflows using the MCP Salesforce Connector.

Instructions

Retrieves field Names, labels and types for a specific Salesforce object

Input Schema

NameRequiredDescriptionDefault
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Salesforce Connector

Related Tools

ID: a6lwlnjayf