Check one project in detail
onchain_agent_get_resourceUSE WHEN you need to judge one specific project — is it open source, still maintained, who is behind it, what does it support. Returns the full record by slug, optionally with its recent releases and posts. Find the slug with onchain_agent_search_resources first.
Returns (json): { resource: {...full record incl. marketplace + liveness fields}, recent_activity: [...] }. Returns an error if the slug is unknown or the resource is Deprecated. Read-only.
Example: { slug: "coinbase-agentkit" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The resource slug, e.g. 'coinbase-agentkit'. | |
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (machine-readable). | markdown |
| include_activity | No | Include the resource's recent activity feed (releases/posts). |