An AI briefing written over the whole news corpus, optionally focused on a project — prose, not rows.
Returns a single object, not a list: { tags, summary, updated_at }. Pass ?tags= to focus it on a project; omit it for the market-wide brief.
Every field the corpus returns for one record. Real shape — walked corpus-wide, not sampled.
A curl that runs against the live API right now, plus the MCP tool names for the same data.
MCP tools
get_news_summaryThree concrete questions this capability answers that a general crypto API does not.
?tags=ethereum narrows the briefing to that project rather than returning a filtered article list to summarise yourself./cookbook/weekly-ecosystem-digest builds.Required, not optional. Coverage gaps, staleness and parameter traps that were observed by running the curl above against the live server on 2026-09-18.
It is a singleton, not a collection.
No total, no results, no pagination. Anything written to consume the other endpoints' {count, next, results} envelope will fail here.
updated_at is the server's schedule, not yours.
The briefing is recomputed server-side on its own cadence, so two calls minutes apart usually return identical text. Treat it as a cached artifact and show its timestamp rather than implying it was written for this request.
tags is null when unfocused.
Called without a tag, the response carries tags: null rather than an empty array. Destructuring it as an array will throw.