Skip to main content
Glama

Indian Railways IRCTC

Get Train Running Status

railway_train_liveStatus
Read-only

Use this tool when the user wants current running status/location for a known train number. Calls /trains/runningStatus and returns current status and running position details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
journey_dateNoOptional context date; currently ignored by this endpoint.
train_numberYesThe 5-digit train number to check running status for. This should be a valid Indian railway train number (e.g., '12961', '19167', '12301'). The train number is required and must be exactly 5 digits.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
trainYesUpstream railway API payload.
messageNo
time_stampNo
journey_dateNo

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to repeat that. It adds that the tool returns 'current status and running position details,' which is useful, but it does not disclose any limitations, error conditions, or the fact that journey_date is ignored (though that appears in the schema). Overall, it provides some value beyond annotations but is not particularly rich.

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 two sentences, front-loaded with usage instruction, and contains zero filler. Every word contributes to clarity, making it appropriately concise.

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 (2 params, 1 required, has output schema) and strong annotations/schema, the description is nearly complete. It does not mention that journey_date is ignored, but that information is in the schema. It clearly defines what to expect in return, so it is sufficiently complete for a straightforward read-only API.

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 description coverage is 100%, so the schema already documents both parameters effectively. The description does not add any parameter-specific meaning beyond what the schema provides; it only mentions 'known train number' which essentially restates the train_number parameter. Baseline 3 applies due to high coverage.

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 explicitly states the tool's purpose: to provide current running status/location for a known train number. It specifies the endpoint and the returned information, distinguishing it clearly from sibling tools like station live boards or route inquiries.

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?

The first sentence gives a clear directive: 'Use this tool when the user wants current running status/location for a known train number.' This provides explicit usage context, though it does not mention alternatives or when NOT to use it, so it loses a point for lacking exclusions.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: station board, train search (with/without date), train details, live status, PNR status, route. The only potential confusion is between railway_train_betweenStations and railway_train_searchByRouteDate, but the descriptions explicitly note the date-based difference, reducing ambiguity.

Naming Consistency3/5

All tools share the 'railway_' prefix and include an entity (station/train), but the style is mixed: some have clear verbs (getByNumber, searchByRouteDate), others use nouns or adjectives (route, pnrStatus, liveBoard, betweenStations). This inconsistency is noticeable but not chaotic.

Tool Count5/5

Seven tools is a well-scoped set for an Indian Railways information server. Each tool addresses a distinct common query type (station board, train search, train details, live status, PNR status, route), with no unnecessary bloat or obvious missing core functionality.

Completeness4/5

The tool surface covers the main railway information needs: arrivals/departures, train search (both with and without date), core train details, live running status, PNR status, and route. Notable gaps include seat availability and station name lookup, but these are not critical for the stated scope.

Resources