Skip to main content
Glama

Folionomiq

Check symbols before measuring

validate_symbols
Read-onlyIdempotent

Say which tickers have usable price history for a measurement, which do not, and the closest listing where a symbol is ambiguous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoCurrency every figure is expressed in (USD, EUR, GBP, CAD…). Default USD.
tickersYesTickers to check, up to 150.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoBase currency.
dataNoWhere the prices came from and what was missing or repaired.
validYesPer ticker: true when it has usable price history.
problemsNoPer failing ticker: why.
currenciesNoPer ticker: its trading currency.
suggestionsNoPer ambiguous ticker: the closest listing.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral detail about the output (which tickers are usable, which are not, and closest-listing resolution) beyond what the annotations provide.

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

Conciseness5/5

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

One dense, front-loaded sentence conveys the purpose and output shape without waste. Every clause carries information: usable vs non-usable tickers and ambiguity resolution.

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

Completeness5/5

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

The tool has an output schema, two simple parameters, and annotations defining read-only, idempotent behavior. The description plus schema gives an agent everything needed to invoke it correctly; no critical gaps.

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 description coverage is 100%, so the schema already documents both parameters. The description adds no parameter-specific meaning beyond what the input schema states, matching the baseline.

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 uses a specific verb ("say which") and names the resource (tickers) and output categories (usable price history, unusable, closest listing for ambiguous symbols). It clearly distinguishes this validation tool from the search and measurement siblings.

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?

The title "Check symbols before measuring" and the phrase "for a measurement" make the intended use context clear. However, it does not explicitly contrast with search_symbols or state when not to use it, so it falls short of a full 5.

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