Skip to main content
Glama

jupiter universal deposit chains

jupiter_universal_deposit_chains

List all chains supported by Jupiter Universal Deposit for cross-chain transfers to Solana. Returns chain IDs, names, and popular chains. Free read.

SAP MCP execution guidance: Intent: SAP MCP tool 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

B3.1/5.0
Behavior1/5

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

The description says 'Free read' and describes a simple listing operation, but annotations mark readOnlyHint as false, which signals the operation may not be read-only; this is a direct contradiction. The description also internally conflicts by labeling it 'Free read' while the SAP guidance says 'Pricing: paid read-premium' and routes to paid tool calls.

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

Conciseness2/5

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

The first sentence is concise and informative, but the remainder is bloated SAP MCP boilerplate that repeats nearly verbatim in the input schema and introduces contradictory pricing information. The description would be better as a single focused sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter list tool with an output schema, the essential call information is nearly present. However, the contradictions between 'Free read', 'paid read-premium', and readOnlyHint=false leave an agent uncertain whether calling this tool is actually free, read-only, and side-effect-free, so the definition is not fully reliable.

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?

There are zero parameters and the input schema is fully documented; there is no parameter meaning for the description to add. The 0-parameter baseline of 4 applies here, and the description instead usefully states the output content.

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?

Description uses a specific verb and resource: it lists all chains supported by Jupiter Universal Deposit for cross-chain transfers to Solana, and says it returns chain IDs, names, and popular chains. This clearly differentiates it from sibling tools like jupiter_universal_deposit_quote and jupiter_universal_deposit_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'for cross-chain transfers to Solana' implies when this tool is relevant, but there is no explicit when-to-use versus alternatives or any exclusion guidance. The SAP MCP execution guidance is about payment routing, not about selecting among Jupiter Universal Deposit sibling tools.

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.