Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello API token, generated via the authorization URL
TRELLO_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation4/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues