Fetch SAP Epoch Page
sap_fetch_epoch_pageRetrieve an epoch page for a session using its PDA and epoch index. Use this read operation to inspect chain state before making mutations.
Instructions
Fetch an epoch page by session PDA and epoch index. 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 |
|---|---|---|---|
| epochIndex | No | Zero-based epoch index to fetch | |
| sessionPda | No | Session PDA (base58) to fetch epoch page for |
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. |