Get SAP Agent
sap_get_agentFetch agent identity by owner wallet. If omitted, retrieves the connected wallet's agent for chain state inspection.
Instructions
Fetch agent identity by owner wallet. If omitted, fetches the connected wallet agent. 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). If omitted, uses the connected wallet. |
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. |