Tous les outils

CRM · lookup_crm

Chercher dans HubSpot

Recherche contacts, entreprises et deals dans HubSpot.

Prix
inclus
Prérequis
HubSpot
à brancher dans Paramètres → Intégrations
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
query *stringSearch terms (name, email, company name, etc.)
entitycontact | company | dealThe type of CRM record to search
limitnumberMax results (1-10, default 5)

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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} })