All tools

Web · web_search

Web search

Search the web.

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

Input

FieldTypeDescription
query *stringThe search query. Be specific for better results (e.g. "Acme Corp funding 2025" rather than "Acme").
countnumberNumber of results to return (1–10, default 5).

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_search","input":{"query":"…","count":1}}'
$run({ "tool": "web_search", "input": {"query":"…","count":1} })