Skip to main content
Glama

check_financial_numbers

Read-only

Check $CASHTAG-style ticker mentions (e.g. $AAPL) in a piece of financial writing against SEC EDGAR's own XBRL company-facts data for that company's most recent 10-K -- EPS, book value per share, revenue, market cap, total assets, total liabilities. Flags numeric claims that don't match the filed figures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe draft text to check, with $TICKER cashtags for each company mentioned.

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=true and destructiveHint=false, so safety is covered. The description adds useful behavioral context: it compares against SEC EDGAR's XBRL data, implying an external network dependency, and states which specific metrics are validated. This goes beyond the annotations without contradicting them.

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?

The description is a single, dense sentence that front-loads the action and target, then lists the relevant metrics and the tool's outcome. No filler, redundant phrasing, or unnecessary background. Every clause adds useful information.

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?

Given a single simple parameter, no output schema, and annotations covering read-only behavior, the description is fully sufficient for an agent to invoke the tool correctly. It explains the input format, the data source, the comparison set, and what the tool does with mismatches.

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% for the single 'text' parameter, so the schema already fully documents it. The description re-emphasizes the $CASHTAG convention but adds no new format details or additional parameter semantics beyond what the schema provides. Baseline 3 is appropriate.

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 names a specific action ('Check'), a specific resource (financial writing with $TICKER mentions), and a specific data source (SEC EDGAR XBRL company-facts for the most recent 10-K). It also lists the exact metrics involved and the outcome (flagging numeric claims that don't match). No ambiguity about what this tool does.

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?

There are no sibling tools, so alternative routing is not applicable. However, the description clearly implies when to use it: when someone has a draft containing $CASHTAG tickers and wants to verify financial figures against official filings. It does not explicitly state exclusions, but the use case is evident and concrete.

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