Skip to main content
Glama
rezmeplxrf

InsightSentry MCP

by rezmeplxrf

get_dividends

Retrieve stock dividend calendars showing ex-dates, payment dates, and yields. Filter by week range, country, or symbol to track upcoming and recent dividend distributions across markets.

Instructions

Dividend calendar. Retrieve dividend 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, dividends_yield: number, dividend_ex_date_recent: number, dividend_ex_date_upcoming: number, dividend_payment_date_recent: number, dividend_payment_date_upcoming: number, dividend_amount_recent: number, dividend_amount_upcoming: number}]}. Default: current week. Use 'w' to look ahead (w=2 for next week, w=4 for a month out). Filter by country with 'c' (e.g., 'US'). 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?

With no annotations provided, the description carries the full burden and succeeds by disclosing the complete return data structure (JSON with total_count, data array, dividend fields) and default behavior (current week). Does not mention rate limits or auth, but covers the critical output contract missing from the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence earns its place, but the structure is dense with a large JSON blob embedded in the text. The information is necessary given the lack of output schema, but readability suffers from the lack of formatting or separation between return structure and usage instructions.

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?

Excellent completeness for a 4-parameter data retrieval tool with no output schema. The description manually documents the complex nested return structure (compensating for missing output_schema), explains defaults, and provides parameter examples, leaving no critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

While the schema has 100% coverage, the description adds valuable semantic context beyond the schema's technical definitions, such as explaining that 'w' is used to 'look ahead' and providing concrete examples (w=4 for a month out, 'US' for country, 'NASDAQ:AAPL' for code).

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 states the tool retrieves 'dividend calendar data' with a specific verb and resource, distinguishing it from siblings like get_earnings or get_ipos through the explicit 'dividend calendar' focus.

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?

Provides clear context that this is for dividend calendar data with specific time ranges, and explains parameter usage patterns (w=2 for next week, w=4 for month out). Lacks explicit 'when not to use' statements or named alternatives, but the domain is clearly delineated.

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