Skip to main content
Glama

sap phoenix get deposit status

sap_phoenix_get_deposit_status
Read-onlyIdempotent

Check the status of a cross-chain deposit via Relay.link. Returns the current status (pending/success/failed/refunded), transaction hashes, and chain IDs. Use the requestId from sap_phoenix_get_cross_chain_quote. Free read.

SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestIdYesRequest ID from the cross-chain quote response. Required.

Output Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, non-destructive behavior. The description adds useful output context (statuses, transaction hashes, chain IDs) and identifies the upstream requestId source. However, it says 'Free read' while the appended SAP execution guidance says 'Pricing: paid read-premium,' creating an unresolved cost/execution ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first paragraph is tight, front-loaded, and useful. The following SAP MCP execution guidance is generic, largely repeated in the input schema, and adds significant length without tool-specific value.

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?

For a one-param read-only tool with rich annotations and an output schema, the description covers purpose, input origin, return summary, and execution intent. The main gap is the inconsistent free-vs-paid pricing language, which keeps it from being fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully documents the requestId parameter. The description adds value by telling the agent exactly where to obtain it: from sap_phoenix_get_cross_chain_quote. This provenance goes beyond the schema's generic 'from the cross-chain quote response.'

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 opens with a specific verb and resource: 'Check the status of a cross-chain deposit via Relay.link.' It also names the upstream tool that provides the required requestId, so an agent can distinguish this status lookup from other bridge-status and quote tools.

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 clearly states when to use this tool: after obtaining a requestId from sap_phoenix_get_cross_chain_quote, and it positions the call as a 'Free read.' It does not explicitly list exclusions or alternatives, but the prerequisite and intent are clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.