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.
Find customer contacts with account context for support triage. Pass a focused SOQL query when searching by email, name, phone, or account.
salesforce__find_customer
{ "type": "object", "properties": { "q": { "type": "string", "description": "SOQL Contact query. Include Account fields when the agent needs customer context." } }, "description": "Input schema for the salesforce__find_customer tool." }