{"name":"news-digest","description":"Summarizes the news on any topic in one call: ranked results, a bullet digest of the coverage, and the named entities (people, companies, places) driving the story. Give it a topic and a recency window (day/week/month). One paid call replaces a search-then-summarize agent loop: ideal for daily briefings, brand monitoring, market awareness, research agents. Composite: one call runs web-search first, then summarize-text + extract-entities in parallel over the result snippets. Use it as a topic news summary, current events briefing, or agent news monitor.","price":"$0.05","method":"POST","input_schema":{"properties":{"topic":{"type":"string","description":"News topic or query, 1-300 chars."},"recency":{"type":"string","enum":["day","week","month"],"description":"Freshness window. Default 'week'."}},"required":["topic"]},"input_example":{"topic":"x402 payment protocol","recency":"week"},"output_example":{"topic":"x402 payment protocol","recency":"week","digest":"- Coinbase expands the x402 Bazaar\n- New agent frameworks add native x402 support","entities":{"organizations":["Coinbase"],"people":[]},"results":[{"title":"x402 update","url":"https://example.com/x402","snippet":"Pay-per-request protocol news...","domain":"example.com"}],"result_count":10,"composed_of":["web-search","summarize-text","extract-entities"],"components":[{"name":"web-search","ok":true,"ms":2100},{"name":"summarize-text","ok":true,"ms":2300},{"name":"extract-entities","ok":true,"ms":1850}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}