Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode for detailed operation logs | false |
| NANGO_BASE_URL | No | The base URL for the Nango API | https://api.nango.dev |
| NANGO_SECRET_KEY | Yes | Your Nango secret key from the dashboard | |
| TRELLO_CLIENT_ID | Yes | Your Trello API key from the Trello Developer Portal | |
| NANGO_CONNECTION_ID | Yes | Your user connection ID from Nango | |
| NANGO_INTEGRATION_ID | No | The Nango integration ID for Trello | trello |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trello_get_my_boards | Get all boards for the authenticated user |
| trello_get_board | Get details of a specific board |
| trello_create_board | Create a new board |
| trello_update_board | Update a board |
| trello_delete_board | Delete a board |
| trello_get_board_lists | Get all lists on a board |
| trello_get_board_cards | Get all cards on a board |
| trello_get_board_members | Get all members of a board |
| trello_create_list | Create a new list on a board |
| trello_update_list | Update a list |
| trello_archive_list | Archive a list |
| trello_get_list_cards | Get all cards in a list |
| trello_create_card | Create a new card |
| trello_get_card | Get details of a specific card |
| trello_update_card | Update a card |
| trello_delete_card | Delete a card |
| trello_add_comment_to_card | Add a comment to a card |
| trello_add_attachment_to_card | Add an attachment to a card |
| trello_search | Search Trello for boards, cards, etc. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |