Get SAP Agent Profile
sap_get_agent_profileRetrieve a complete SAP agent profile using the owner's Solana public key. Access agent data including registry, reputation, and memory details.
Instructions
Fetch a hydrated SAP agent profile by owner wallet. SAP MCP context: Read-only SAP SDK wrapper against the configured Solana RPC and SAP program. Use these reads to inspect current chain state before mutating registry, payment, reputation, memory, or tool accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | No | Solana public key of the agent owner wallet (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |