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
| Field | Type | Description |
|---|---|---|
| url * | string | URL du site (https://exemple.fr). |
| pages | array | Pages à lire en priorité en plus de l'accueil (chemins ou URL de la même origine). |
| refresh | boolean | Relire le site même si une fiche récente existe. |
| captureScreenshots | boolean | Prendre 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} })