sap_agent_context
InactiveTool of SAP MCP Server
Free one-shot SAP orientation context for agents. Use this when the user asks whether SAP MCP is connected, wants to understand an agent/wallet, or needs the next safe paid/write route. It combines exact reads or a compact directory page with routing guidance without triggering x402. SAP MCP context: Direct synapse-sap-sdk wrapper served by this MCP. Read tools return on-chain state; write tools require signer policy, configured RPC, and the active SAP profile.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Maximum compact orientation rows to include when wallet is not supplied. Defaults to 10 and is capped at 20 to keep this tool free."
},
"query": {
"type": "string",
"description": "Optional text query for a free compact orientation search. Keep this narrow, for example \"XONA\" or \"Solking\"."
},
"wallet": {
"type": "string",
"description": "Optional exact owner wallet public key (base58). When supplied, returns the matching agent identity, PDA, active state, and hydrated profile when available."
},
"agentPda": {
"type": "string",
"description": "Optional exact SAP agent PDA (base58) for compact context lookup when the owner wallet is not known."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries