Skip to main content
Glama

Helious market intelligence

Mega-cap earnings dates and EPS

get_earnings
Read-onlyIdempotent

US mega-cap earnings: when a company reports, whether that date is confirmed or still an estimate, whether it prints before the open or after the close, the consensus EPS, and once it lands the reported EPS with the beat or miss. Pass symbol for one name, like AAPL. This is the tool for any question about a company's earnings date or EPS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMost rows to return.
symbolNoOne or more tickers, comma separated, like AAPL or AAPL,MSFT. Empty returns every name tracked.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows the operation is safe. The description adds meaningful behavioral context by explaining that dates can be 'confirmed or still estimate', that print timing is indicated, and that EPS data can be consensus or reported with a beat/miss.

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 one substantial sentence plus two short instructive sentences, and it is front-loaded with the core purpose. It is reasonably concise and each sentence contributes meaningful information without unnecessary repetition.

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?

There is no output schema, but the description enumerates the expected return content: report date, confirmation status, pre/post timing, consensus EPS, and reported EPS with reward. The description is adequate for a relatively simple two-parameter read-only tool with no nested structures.

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?

The input schema already provides full coverage of both parameters (symbol and limit), including example formats for symbol. The description adds no meaningful parameter detail beyond the schema's descriptions, so the baseline score of 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 clearly identifies the tool as providing US mega-cap earnings dates and EPS, specifying the exact data fields covered: report date, confirmed/estimated status, pre/post market timing, consensus EPS, and reported EPS with beat/miss. This clearly distinguishes it from sibling market-data tools and makes the purpose obvious.

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?

The description explicitly states this is 'the tool for any question about a company's earnings date or EPS' and gives a concrete usage example ('Pass symbol for one name, like AAPL'). It does not explicitly mention alternatives or when not to use it, but the usage context is clear enough.

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