Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Check Hosted Payment Readiness

sap_payments_readiness
Read-onlyIdempotent

Checks local bridge setup, account balances, and policy limits to confirm readiness for hosted SAP MCP paid workflows. Use this before any paid write operation.

Instructions

Free local readiness check for hosted SAP MCP paid/write workflows. Verifies the local sap_payments bridge, active profile, signer public key, RPC reachability, SOL/USDC balances, and commerce policy limits without exposing keypair bytes. Agents should call this before paid tools, swaps, SNS registration, Metaplex minting, or SAP registry writes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNoHosted MCP endpoint. Defaults to https://mcp.sap.oobeprotocol.ai/mcp.
profileNameNoOptional SAP MCP profile name. Defaults to the active local profile.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyYesLocal agent commerce policy limits used before autopay or value-moving operations.
profileYesRedacted active profile, signer, RPC, and wallet path status.
balancesYesSOL and USDC payment readiness when RPC checks are available.
hostedMcpYesHosted remote MCP endpoint and accountless trust boundary.
readinessYesReady/degraded/not-ready result with issues and next action.
localBridgeYesLocal sap_payments bridge status and preferred tools.
agentInstructionYesOperational instruction for MCP agents.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds value by specifying it is a 'free local' check that 'verifies...without exposing keypair bytes' and lists what it checks, enhancing safety understanding. No contradiction with 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 efficient sentences: first states purpose, second lists checks and usage guidance. No wasted words; front-loaded with key information.

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 simple readiness check tool with output schema present, the description covers all needed context: what it checks, when to call, and safety guarantees. Complete for its complexity.

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 covers both parameters with descriptions (endpoint default, profile optional). The description does not add parameter-specific details beyond schema, so baseline 3 applies.

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 the tool as a 'free local readiness check for hosted SAP MCP paid/write workflows' and lists specific verifications (bridge, profile, key, balances, limits) without exposing keypair bytes. It distinguishes from siblings by stating it should be called before paid tools, swaps, SNS registration, Metaplex minting, or SAP registry writes.

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?

Explicitly says 'Agents should call this before paid tools, swaps, SNS registration, Metaplex minting, or SAP registry writes,' providing clear context for use. Missing explicit exclusions or alternatives, but the positive guidance is strong.

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