Tous les outils

Web · web_fetch

Lire une page web

Lit le contenu d'une URL.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
url *stringThe full URL to fetch (must start with http:// or https://).
maxLengthnumberMaximum characters to return (default 6000, max 20000). Increase for longer documents.

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"web_fetch","input":{"url":"…","maxLength":1}}'
$run({ "tool": "web_fetch", "input": {"url":"…","maxLength":1} })