Skip to main content
Glama
icharshal

NSE-MCP

by icharshal

get_latest_bulk_deals

Retrieve today's bulk deals sorted by trade value. Filter by deal direction (buy, sell, or all) for targeted analysis.

Instructions

Convenience wrapper — returns today's bulk deals sorted by trade value, optionally filtered by direction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dealTypeNoFilter by deal direction. Default: ALL.
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses that the tool returns data, sorts by trade value, and optionally filters by direction. However, it does not explicitly state that it is read-only or idempotent, nor does it mention any potential side effects, rate limits, or pagination behavior. The transparency is adequate for a simple wrapper but could be improved.

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 sentence of 15 words, highly concise, and front-loaded with the key phrase 'Convenience wrapper'. Every word contributes meaning; there is no redundant or extraneous text.

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 tool's simplicity (one optional parameter, no output schema), the description adequately covers the core functionality: returning today's deals, sorted, optionally filtered. It could hint at the return structure (e.g., fields like symbol, value) but is largely complete for a wrapper. Sibling tools with more parameters may have richer descriptions.

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 coverage is 100% with a description for 'dealType' that already explains the filtering. The description's mention of 'optionally filtered by direction' adds no new meaning beyond the schema. Thus, the description does not compensate further, scoring the baseline of 3.

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 it is a convenience wrapper that returns today's bulk deals sorted by trade value, optionally filtered by direction. This specific verb and resource combination distinguishes it from siblings like 'get_bulk_deals' (which likely returns all without sorting/filtering) and 'get_top_bulk_buys'/'get_top_bulk_sells' (which filter by direction already).

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?

The phrase 'Convenience wrapper' implies it is a simplified alternative to 'get_bulk_deals', but it does not explicitly state when to use this tool versus the more specific siblings like 'get_top_bulk_buys' or 'get_top_bulk_sells'. There is no guidance on when not to use it or prerequisites.

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/icharshal/NSE-MCP'

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