Check SAP Agent Active
sap_is_agent_activeCheck if a Solana wallet holds an active SAP agent to verify agent presence before interacting with protocol accounts.
Instructions
Check if a wallet owns an active SAP 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 wallet to check for an active SAP agent (base58) |
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. |