Skip to main content
Glama
afthabvp

Indian Market MCP

by afthabvp

screen_stocks

Filter and rank stocks from any NSE index by price, percentage change, volume, sector, and proximity to 52-week highs or lows.

Instructions

Screen stocks with multiple filters. Works on any NSE index. Filters:

  • min_price/max_price: price range

  • min_change_percent/max_change_percent: % change range

  • min_volume: minimum traded volume

  • sector: filter by sector keyword (e.g. "IT", "Bank", "Pharma")

  • near_52w_high: stocks within 5% of 52-week high

  • near_52w_low: stocks within 5% of 52-week low

  • sort_by: change_percent, price, volume (default: change_percent)

  • sort_order: asc or desc Example: screen_stocks(min_price=100, max_price=500, min_change_percent=2, sort_by="change_percent")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNoNIFTY 500
limitNo
sectorNo
sort_byNochange_percent
max_priceNo
min_priceNo
min_volumeNo
sort_orderNodesc
near_52w_lowNo
near_52w_highNo
max_change_percentNo
min_change_percentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. Lists available filters and default behaviors (e.g., near 52w high = within 5%), but does not mention limit and index parameters, rate limits, authentication needs, or what happens with no results. Output schema exists, reducing some need, but missing behavioral details.

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

Conciseness4/5

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

Efficient: one intro sentence, bulleted filters, and an example. No redundant content. Slightly long list but well-organized. Could integrate missing parameters succinctly.

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

Completeness3/5

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

Given 12 parameters, no annotations, and an output schema, the description is mostly adequate. It explains filters and scope but omits two parameters (index, limit) and any prerequisites or limitations. Example helps, but not fully comprehensive.

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?

Schema has 0% description coverage; description compensates by covering 10 of 12 parameters with clear explanations (e.g., near_52w_high meaning within 5%). Adds value beyond schema titles and defaults, but misses index and limit parameters.

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?

Clearly states 'Screen stocks with multiple filters. Works on any NSE index.' Uses a specific verb and resource, and distinguishes from siblings like screen_by_fundamentals or run_preset_screen by focusing on multi-filter screening on NSE indices.

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?

No explicit when-to-use or when-not-to-use guidance. Provides an example but does not direct the agent to alternatives for specific use cases (e.g., fundamental screening). Implicit usage from filter list, but lacks exclusions.

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/afthabvp/indian-market-mcp'

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