Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Check SAP MCP Runtime Status

sap_agent_runtime_status
Read-onlyIdempotent

Check connection status, paid/write readiness, and local profile visibility for SAP MCP. Get exact next actions without listing all tools, optionally using intent to highlight the correct path.

Instructions

Free 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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentNoOptional user intent so the status can highlight the correct next tool path.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostedYesObservable hosted SAP MCP status for this server process.
intentYesStatus intent used for routing.
routingYesCanonical tool routes for reads, paid calls, writes, and unsigned transactions.
successYesWhether runtime status was generated.
localBridgeYesExpected local sap_payments bridge status and verification tools.
nextToolCallsYesExact next tool calls agents should make when available.
forbiddenActionsYesActions agents must not perform.
userFacingSummaryYesShort summary safe to show to the user.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true and idempotentHint=true, so the description does not need to repeat these. The description adds that it is 'free' and 'machine-readable', which are useful behavioral traits beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences that are front-loaded with the core purpose and then detailed use cases. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, presence of output schema, and robust annotations, the description covers all necessary context: readiness, routing, cost, and use cases. No gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema fully describes the intent parameter with enum and description, so the description doesn't need to add much. The description mentions routing summary but does not explicitly tie it to the parameter. Baseline 3 applies due to high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it's a 'readyness and routing summary' and lists specific use cases like 'are you connected?' and paid/write readiness. It distinguishes from other tools by saying 'without dumping the whole tool catalog', which helps differentiate from sap_agent_next_action or similar tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: for checking connectivity, paid/write readiness, local profile visibility, and next actions. Implicitly tells when not to use (when you need full catalog), providing clear guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OOBE-PROTOCOL/sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server