Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a Salesforce contact by ID
salesforce__get_contact
{ "type": "object", "properties": { "contactId": { "type": "string", "description": "Salesforce Contact ID" } }, "required": [ "contactId" ], "description": "Input schema for the salesforce__get_contact tool." }