{"success":true,"output":{"service":"Web Search — live web search results for agents","description":"Live web search via a managed search provider (Tavily). Returns up to 10 results with title, URL, and a bounded text snippet per hit — built for RAG pipelines, research agents, and grounding answers in current sources. Provider-gated: runs only when the operator has configured WEB_SEARCH_API_KEY; without the key the tool fails closed and is not listed.","pricing":"$0.01 per call via the marketplace (POST /api/execute) or the x402 edge.","usage":"POST with { \"input\": { \"query\": \"latest x402 agent payments news\", \"max_results\": 5 } }","parameters":{"query":{"type":"string","required":true,"description":"Search query (1-400 characters)."},"max_results":{"type":"integer","default":5,"description":"Number of results to return (1-10)."}},"provider":"Tavily (tavily.com) — configured server-side; buyers never supply or see the provider key.","configured":true,"tip":"Results are live provider search hits (title/url/snippet). Keep queries specific; max_results is capped at 10."}}