trello-sumar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRELLO_TOKEN | Yes | Your Trello API token, generated via the authorization URL | |
| TRELLO_API_KEY | Yes | Your Trello API key, obtained from https://trello.com/power-ups/admin |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zoznam_boardovA | Vypíše všetky Trello nástenky používateľa aj s ich ID. Použi, keď nevieš, ktorý board používateľ myslí, alebo keď sa pýta, aké projekty v Trelle má. |
| sumar_projektuA | Vytvorí kompletný sumár projektu podľa pevného template. Použi vždy, keď používateľ povie 'urob mi sumár projektu', 'zhrň projekt', 'ako to vyzerá s projektom' a podobne. Parameter board je názov nástenky alebo jej časť, prípadne ID. |
| stav_projektuA | Povie, čo je na projekte hotové, čo sa práve robí a čo ešte treba urobiť. Použi pri otázkach typu 'čo je hotové', 'čo ešte treba dorobiť', 'ako sme na tom'. Kratšia odpoveď ako celý sumár. |
| priorityA | Zoradí nedokončené úlohy podľa priority a termínu a povie, čo horí. Použi pri otázkach 'aké sú priority', 'čo mám robiť najskôr', 'čo je najdôležitejšie'. |
| aktivitaA | Zhrnie, čo sa na projekte dialo za posledných N dní. Použi pri otázkach 'čo sa dialo minulý týždeň', 'aký bol pokrok', 'čo sa zmenilo'. Parameter dni je počet dní dozadu, predvolene 7. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct reporting question: boards, full summary, short status, priorities, and recent activity. sumar_projektu and stav_projektu are the closest pair, but their descriptions clearly separate a complete templated summary from a shorter done/doing/todo status.
Names are all lowercase and domain-relevant, but the pattern is not uniform: zoznam_boardov, sumar_projektu and stav_projektu are two-word noun phrases, while priority and aktivita are single nouns. The naming is readable and predictable enough, but it is not a consistent verb_noun scheme.
Five tools is a well-scoped set for a Trello summary/status server; each covers a distinct aspect and none feel redundant. It is neither too thin nor overloaded.
The core reporting domain is well covered: board discovery, full summary, status, priorities, and recent activity. The only minor gap is lack of a raw card/list detail tool, but agents can usually get the needed information through the existing summary and priority tools.