CRM · lookup_crm
Look up HubSpot
Search contacts, companies and deals in HubSpot.
- Price
- included
- Requirements
- HubSpot
- set it up in Settings → Integrations
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| query * | string | Search terms (name, email, company name, etc.) |
| entity | contact | company | deal | The type of CRM record to search |
| 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":"lookup_crm","input":{"query":"…","entity":"contact","limit":1}}'$
run({ "tool": "lookup_crm", "input": {"query":"…","entity":"contact","limit":1} })