Skip to main content
Glama

xpay✦ Finance Collection

getForexBatchQuotes

Easily access real-time quotes for multiple forex pairs simultaneously with the Batch Forex Quotes API. Stay updated on global currency exchange rates and monitor price changes across different markets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shortNoOptional boolean to get short quotes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations, so the description must disclose behavioral traits, but it only mentions real-time data and 'monitor price changes.' It does not state that this is a read-only operation, any limitations, or what the response contains, leaving the agent without critical behavioral context.

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 sentence is concise and informative, but the second sentence ('Stay updated on global currency exchange rates and monitor price changes across different markets') is redundant marketing language that does not add factual content. It is not zero-waste, but the overall description is short.

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?

The tool is a batch quotation tool, yet the description does not explain which forex pairs are covered, how to specify them, or what the response format is. There is no output schema or annotations to fill this gap, so the description is inadequate for an agent to fully understand the tool's behavior, especially given the unusual schema that lacks a pair-list parameter.

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?

The input schema has 100% coverage for the sole 'short' parameter, so a baseline of 3 is applicable. The description does not clarify what 'short quotes' means or how the parameter affects the response, but since the schema describes it, the description adds no additional semantics but also does not harm.

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 it accesses 'real-time quotes for multiple forex pairs simultaneously,' which is a specific action on a clear resource. This distinguishes it from single-forex-pair tools and batch tools for other asset classes.

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 description implies usage for obtaining multiple forex quotes at once, but it does not explicitly state when to use this tool over the many sibling quote tools, nor does it provide exclusions or alternatives. The 'multiple forex pairs' hint gives some contextual guidance, but no direct comparison to alternatives.

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.

Resources