TrelloAI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imanagerpms/trelloAI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server