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 detailed information about a specific account
| Field | Value |
|---|---|
| Name | salesforce__get_account |
| Group | Integrations |
{
"type": "object",
"properties": {
"accountId": {
"type": "string",
"description": "Salesforce Account ID"
}
},
"required": [
"accountId"
],
"description": "Input schema for the salesforce__get_account tool."
}