Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | salesforce__get_contact |
| Group | Integrations |
{
"type": "object",
"properties": {
"contactId": {
"type": "string",
"description": "Salesforce Contact ID"
}
},
"required": [
"contactId"
],
"description": "Input schema for the salesforce__get_contact tool."
}