Recent crypto-agent releases and news
onchain_agent_get_newsUSE WHEN asked what is new or what shipped recently in crypto AI agents, and you want dated, source-attributed items rather than undated blog posts. Official releases (GitHub), project announcements, and reputable RSS — strongly filtered to the agent economy. Filter by kind (release/tweet/news/research) and/or chain; paginate via limit/offset.
Returns (json): { total, count, offset, has_more, next_offset?, news: [{ kind, title, summary, url, source, author_handle, chains, resource_slug, published_at }] }. Read-only.
Example: { kind: "release", limit: 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by item kind: release, tweet, news, or research. | |
| chain | No | Filter to items tagged with this chain. | |
| limit | No | Max results to return (1-50, default 20). | |
| offset | No | Results to skip, for pagination (default 0). | |
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (machine-readable). | markdown |