Skip to main content
Glama
drfccv
by drfccv
query_transfer.md819 B
# query_transfer 工具文档 ## 功能说明 官方 12306 一次中转换乘方案查询。输入出发站、到达站、日期,返回一次换乘的最优方案,含所有中转车次、时刻、余票、历时等详细信息。 ## 使用方法 ### 请求参数 ```json { "from_station": "九江", "to_station": "永修", "train_date": "2025-06-01" } ``` ### 返回示例 ```json { "content": [ { "type": "text", "text": "🚉 **中转查询结果**\n\n九江 → 永修(2025-06-01)\n\n1. 中转站:南昌 ⏱️总历时:02:10 ⏳等候:00:30\n 1. G1234 九江(08:00) → 南昌(08:30) 历时:00:30\n 二等座:有 | 无座:有\n 2. G5678 南昌(09:00) → 永修(09:40) 历时:00:40\n 二等座:有 | 无座:有\n" } ] } ```

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