MCP Salesforce Connector

get_record

Retrieve specific Salesforce records by ID and object name using the MCP Salesforce Connector. Streamline data access for targeted Salesforce API operations.

Instructions

Retrieves a specific record by ID

Input Schema

NameRequiredDescriptionDefault
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')
record_idYesThe ID of the record to retrieve

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Salesforce Connector

Related Tools

ID: a6lwlnjayf