Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Prepare Hosted x402 Challenge

sap_payments_prepare_challenge
Read-only

Initializes a hosted SAP MCP call to a paid tool without payment and returns the parsed x402 challenge. Use for inspection, policy review, or building custom x402 clients.

Instructions

Low-level free helper that initializes hosted SAP MCP, calls the target paid tool without payment, and returns the parsed x402 challenge without signing. Use for inspection, policy review, or custom x402 clients. Normal agents should prefer sap_payments_call_paid_tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional full JSON-RPC request body. Use this instead of toolName when the caller already has a complete request.
endpointNoHosted MCP endpoint. Defaults to https://mcp.sap.oobeprotocol.ai/mcp.
toolNameNoRemote hosted SAP MCP tool name to call, for example sap_list_all_agents.
argumentsNoArguments for the remote tools/call request.
maxPriceUsdNoOptional maximum acceptable USD price used only to reject oversized challenges during inspection.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNoHosted MCP endpoint that returned the challenge.
amountUsdNoSelected payment amount expressed in USD.
sessionIdNoMCP session id created for the challenge.
requestBodyNoCanonical JSON-RPC request body used to obtain the challenge.
instructionsNoAgent-safe retry and signing instructions.
paymentRequiredNoParsed x402 PaymentRequired challenge.
selectedRequirementsNoSelected payment requirement from accepts[0].
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds key behavioral details: it is free, calls the target tool without payment, and returns a challenge without signing. It doesn't mention any side effects, but given readOnlyHint, the description is consistent and adds value.

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 concise with three sentences, front-loads the key information, and avoids unnecessary detail.

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?

For a read-only helper tool with annotations and an output schema, the description sufficiently covers purpose, usage scenarios, and behavioral context, leaving no critical gaps.

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 coverage is 100% with individual parameter descriptions. The tool description provides context for the parameters as a whole (e.g., initializing hosted SAP MCP and calling a paid tool), but does not add meaning beyond what the schema already provides, meeting the baseline of 3.

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 is a low-level free helper that initializes hosted SAP MCP, calls a target paid tool without payment, and returns the parsed x402 challenge without signing. It distinguishes itself from sibling tools like sap_payments_call_paid_tool by specifying its limited use.

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 tells when to use this tool ('for inspection, policy review, or custom x402 clients') and advises that normal agents should prefer sap_payments_call_paid_tool, 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