Check SAP MCP Runtime Status
sap_agent_runtime_statusFree machine-readable readiness and routing summary for SAP MCP. Use this for "are you connected?", paid/write readiness, local profile visibility, and exact next actions without dumping the whole tool catalog.
SAP MCP execution guidance: Intent: agent bootstrap, routing, skills, or repair guidance. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Optional user intent so the status can highlight the correct next tool path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosted | Yes | Observable hosted SAP MCP status for this server process. | |
| intent | Yes | Status intent used for routing. | |
| routing | Yes | Canonical tool routes for reads, paid calls, writes, and unsigned transactions. | |
| success | Yes | Whether runtime status was generated. | |
| localBridge | Yes | Expected local sap_payments bridge status and verification tools. | |
| toolCatalog | Yes | Secret-free modular tool catalog summary generated from registered tool modules, or null before registration summary is available. | |
| nextToolCalls | Yes | Exact next tool calls agents should make when available. | |
| runtimeDoctor | Yes | Secret-free local runtime doctor report generated from the active server config. Includes pass/warning/fail checks for profile, signer, wallet path presence, policy limits, RPC, and paid/write readiness without keypair bytes. | |
| forbiddenActions | Yes | Actions agents must not perform. | |
| userFacingSummary | Yes | Short summary safe to show to the user. | |
| sessionContextPacket | Yes | Machine-readable SAP MCP routing, freshness, memory, proof-tape, and forbidden-action rules for this intent. |