Skip to main content
Glama
sanjeev0291

nse-research-mcp

by sanjeev0291

get_announcements

Retrieve corporate announcements filed with NSE for a stock symbol, including subject, summary, and PDF link.

Instructions

Latest corporate announcements filed with NSE (results, orders, resignations, investor presentations…) with subject, short text and PDF link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does add meaningful context by describing the source (NSE), the nature of the announcements, and the returned fields. However, it does not mention ordering, pagination limits, or the meaning of the PDF link.

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 a single, well-organized sentence that front-loads the core purpose and then lists supporting detail (announcement types and output fields). Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, but the description omits parameter semantics and usage guidance, which are essential given no annotations and no output schema. The provided content information is helpful, but the definition is not complete enough for an agent to confidently invoke it correctly.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate. It never mentions the required 'symbol' parameter or the 'limit' parameter, leaving the agent to infer their roles from the parameter names alone.

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 states a specific resource ('corporate announcements filed with NSE') and the content included (subject, short text, PDF link). It is understandable and distinct enough from most siblings, though it does not explicitly contrast with related tools like get_corporate_actions.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives such as get_corporate_actions or get_analyst_view. The description implies it is for the latest announcements, but no explicit when or when-not conditions are provided.

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