Skip to main content
Glama
tanmaymish

MarketPulse MCP

by tanmaymish

nse_quarterly_results

Retrieve quarterly financial results for NSE-listed stocks, including revenue, profit, EPS, and EBITDA for the last four quarters with quarter-over-quarter growth rates.

Instructions

Get latest quarterly financial results for an NSE stock.

Shows revenue, profit, EPS, EBITDA for last 4 quarters with quarter-over-quarter growth rates.

Args: symbol: NSE stock symbol (e.g., RELIANCE, TCS, INFY, HDFCBANK)

Examples: nse_quarterly_results("RELIANCE") → Reliance Q results nse_quarterly_results("TCS") → TCS quarterly financials

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the transparency burden. It implies a read-only operation via 'Get' and 'Shows' and discloses the output metrics, which is useful. However, it does not mention data source, delay, invalid symbol handling, or any side effects, though for a simple data fetch this is acceptable but not fully transparent.

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 concise and well-structured: a one-sentence summary, a brief output description, an args section, and examples. Every sentence adds value and the most important information (what it does) is front-loaded. No fluff or redundancy.

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 one-parameter tool with an output schema (present but not shown), the description is adequately complete. It states the core metrics returned and gives examples. It does not detail the output schema fields, but the existing output schema handles that, and the description is sufficient for a straightforward getter.

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?

The schema only provides the parameter name and type, so the description must compensate. It does so by explaining 'symbol: NSE stock symbol' and giving concrete examples (RELIANCE, TCS, INFY, HDFCBANK), adding meaningful semantics beyond the schema. No additional validation details are provided, but the examples suffice for a single string parameter.

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 clearly states the tool gets 'latest quarterly financial results for an NSE stock' and lists specific metrics (revenue, profit, EPS, EBITDA), giving a specific verb+resource. It does not explicitly differentiate from siblings like income_statement or earnings_calendar, but the focus on quarterly results with growth rates makes the purpose distinct.

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?

The description explains what the tool does but provides no guidance on when to use it versus alternatives. It does not mention any exclusions, prerequisites, or context such as 'use this for quarterly fundamentals' or 'use nse_quote for current price', leaving the agent without explicit selection criteria.

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/tanmaymish/MarketPulse-MCP'

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