Skip to main content
Glama

Fodda Earnings Intelligence

get_earnings_divergence

Read-only

Cross-company analyst-management divergence detection from the knowledge graph (legacy-thematic). Surfaces where executives are deflecting, reframing, or avoiding specific topics — the gap between what analysts press on and how management responds. Use for "where are executives deflecting?" or "divergence in [sector] earnings." For per-ticker deflection signals, use get_company_earnings with view=qa and filter by response_directness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (default 10, max 25)
dateToNoISO date range end
searchNoFree text search (e.g., 'tariffs', 'AI capex', 'margin erosion')
sectorNoSector filter (e.g., 'retail', 'technology', 'travel')
userIdNoOptional user identifier for trial usage tracking.
dateFromNoISO date range start
industryNoIndustry filter (e.g., 'hotels', 'sportswear', 'luxury')

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only and non-destructive behavior. The description adds meaningful context: results are cross-company, sourced from a 'legacy-thematic' knowledge graph, and focus on the gap between analyst pressure and management response. It does not describe output format, but the annotation coverage lowers the burden here.

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 compact, front-loaded with the primary purpose, provides examples, and then routes to the relevant sibling. Every sentence earns its place; no redundancy or filler.

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?

For a no-output-schema, all-optional-parameter tool, the description explains what the tool is for, what kind of signals it surfaces, and how to distinguish it from related tools. The only gap is that it does not explicitly state the format of the returned divergence data, but the conceptual output is described well enough for initial selection and invocation.

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 description coverage is 100%, and the schema already provides parameter examples for 'search', 'sector', and 'industry'. The description adds no unique parameter-level details, so it aligns with the baseline for high schema coverage.

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 explicitly states the tool's function: cross-company analyst-management divergence detection from the knowledge graph. It adds concrete conceptual detail (executives deflecting, reframing, avoiding topics) and distinguishes itself from the sibling get_company_earnings, making it unambiguous among the sibling set.

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 use-case phrasings ('where are executives deflecting?' or 'divergence in [sector] earnings') and explicit when-not-to-use guidance with an alternative tool: 'For per-ticker deflection signals, use get_company_earnings with view=qa and filter by response_directness.' This is the strongest form of usage guidance.

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.

TDQS

A4.4/5.0
Disambiguation4/5

Most tools have distinctly different jobs: graph discovery, per-ticker earnings, cross-company earnings intelligence, evidentiary lookup, account status, and visualization. There is some overlap among get_validated_trends, get_company_earnings, and get_earnings_intelligence, but the descriptions provide enough routing guidance to prevent most misselections.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern: get_*, search_*, list_*, generate_*. Naming is predictable and the object of each verb is clear, making the API surface easy to navigate.

Tool Count5/5

Thirteen tools is well-scoped for a research/earnings intelligence server. Each tool covers a distinct part of the workflow from authentication and graph discovery to deep node exploration and presentation output.

Completeness5/5

The tool set is complete for its presumed read/research-only domain. It offers graph discovery, trend lookup, evidence retrieval, per-company earnings records, cross-company comparisons, divergence analysis, account status, and output visualization. No major workflow dead-end is apparent.