All tools

Social & video · analyze_website

Analyze a website

Brand brief from a website (copy, screenshots, colors, logo).

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

Input

FieldTypeDescription
url *stringURL du site (https://exemple.fr).
pagesarrayPages à lire en priorité en plus de l'accueil (chemins ou URL de la même origine).
refreshbooleanRelire le site même si une fiche récente existe.
captureScreenshotsbooleanPrendre des captures d'écran (défaut true ; 30-90 s).

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_website","input":{"url":"…","pages":[],"refresh":true,"captureScreenshots":true}}'
$run({ "tool": "analyze_website", "input": {"url":"…","pages":[],"refresh":true,"captureScreenshots":true} })