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.
Run a read-only SOQL query for expert inspection when curated tools are not enough
salesforce__run_soql_query
{ "type": "object", "properties": { "q": { "type": "string", "description": "Read-only SOQL query, for example SELECT Id, Subject FROM Case LIMIT 10" } }, "required": [ "q" ], "description": "Input schema for the salesforce__run_soql_query tool." }