Skip to main content
Glama

india_market_data

Read-only

Indian capital market intelligence for the IN diaspora (30M+) and investors. Covers NSE, BSE, and MCA corporate registry across four modes:

• company — full company profile: name, CIN, exchange, NSE/BSE tickers, industry, incorporation date, paid-up capital, registered office, status, directors • market_quote — real-time quote: price (INR), change%, volume, market cap, P/E ratio. Sources: Yahoo Finance (primary), BSE API, NSE API (proxy-gated) • sector_overview — Nifty/Sensex sector snapshot: top 5 companies by market cap. Supported sectors: it, banking, pharma, energy, auto, fmcg, realestate, metals, telecom, consumer • mca_filing — Ministry of Corporate Affairs filings. Requires CIN for direct lookup.

Input formats accepted: • NSE ticker (e.g. 'RELIANCE', 'TCS.NS') • BSE 6-digit code (e.g. '500325' for Reliance) • CIN 21-char (e.g. 'L17110MH1973PLC019786') • Company name EN (e.g. 'Reliance Industries', 'Tata Consultancy') • Sector keyword (e.g. 'IT services', 'banking', 'pharma')

ENV: AICI_RESEARCH_PROXY_URL with country-in routing unlocks NSE direct API and MCA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesAnalysis mode.
asyncNoIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
queryYesNSE/BSE ticker, CIN (21 chars), company name (EN), or sector keyword.
exchangeNoExchange filter. Default: all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
queryYes
statusYes
companyNo
sourcesYes
mca_filingsNo
market_quoteNo
quality_scoreYes
sector_overviewNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: data sources (Yahoo Finance primary, BSE API, NSE API proxy-gated), async job behavior, and the requirement of AICI_RESEARCH_PROXY_URL for full access. This goes beyond the annotations and helps set expectations without contradicting them.

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?

The description is long but well-organized with bullet points and clear sections for modes and input formats. Every sentence carries useful information, and the structure makes it scannable. It is somewhat dense, but the complexity of a tool with four modes justifies the length, and no redundancy is present.

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

Completeness5/5

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

For a complex tool with multiple modes, input formats, async behavior, and external dependencies, the description is remarkably complete. It covers all key aspects: what each mode returns, accepted query formats, supported sectors, proxy/ENV prerequisites, and source fallbacks. The presence of an output schema means return-value details are handled elsewhere, so the description fully satisfies the contextual burden.

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

Parameters5/5

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

Despite 100% schema coverage, the description significantly enriches parameter meaning. It elaborates each mode's returned fields (e.g., company includes CIN, directors, status), lists supported sector keys for sector_overview, and gives concrete input format examples (e.g., 'RELIANCE', '500325', 'L17110MH1973PLC019786'). This transforms the schema's bare enum and string descriptions into actionable guidance.

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 provides 'Indian capital market intelligence' and enumerates four distinct modes (company, market_quote, sector_overview, mca_filing) with specific data fields for each. This distinguishes it from sibling tools like china_market_data or generic market research tools by naming the exact exchanges (NSE, BSE) and MCA registry coverage.

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

Usage Guidelines4/5

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

Usage is implied through detailed mode descriptions and input formats, including the note that mca_filing requires a CIN. The async parameter is explicitly explained ('Use for slow tools to avoid client timeouts') and the ENV requirement for NSE direct API/MCA is stated. However, it does not explicitly name alternative sibling tools or provide when-not-to-use scenarios, so it stops short of a perfect guideline score.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation1/5

Over 50 tools share the identical template 'Gapup agent-payable C-suite expertise' with similar French descriptions and reference cases, making their boundaries indistinguishable. Clusters like competitor_intel, competitive_deep_dive, competitor_moves, competitor_profiles, competitor_pricing_radar, competitor_pricing_scrape, and competitor_recommendations heavily overlap in purpose.

Naming Consistency1/5

Names are chaotic: mix of French and English, snake_case and camelCase, verb_noun, noun, and adjective forms with no uniform pattern. Examples like 'bp_narratif', 'content_enrichment', 'ai_governance_full_report_async', and 'job_result' show no coherent naming convention.

Tool Count1/5

271 tools is far beyond any reasonable MCP server scope, creating an overwhelming selection burden for agents. This count vastly exceeds the 25+ threshold for 'too many' and makes navigation impractical.

Completeness2/5

While the server covers many business domains, it lacks lifecycle operations (e.g., no update/delete tools for the deliverables it generates) and the input specifications are vague ('documented case fields' without documentation), creating functional dead ends. The sheer breadth does not compensate for these gaps.