Fetch SAP Stake
sap_fetch_stakeFetch stake details using agent PDA or stake PDA to inspect current chain state on Solana.
Instructions
Fetch agent stake by stake PDA or agent PDA. 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 |
|---|---|---|---|
| agentPda | No | Agent PDA (base58) — used when stakePda is omitted | |
| stakePda | No | Stake PDA (base58) to fetch directly |
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. |