Skip to main content
Glama

sap phoenix get market

sap_phoenix_get_market
Read-onlyIdempotent

Get Phoenix market metadata for a symbol (e.g. SOL, BTC). 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
symbolYesMarket symbol (e.g. SOL, BTC, ETH)

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

C2.7/5.0
Behavior2/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 some context about the signer boundary, but it then undermines itself by calling the tool 'Free read' while also stating 'Pricing: paid read-premium.' This internal contradiction obscures the actual behavioral and cost characteristics.

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 opening line is appropriately concise and informative, but the rest is generic SAP boilerplate that repeats the same intent, pricing, routing, and signer-boundary content also present in the input schema. The duplicated guidance adds noise and contradicts the earlier 'Free read' statement.

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?

Despite a simple one-parameter schema and existing output schema, the description leaves a critical ambiguity unresolved: is this a free read or a paid premium read? The routing guidance assumes a paid flow, while the first sentence says 'Free read.' An agent cannot confidently decide whether cost estimation is required before invocation.

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?

There is only one parameter, symbol, and the schema already documents it with 100% coverage including examples. The description essentially repeats the schema content and adds no additional semantic detail, so it meets the baseline but does not go beyond it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence clearly states the action and resource: 'Get Phoenix market metadata for a symbol (e.g. SOL, BTC).' This is specific enough for an agent to know what the tool returns, though it does not explicitly distinguish itself from sibling read tools like sap_phoenix_get_market_stats or sap_phoenix_get_markets.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to choose this tool over similar Phoenix market tools. The generic SAP execution guidance talks about pricing and routing, but it does not help an agent decide between get_market, get_markets, get_market_stats, or get_market_fills.

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.