IRCTC Railway Station Lookup
irctc.stations.searchSearch Indian Railways stations by name or partial code to retrieve station code, full name, and state for use in train searches.
Instructions
Search Indian Railways stations by name or partial code. Returns station code, full name, state. Use this to discover station codes for irctc.train_search/status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Station name fragment or partial station code to search for. Case-insensitive. Examples: "Mumbai" returns CSMT/BCT/LTT/etc., "delhi" returns NDLS/DLI/NZM, "HWH" returns Howrah. Returns up to 20 matches. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |