Skip to main content
Glama
rezmeplxrf

InsightSentry MCP

by rezmeplxrf

get_earnings

Retrieve earnings calendar data to track upcoming earnings release dates, compare actual versus forecasted EPS and revenue, and filter by week range, country, or stock symbol.

Instructions

Earnings calendar. Retrieve earnings calendar data for a specified time range → Returns {total_count: number, range: string, last_update: number, data: [{code: string, name: string, country: string, currency_code: string, market_cap: number, earnings_release_date: number, earnings_release_next_date: number, earnings_per_share_fq: number, earnings_per_share_forecast_fq: number, earnings_per_share_forecast_next_fq: number, eps_surprise_fq: number, eps_surprise_percent_fq: number, revenue_fq: number, revenue_forecast_fq: number, revenue_forecast_next_fq: number, revenue_surprise_fq: number, revenue_surprise_percent_fq: number}]}. Default: current week. Use 'w' to look ahead. Filter by country with 'c'. Filter by symbol with 'code' (e.g., 'NASDAQ:AAPL').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wNoSpecifies the week range. For example, 1 means this week (starting today) through next week, 2 means next week through the following week, and so on.
cNo(Optional) Filter by country code(s) as a comma-separated ISO 3166-1 alpha-2 string, for example `US,AR`. Invalid codes will be ignored.
codeNo(Optional) Filter by symbol code in Exchange:Symbol format (e.g., NASDAQ:AAPL). Returns only calendar entries matching this symbol.
filterNo(Optional) JSONata expression to filter/transform the API response server-side before it reaches you. Use this to extract only the fields or rows you need, reducing token usage. See https://jsonata.org for syntax.
Behavior4/5

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

Since no annotations exist, the description carries the full burden. It excellently compensates for the missing output schema by providing the complete return structure inline. It also discloses default behavior (current week) that is not visible in the input schema.

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?

Despite being dense due to the inline JSON return structure, every element serves a critical purpose. Information is front-loaded with the purpose statement, followed by return schema, defaults, and parameter usage. The inline JSON is necessary given the lack of structured output schema.

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?

Given the lack of annotations and structured output schema, the description provides comprehensive coverage by including the return type structure, default behaviors, and parameter filtering capabilities. It adequately prepares an agent to invoke the tool successfully.

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?

With 100% schema description coverage, the baseline is 3. The description largely restates schema content (e.g., 'NASDAQ:AAPL' example duplicates schema). It adds 'Default: current week' which is behavioral context for the 'w' parameter, but does not significantly expand on parameter semantics beyond the schema definitions.

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?

Clearly states it retrieves 'earnings calendar data' with a specific time range scope. The prefix 'Earnings calendar' distinguishes it from sibling tools like get_dividends, get_ipos, and get_events by specifying the exact financial dataset.

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

Usage Guidelines3/5

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

Provides implied usage guidance through default behavior ('Default: current week') and parameter hints ('Use 'w' to look ahead'), but lacks explicit guidance on when to choose this over get_events or get_fundamentals_series for earnings-related data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rezmeplxrf/insight_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server