Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Bridging Bridge Wormhole Status

bridging_bridgeWormholeStatus
Destructive

Check the status of a Wormhole bridge transfer. Input the sequence number and source chain from a prior bridge submission to track progress and update the user-facing audit trail.

Instructions

Check the status of a Wormhole bridge transfer. SAP MCP context: Protocol bridging; operation class read. Use to check Wormhole bridge transfer status after a bridge submission. Call this after bridging_bridgeWormhole and keep the resulting status with the user-facing bridge audit trail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sequenceYesWormhole sequence number from bridgeWormhole response
sourceChainYesSource Chain parameter for Bridging Bridge Wormhole Status.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior1/5

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

The description indicates a read operation ('Check the status'), but annotations set destructiveHint=true and readOnlyHint=false, which is contradictory. The description does not disclose behavioral traits that explain or align with these annotations, and the contradiction is misleading for the agent.

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 (4 sentences), front-loaded with the purpose, and includes context (SAP MCP class), usage flow, and audit trail instruction. Every sentence adds value.

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 has an output schema (coverage of return values), the description is complete: it explains the purpose, usage flow, and audit trail context. No gaps for a simple status check tool.

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%, and the description only restates the schema's parameter descriptions (sequence and sourceChain) without adding new meaning. Baseline 3 is appropriate as the schema already handles parameter documentation.

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 checks the status of a Wormhole bridge transfer. It uses a specific verb (Check) and resource (status of Wormhole bridge transfer), and distinguishes from sibling bridging tools like bridging_bridgeWormhole (which submits transfers).

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 to use this tool after a bridge submission (bridging_bridgeWormhole) and to keep the status with the audit trail. It provides clear usage context, though it does not explicitly mention alternatives or when not to use.

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