Get Agent Profile
get_agent_profileFetch the full on-chain profile of a Stellar agent: identity, capabilities, declared scores, rank, reputation reachability, feedback, and handle, with optional reputation verification.
Instructions
Full profile for one agent: typed identity, capabilities, declared scores, a rank breakdown, bounded Reputation-contract reachability status, recent feedback, the canonical stellar:{network}:{identity}#{id} handle, and an explicitly unverified derived A2A-shaped projection. The current probe verifies no reputation fields. No A2A conformance or endpoint ownership is implied; self-declared text is confined to labeled selfDeclared slots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Numeric agent id, numeric string, or a full stellar:{network}:{identity}#{id} handle. | |
| verify | No | Attempt the bounded Reputation-contract probe (default on; current probe verifies no reputation fields). | |
| feedbackLimit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| agentCard | Yes | ||
| verification | Yes | ||
| recentFeedback | Yes | ||
| feedbackCoverage | Yes |