Skip to main content
Glama

HYPERneobroker.com

Get earnings history

get_earnings_history
Read-onlyIdempotent

Full earnings time series from SEC EDGAR XBRL (as-filed): annual and quarterly revenue, net income, and diluted EPS history - up to 8 fiscal years and 12 quarters deep. Args: ticker (e.g. AAPL). Free public data, no key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker, e.g. AAPL (symbol also accepted)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish readOnly/idempotent/non-destructive, so the description's value-add is the source provenance (SEC EDGAR as-filed XBRL), the retrieval depth (8 fiscal years, 12 quarters), and the no-key access requirement. It does not cover error behavior or how gaps in historical data are handled, which keeps it from a 5.

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?

Front-loads the core description of what is returned and stays to two sentences, but the trailing 'Args: ticker (e.g. AAPL)' duplicates the input schema and is dead weight.

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?

With no output schema, the description carries the return-value burden and does so by enumerating the series (revenue, net income, diluted EPS) and the period depth. It is nearly complete for a single-parameter read tool, missing only data-availability caveats.

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 schema already documents the single ticker parameter, including that symbols are accepted. The description's 'Args: ticker (e.g. AAPL)' merely repeats that, adding no meaning beyond the schema, so the baseline 3 applies.

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?

States a specific verb and resource and goes further by naming the data source (SEC EDGAR XBRL, as-filed) and the exact fields returned (revenue, net income, diluted EPS). It is clearly distinguishable from order/chat siblings, though it never explicitly contrasts itself with the closest sibling, get_fundamentals.

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 when-to-use guidance, no exclusions, and no mention of the overlapping get_fundamentals sibling. The only usage-adjacent note is 'Free public data, no key,' which implies no auth setup is required but is not a selection guideline.

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