bus_route_details
ActiveTool of Wmata
declared in 0.1.0
Fetch stop sequence and path details for a WMATA bus route by `route_id` and optional `date`. Returns direction names, stop names/IDs, and geo coordinates for the route shape.
Parameters schema
{
"type": "object",
"examples": [
{
"route_id": "42"
},
{
"date": "2024-01-15",
"route_id": "42"
}
],
"required": [
"route_id"
],
"properties": {
"date": {
"type": "string"
},
"route_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wmata
https://github.com/pipeworx-io/mcp-wmata
1/7 registries