Check SAP Agent Active
sap_is_agent_activeVerify whether a Solana wallet owns an active SAP agent. Use this free check before paid discovery to confirm wallet activity.
Instructions
Free exact activity check for an owner wallet. Use this before paid discovery when the wallet is known. 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. |