TrelloAI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello token from Power-Up | |
| TRELLO_API_KEY | Yes | Your Trello API key from Power-Up | |
| TRELLO_DEFAULT_BOARD_ID | No | Optional default board ID to use |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trello_list_boardsA | Elenca tutte le board Trello aperte dell'utente |
| trello_get_board_overviewA | Panoramica completa di una board: liste, card, scadenze e link |
| trello_list_listsA | Elenca le liste di una board Trello |
| trello_list_cardsB | Elenca le card di una board o di una lista |
| trello_get_cardA | Dettaglio completo di una card: descrizione, commenti, checklist, membri |
| trello_create_cardB | Crea una nuova card in una lista |
| trello_update_cardC | Aggiorna una card esistente (nome, descrizione, scadenza, lista) |
| trello_move_cardB | Sposta una card in un'altra lista |
| trello_add_commentC | Aggiunge un commento a una card |
| trello_archive_cardC | Archivia (chiude) una card |
| trello_searchA | Cerca card per testo all'interno di una board |
| trello_get_board_activityA | Attività recente su una board (creazioni, spostamenti, commenti) |
| trello_get_labelsB | Elenca le etichette disponibili su una board |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| gestisci-trello | Prompt per far gestire all'AI la board Trello secondo le regole definite in RULES.md |
| stato-trello | Ottieni un riepilogo dello stato attuale della board Trello |
| schedula-moduli | Schedula i compiti manutenzione spostando task per moduli liberi (camere, corridoi, cucine) |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| regole-gestione | Regole personalizzate per la gestione dei task Trello |