Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TFL_API_KEY | Yes | Your TfL API key from the TfL API Portal (https://api.tfl.gov.uk/) |
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_line_status | Get the status of a TfL line from the Transport for London Unified API. |
| get_line_status_detail | Get the status and details of a TfL line. |
| plan_journey | Plan journeys between two locations using the TfL Journey Planner. |