All tools

Marketing · monitor_brand_mentions

Monitor brand mentions

Brand mentions across the web.

Price
1 credit / call
€0.078 · $0.085
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

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

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