Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello access token | |
| TRELLO_API_KEY | Yes | Your Trello API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_boards | Get all boards for the authenticated user |
| get_lists | Get all lists in a board |
| get_cards | Get cards from a board or specific list |
| get_card_details | Get detailed information about a specific card |
| update_card | Update properties of a specific card |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |