Fetch Protocol Index
sap_fetch_protocol_indexFetch a SAP protocol index by protocol ID to inspect current chain state before modifying registry, payment, or tool accounts.
Instructions
Fetch a SAP protocol index by protocol ID. 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 |
|---|---|---|---|
| protocolId | No | Protocol ID to fetch the index for (e.g. "jupiter", "drift") |
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. |