CRM · salesforce_search
Search Salesforce
Search Salesforce records (guided SOQL).
- Price
- included
- Requirements
- Salesforce
- set it up in Settings → Integrations
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| query * | string | Search terms (name, email, company, etc.) |
| object | Contact | Lead | Account | Opportunity | Salesforce object type to search (default: Contact) |
| limit | number | Max results (1-10, default 5) |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"salesforce_search","input":{"query":"…","object":"Contact","limit":1}}'$
run({ "tool": "salesforce_search", "input": {"query":"…","object":"Contact","limit":1} })