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
| Field | Type | Description |
|---|---|---|
| brandName * | string | Brand or company name to monitor |
| sources | array | Sources to search (default: ["web"]) |
| sinceDate | string | ISO 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":"…"} })