All tools

Web · web_fetch

Fetch a web page

Read the content of a URL.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

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

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":"web_fetch","input":{"url":"…","maxLength":1}}'
$run({ "tool": "web_fetch", "input": {"url":"…","maxLength":1} })