{"name":"search-web","description":"Run a Decodo Google web search and get ranked results with no LLM summary. If primary search is quota-limited, a best-effort fallback returns marked degraded recent public-news results from GDELT (https://www.gdeltproject.org/); fallback recency is capped at 168 hours for month, year, and any. Use it as a raw web-results feed; use answer-web when you need synthesized citations.","price":"$0.01","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Search query. 1-500 chars."},"num_results":{"type":"number","description":"Number of results to return. Default 10, max 20."},"limit":{"type":"number","description":"Alias for num_results. If both are supplied, num_results wins."},"include_text":{"type":"boolean","description":"Whether to include fetched page text when available."},"recency":{"type":"string","enum":["day","week","month","year","any"],"description":"Optional freshness filter. Default 'any'."}},"required":["query"]},"input_example":{"query":"x402 payments","num_results":10},"output_example":{"query":"x402 payments","results":[{"title":"Example","snippet":"Pay per request...","domain":"example.com"}],"source":"GDELT public-news fallback","source_url":"https://www.gdeltproject.org/","degraded":true,"include_text":false,"note":"Primary web search was unavailable; returned recent public-news results instead."},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}