Skip to main content
Glama

Earnings reads for a ticker

alphai_earnings
Read-onlyIdempotent

AlphAI's own structured read of a company's earnings reports, newest first, plus its next confirmed report date. Each read is produced from the company's OWN SEC filing — an 8-K item 2.02 for US filers, a 6-K earnings release for foreign private issuers — within minutes of it reaching EDGAR, and every figure in it was checked against the filing text before publication, so it is the arbiter when press coverage of the same quarter disagrees. Carries reported metrics with year-over-year and sequential comparisons, segments, guidance, drivers, concerns and management quotes; each key_metrics row also carries numeric, unit and scale next to the printed value (scale is null when the filing does not say). This is the tool to reach for after alphai_tickers gives you a next_report_date: the feed tools return articles ABOUT a quarter, this returns the filing's own numbers. Share classes bridge, and each row reports the class the filing was made under. Depth is shallow by construction — AlphAI's reads begin with filings from late July 2026 and reports are quarterly — so most tickers carry one or two reads and an empty list is a normal answer, not an error. Informational and AI-generated — not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker symbol, e.g. 'NVDA'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
reportsNo
unknown_tickerNo
next_report_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / ticker / maxLength
      Added value: +16
    • addedInput schema / properties / ticker / pattern
      Added value: +"^[A-Za-z0-9.\\-]+$"
  2. Changed1 schema field changed
    • changedOutput schema / properties / reports / items / description
      Previous value: -"One published AlphaAI earnings read, as served by ``alphai_earnings``."New value: +"One published AlphAI earnings read, as served by ``alphai_earnings``."
  3. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context beyond those: the source filings (8-K item 2.02 / 6-K), the verification against filing text, the arbitrating role, shallow depth by construction, coverage starting late July 2026, and the scale-null edge case. No contradiction with annotations; the informational disclaimer aligns with the read-only intent.

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?

The description is longer than average, but every sentence earns its place by adding behavioral or usage-critical context. It is front-loaded with the core purpose and then layers source, content, routing, edge cases, and disclaimer. It could be tightened slightly by trimming the detailed enumeration of metrics, but the overall structure is purposeful and not padded.

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 that an output schema exists (so return values do not need to be spelled out) and the tool takes only one parameter, the description is complete for safe and correct invocation. It explains data availability ('most tickers carry one or two reads'), expected ordering ('newest first'), the meaning of empty lists, and the tool's relationship to alphai_tickers. Nothing needed for an agent to decide when and how to call it is missing.

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%: the single 'ticker' parameter is already described with a pattern, maxLength, and example 'NVDA'. The description does not add new parameter-level semantics beyond what the schema provides. Since schema coverage is high, the baseline of 3 applies; the tool description focuses on output behavior rather than input details, which is acceptable.

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 states a specific verb and resource: 'AlphAI's own structured read of a company's earnings reports, newest first, plus its next confirmed report date.' It clearly differentiates from sibling feed tools by stating 'the feed tools return articles ABOUT a quarter, this returns the filing's own numbers.' The role of being the arbiter for contested figures further nails down what this tool uniquely provides.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: 'This is the tool to reach for after alphai_tickers gives you a next_report_date.' It names the alternative category (feed tools) and explains why this tool is preferable when filing-level numbers are needed. It also sets expectations that empty results are normal, preventing false negative interpretation.

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.