{"name":"news-content","description":"News-with-full-text API: send a topic and get back recent news articles with each article's cleaned page text already attached, instead of a headline list you have to fetch yourself. Composite: one call runs news-search, then scrapes and cleans the top articles' page text in parallel, capped at 4,000 characters per article. news-search is required; each article fetch is an independent optional leg, so a slow or blocked page returns content: null with a note on that one article instead of failing the whole call. Use it as a news API with article content, a news-and-extract tool, or a recent-news fetch for agents that need article text, not just headlines.","price":"$0.05","method":"POST","input_schema":{"properties":{"topic":{"type":"string","description":"News topic or free-text query, e.g. 'x402 payments'. Max 500 chars."},"num_articles":{"type":"number","description":"Number of articles to fetch page content for (default 3, max 5)."},"recency":{"type":"string","description":"Optional recency filter: 'day', 'week', 'month', or 'year'. 'month' and 'year' both clamp to the upstream's 7-day ceiling."}},"required":["topic"]},"input_example":{"topic":"x402 payments","num_articles":2},"output_example":{"topic":"x402 payments","articles":[{"title":"Agents start paying per API call","url":"https://news.example.com/agent-pay","source":"news.example.com","published_at":"2026-07-13T00:00:00Z","snippet":"Agents start paying per API call","content":"x402 lets agents pay for API calls with stablecoins over HTTP...","content_truncated":false}],"composed_of":["news-search","scrape:https://news.example.com/agent-pay"],"components":[{"name":"news-search","ok":true,"ms":900}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}