All tools

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

FieldTypeDescription
competitorName *stringName of the competitor to analyze
competitorUrlstringCompetitor's website URL (optional but recommended)
aspectsarrayAspects 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":[]} })