Skip to main content
Glama

sap phoenix get supported chains

sap_phoenix_get_supported_chains
Read-onlyIdempotent

List all chains supported by Relay.link for cross-chain deposits to Solana. Returns chain IDs, names, and native currency info. Use this to show users which chains they can deposit from. 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

No arguments

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.1/5.0
Behavior3/5

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

Annotations already provide readOnly, openWorld, idempotent, and non-destructive hints. The description adds useful SAP execution guidance about pricing, routing, and signer boundaries, plus return contents. However, the phrase 'Free read' sits awkwardly beside 'Pricing: paid read-premium,' which creates ambiguity about whether the call is free or paid, and no rate-limit or data-freshness behavior is disclosed.

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

Conciseness4/5

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

The first paragraph is tight and front-loaded: purpose, contents, and suggested usage. The SAP MCP execution guidance is a bit boilerplate-y and is duplicated in the schema description, and the 'Free read' vs 'paid read-premium' wording introduces avoidable noise.

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 zere-parameter, read-only list tool with an output schema, the description is essentially complete: it explains what is listed, why an agent would call it, and the SAP payment/routing requirements. The only shortfll is the internal pricing ambiguity around 'Free read' versus 'paid read-premium', which prevents a perfect score.

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 tool has zero parameters, so the baseline is 4. The description correctly adds meaning by explaining what the returned list represents, which is more valuable than any parameter docs would be here.

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 names a specific verb and resource: 'List all chains supported by Relay.link for cross-chain deposits to Solana.' It also tells the agent exactly what the response contains (chain IDs, names, native currency info), which clearly separates it from sibling tools like sap_phoenix_get_markets or sap_phoenix_get_orderbook.

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?

It gives a clear intended use: 'Use this to show users which chains they can deposit from.' That is actionable context. It does not explicitly name sibling alternatives or say when not to use it, but for a simple discovery list the use case is specific 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.