Skip to main content
Glama
NagrajADesai

mcp-indian-stocks

by NagrajADesai

Get Corporate Actions

get_corporate_actions

Retrieve dividends, splits, and other corporate actions for a stock by providing its name.

Instructions

Get data on dividends, splits, and other corporate actions for a stock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stock_nameYesName of the stock

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'Get' implies a read operation, but the description does not state permissions, rate limits, data freshness, or other operational traits. It only lists data categories.

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 definition is one front-loaded sentence with zero wasted words. It states the resource and examples immediately.

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 simple read tool with one fully documented parameter and an output schema, the description is largely complete. It states what data is returned at a high level, though it lacks explicit sibling routing or behavioral context.

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% for the single stock_name parameter. The description says 'for a stock' but adds no syntax, format, or meaning beyond what the schema already provides. Baseline 3 applies.

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?

The description uses a specific verb ('Get') and resource ('corporate actions'), and gives concrete examples ('dividends, splits'). It does not explicitly differentiate the tool from siblings like get_stock_details or get_historical_data, which prevents a 5.

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?

Usage is only implied: an agent can infer this is for corporate action data on a specific stock. There is no explicit when-to-use guidance, no alternatives, and no exclusions.

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