Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSIT_API_KEY | Yes | Your Winnipeg Transit API key obtained from https://api.winnipegtransit.com/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bus_arrivals | Get real-time bus arrivals for a specific Winnipeg Transit stop number. |
| get_commute_status | |
| find_stops_near | |
| plan_trip | |
| plan_journey | |
| plan_timed_itinerary | |
| search_311_issues | Search for recent 311 service requests in a specific Winnipeg neighborhood. |
| list_neighborhoods | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |