You're viewing a demo portfolio

Join the waitlist
PRSM

bus_route_details

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wmata

https://github.com/pipeworx-io/mcp-wmata

1/7 registries
View full server →
bus_route_details — Wmata — PRSM MCP