Skip to main content
Glama
drfccv
by drfccv
get_train_route_stations.md673 B
# get_train_route_stations 工具文档 ## 功能说明 查询指定列车的经停站信息。输入车次号、出发站、到达站、日期,返回该车次所有经停站、到发时刻、停留时间等详细信息。 ## 使用方法 ### 请求参数 ```json { "from_station": "九江", "to_station": "永修", "train_date": "2025-06-01", "train_no": "G1234" } ``` ### 返回示例 ```json { "content": [ { "type": "text", "text": "🚄 **G1234** 经停站时刻表 (2025-06-01)\n\n1. 九江 到达: ---- 发车: 08:00 停留: ----\n2. 永修 到达: 08:26 发车: ---- 停留: 2分\n\n📊 共 **2** 个经停站" } ] } ```

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/drfccv/mcp-server-12306'

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