Tous les outils

Marketing · monitor_brand_mentions

Mentions de la marque

Mentions de la marque sur le web.

Prix
1 crédit / appel
0,078 € · 0,085 $US
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
brandName *stringBrand or company name to monitor
sourcesarraySources to search (default: ["web"])
sinceDatestringISO date (YYYY-MM-DD) — only return mentions after this date

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":"monitor_brand_mentions","input":{"brandName":"…","sources":[],"sinceDate":"…"}}'
$run({ "tool": "monitor_brand_mentions", "input": {"brandName":"…","sources":[],"sinceDate":"…"} })