Skip to main content
Glama

Ryufin

Reported figures over time

get_financial_history
Read-onlyIdempotent

A reported financial series for one stock from its SEC filings, trailing twelve months or single quarters, newest last. Metrics: pe, revenue, net_income, eps, gross_margin, op_margin, net_margin, roe, roa, roic, fcf.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNottm
metricYes
tickerYesUS ticker symbol, e.g. NVDA or BRK-B
periodsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already establish readOnlyHint, idempotentHint, and openWorldHint, so the safety profile is covered. The description adds genuinely useful behavior beyond that: the data origin (SEC filings), the ordering guarantee ('newest last'), and the two view modes, which an agent needs to interpret results correctly.

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?

Two dense, front-loaded sentences with no filler; the series definition comes first and supporting details follow. The full metric enumeration is redundant with the schema enum, slightly padding the length but still scannable.

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?

With no output schema and four parameters, the description should carry more load. It covers source, ordering, modes, and metrics, but omits what 'periods' controls, whether results are sparse/missing for some metrics, and any return-shape hints, so it is adequate but incomplete.

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 only 25% (only ticker is documented), so the description must compensate. It enumerates all eleven metric values and clarifies that 'view' selects TTM versus single quarters, but 'periods' (default 12, max 40) is never explained and neither is the interaction between view and periods, leaving a gap.

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 verb+resource: a reported financial series for one stock sourced from SEC filings, with the two granularities (ttm vs single quarters). It is clearly distinguishable from news/overview/search siblings by its focus on reported figures, though it never names an alternative tool to disambiguate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use guidance, no mention of when to prefer this over get_stock_overview or other siblings, and no prerequisites or exclusions stated. The agent must infer usage entirely from the purpose 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