Marketing · analyze_competitor
Analyze competitor
Online presence of a competitor.
- 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 |
|---|---|---|
| competitorName * | string | Name of the competitor to analyze |
| competitorUrl | string | Competitor's website URL (optional but recommended) |
| aspects | array | Aspects to analyze (default: content, seo, positioning) |
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":"analyze_competitor","input":{"competitorName":"…","competitorUrl":"…","aspects":[]}}'$
run({ "tool": "analyze_competitor", "input": {"competitorName":"…","competitorUrl":"…","aspects":[]} })