Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
stock_quoteA

Live quote for an NSE equity symbol (e.g. 'RELIANCE').

stock_quote_fnoC

Live F&O quotes for all contracts of a symbol.

trade_infoB

Order book depth and trade information for a symbol.

chart_dataC

Intraday chart data for a symbol.

market_statusB

Current NSE market status (open or closed).

market_turnoverB

Today's NSE market turnover.

pre_open_marketC

Pre-open market data for the given index key.

top_stocksB

Top gainers, losers, most active, and 52-week high/low stocks.

holiday_listB

NSE trading holidays.

live_fnoD

Securities currently in the F&O segment.

block_deal_sessionD

NSE block deal session data.

all_indicesC

All NSE indices.

live_indexC

Live quote for an index.

index_listC

Indices that a stock belongs to.

index_option_chainD

Option chain for an index.

equities_option_chainC

Option chain for an equity.

currency_option_chainB

Option chain for a currency pair.

option_chain_contract_infoC

Expiries and strikes available for an option chain symbol.

corporate_announcementsC

Corporate announcements for a segment, date range, or symbol.

symbol_metaC

Metadata for an NSE symbol.

reg_detailsC

Registrar details for a symbol.

stock_historyC

Historical OHLCV data for a stock as records. Dates in YYYY-MM-DD.

index_historyC

Historical OHLC data for an index as records. Dates in YYYY-MM-DD.

index_pe_historyB

Historical P/E, P/B, and dividend yield for an index. Dates in YYYY-MM-DD.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 24 tools

Disambiguation4/5

Each tool targets a distinct data type (quotes, history, option chains, indices, etc.). A few pairs like stock_quote vs stock_quote_fno or index_history vs index_pe_history might initially seem similar, but descriptions clarify the difference clearly.

Naming Consistency4/5

Most tools follow a snake_case 'resource_qualifier' pattern (e.g., stock_history, index_option_chain). Some variability exists: live_index vs index_list, pre_open_market, and option_chain_contract_info reverse the word order, but overall naming is predictable.

Tool Count4/5

24 tools is on the heavier side but covers a wide range of NSE data: equities, indices, F&O, options, currency, corporate actions, and market stats. Each tool serves a distinct purpose, so the count seems justified for the server's broad scope.

Completeness4/5

The toolset covers most core workflows: live quotes, historical data, option chains, market status, and corporate announcements. Minor gaps include currency spot quotes and more detailed corporate action data, but these aren't essential for typical NSE data needs.

Maintenance

ActivitySlowing
ResponsivenessNo issues