Skip to main content
Glama

Get financial statements

company.statements
Read-onlyIdempotent

Get annual, quarterly, or both financial-statement periods for one company without loading unrelated research data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
periodNoboth
symbolYesMarket symbol, for example NVDA, BRK.B, or BTC/USD
exchangeNoOptional exchange or MIC code used to disambiguate the symbol

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, and the description adds a useful scoping trait: it loads only statement periods, not unrelated research data. It does not disclose response shape, period ordering, or pagination, but with strong annotations the bar is lower.

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 focused sentence with the key content front-loaded. Every clause earns its place and there is no redundant or filler wording.

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

Completeness3/5

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

For a read-only, idempotent call, the description plus schema is minimally usable: symbol is required, period has a clear enum, and annotations cover safety. Yet with no output schema, the description should characterize the result set more (e.g., what a period contains or how limit applies), so clear gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 50% and the free-text description adds almost no parameter meaning. It restates the period enum choices, but it does not explain what 'limit' counts (years vs quarters vs records) or anything beyond schema for symbol/exchange.

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 description names a specific action and object ('Get annual, quarterly, or both financial-statement periods') and scopes it to a single company. It stops short of explicitly distinguishing itself from closely related siblings such as company.financials, so it is clear but not fully differentiated.

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?

It gives clear context for use: this returns statement periods for one company and avoids dragging in unrelated research data. However, it does not name alternative tools or spell out when not to use this tool.

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