Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Start SAP MCP Agent Mode

sap_agent_start
Read-onlyIdempotent

Initialize SAP MCP and receive a startup playbook tailored to your goal, such as registering an agent or checking wallet balance.

Instructions

Return the concise startup playbook for agents using SAP MCP. Call this when the user says "Start SAP MCP", "Initialize SAP MCP", "Load SAP", or asks what SAP MCP can do.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNoOptional user goal to tailor the startup plan, such as "register an agent", "check wallet balance", or "swap tokens".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYesWhether the bootstrap instructions were generated.
serverModeYesCurrent SAP MCP server mode.
paymentFlowYesHow to handle hosted x402/pay.sh paid calls safely.
repairCommandYesWizard command to repair local hosted/profile/payment bridge setup.
hostedEndpointYesCanonical hosted SAP MCP endpoint.
connectionCheckYesHow agents should answer simple connection/status questions.
activationPhrasesYesShort user phrases that should trigger this bootstrap behavior.
userFacingSummaryYesShort text the agent can show the user after startup.
immediateToolCallsYesTool calls the agent should run first when available.
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. Description adds context about purpose and usage triggers but does not contradict annotations. Behavioral traits are well disclosed.

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 front-load the core purpose and usage conditions. Every sentence adds value with zero waste. Ideal conciseness for a startup action.

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 simple read-only nature, presence of output schema, and full schema coverage, the description is complete. It covers what the tool returns and when to call it.

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 single parameter 'goal' is fully described in the input schema (100% coverage). The description adds minimal additional meaning beyond what schema provides, so baseline 3 is appropriate.

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?

The description clearly states it returns a startup playbook for agents. It lists specific trigger phrases, distinguishing it from sibling sap_* tools that perform other actions. The verb 'Return' and resource 'startup playbook' are specific.

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?

Description explicitly says 'Call this when the user says...' with enumerated phrases. While it doesn't mention when not to use or alternatives, the context is clear enough for an agent to decide.

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