Fetch SAP Attestation
sap_fetch_attestationFetch an attestation PDA for a given agent PDA, optionally filtered by attester wallet, to inspect current on-chain attestation state.
Instructions
Fetch an attestation PDA by agent PDA and optional attester 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 |
|---|---|---|---|
| agentPda | No | Agent PDA (base58) to fetch attestation for | |
| attester | No | Optional attester wallet (base58) to filter attestation by |
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. |