Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Plan SAP Runtime Repair

sap_runtime_repair_plan
Read-onlyIdempotent

Returns the latest repair command for hosted SAP MCP and local sap_payments bridge to fix runtime configuration without manual editing.

Instructions

Free helper that returns the pinned latest-release repair command for hosted SAP MCP plus local sap_payments bridge setup. Use this before asking users to manually edit runtime config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNoOptional runtime to focus repair instructions on.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesPlan type.
packageYesPinned npm package spec.
successYesWhether the repair plan was generated.
commandsYesOS-specific repair command aliases.
serverModeYesCurrent server mode.
latestVersionYesPinned SAP MCP package version for repair.
repairCommandYesPrimary local command to repair hosted MCP and sap_payments bridge config.
targetRuntimeYesRuntime selected for repair guidance.
wizardCommandYesFull local wizard command for profile creation or full setup.
hostedEndpointYesHosted SAP MCP endpoint.
whatRepairDoesYesConcrete operations performed by repair.
agentInstructionsYesInstructions agents should follow without guessing.
expectedAfterRestartYesTool namespaces and bridge tools expected after restarting the runtime.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint, so safety profile is clear. The description adds that it returns a command and is a 'free helper', which is useful but not beyond what annotations cover. No contradictions.

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?

The description is two sentences, zero wasted words, and all information is front-loaded. Every sentence adds necessary context.

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

Completeness4/5

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

Given the presence of an output schema (not shown) and the simplicity of the tool (one optional parameter, read-only, idempotent), the description covers the essential behavioral aspects. It's complete enough for an agent to use correctly.

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?

Schema description coverage is 100%, meaning the parameter's description already explains it as 'Optional runtime to focus repair instructions on'. The tool description does not add further meaning beyond the schema, so baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool returns a pinned latest-release repair command for SAP MCP and local sap_payments bridge. The verb 'returns' and specific resources make the purpose clear. However, 'runtime repair' could be more precisely defined for unfamiliar users.

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

Usage Guidelines4/5

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

The description explicitly advises using this tool 'before asking users to manually edit runtime config', providing clear usage context. No alternatives are mentioned, but sibling tools don't include a similar repair function, so exclusion isn't necessary.

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