Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Trello access token generated from Trello Developer Portal | |
| TRELLO_API_KEY | Yes | Trello API Key obtained from Trello Developer Portal |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tre__get_boards | Get all boards for the authenticated user |
| tre__get_lists | Get all lists in a board |
| tre__get_cards | Get all cards in a list |
| tre__create_card | Create a new card in a list |
| tre__update_card | Update an existing card |
| tre__delete_card | Delete a card |
| tre__invite_to_board | Invite a member to a board by email |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |