Look up one registered agent
onchain_agent_get_agent_passportGet the full Sato Agent Passport manifest (sato.agent.manifest/v1) for one REGISTERED agent by slug: identity (sato_agent_id), agent types, chains, model/framework, the stack of Sato Hub directory resources it runs on, links, payment/x402 endpoint metadata, and verification + liveness status. Use onchain_agent_search_agents to find slugs.
Payment metadata is self-configured by the creator — published for interoperability, not as an endorsement. Returns an error if the slug is unknown or the agent is not listed. Read-only.
Example: { slug: "my-trading-agent" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The registered agent's slug, e.g. 'my-trading-agent'. Use onchain_agent_search_agents to find slugs. | |
| response_format | No | Output format: 'markdown' (human-readable, default) or 'json' (machine-readable). | markdown |