Skip to main content
Glama

Saylor Innovations: pay-per-call data

Reference Exchange Rates

get_fx_report
Read-onlyIdempotent

Get daily reference exchange rates per one unit of a base currency, with observation date and currency codes. Not executable trading quotes. ECB source data is also available free from ecb.europa.eu. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseYesThree-letter currency code supported by the ECB reference-rate feed, for example USD or EUR.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already cover read-only/idempotent/non-destructive behavior, and the description adds meaningful operational details: the call costs $0.003, no provider account is required, and the data is ECB-sourced. 'Returns payment instructions for the Saylor endpoint' is an odd disclosure but does not contradict the annotation hints.

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 description is short and front-loaded with the main purpose; every sentence carries a distinct fact (scope, non-quote status, free source, cost, auth). The 'Returns payment instructions' sentence is the least cleanly tied to the rest but is not filler.

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-parameter, read-only, annotated tool this is nearly complete: the description covers what is returned (rates, observation date, currency codes) and how the call is constrained. Without an output schema it could specify the response shape more precisely, but the information an agent needs to select and invoke it is present.

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?

Schema coverage is 100% and the only parameter, 'base', is already described as a three-letter ECB-supported currency code. The description's 'per one unit of a base currency' clarifies rate semantics slightly, so it earns the baseline 3 but adds little beyond the schema.

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 opening sentence names a specific verb ('Get') and resource ('daily reference exchange rates per one unit of a base currency'), and the disclaimer 'Not executable trading quotes' sharpens the scope. It is clear enough to distinguish from sibling report tools by resource type, though it never names a sibling directly. The later phrase 'Returns payment instructions' slightly muddies the core function.

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 gives useful context: it is for reference rates, not executable quotes, and notes the same ECB data is available free from ecb.europa.eu. However, it does not give explicit when-to-use guidance or point to an internal alternative among the siblings; usage is mostly implied by the tool name and first sentence.

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