Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_next_bus | Get the next arrival time for a specified bus route at a stop. |
find_buses_to_destination | Find bus routes that go to a specified destination. |
get_route_stops_info | Get all stops along a specified bus route. |
find_stop_by_name | Find bus stops matching a name or partial name. |
get_all_routes_at_stop | Get all bus routes that pass through a specified bus stop. |