🔎
Web Search
Real-time web results for any agent
🌐 Web & SearchAPIMCPSDK
Overview
Give your agent fresh, citable knowledge from the live web. Returns ranked results with titles, snippets and source URLs, ready to feed straight into a model context window.
Call it from any agent
curl https://api.agishub.com/v1/tools/web-search \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "query": "latest MCP spec changes", "limit": 5 }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | The search query. |
| limit | number | No | Max results (default 5). |
| freshness | string | No | day | week | month | year. |