Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, or error. Defaults to info.info
TRELLO_TOKENYesYour Trello read-only token generated from https://trello.com/app-key
TRELLO_API_KEYYesYour Trello API key from https://trello.com/app-key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkA

Checks that the trello-ops-mcp server is running and reachable. Requires no Trello credentials — useful for verifying the MCP connection itself before troubleshooting anything else.

get_boardsA

Get the Trello boards accessible to the configured account.

get_board_listsA

Get the lists on a Trello board, identified by ID, shortLink, or board URL.

get_board_membersA

Get the members on a Trello board, identified by ID, shortLink, or board URL.

get_board_cardsA

Get the cards on a Trello board, identified by ID, shortLink, or board URL. Returns raw card data (list, members, due date) — no overdue/analytics computation.

get_board_actionsA

Low-level historical inspection/debug tool: returns a compact, normalized view of a board's raw action history. For structural list-change auditing, prefer get_list_changes.

get_list_changesA

Main structural audit tool: who created, renamed, archived, or unarchived lists on a board, optionally scoped to a date range and/or a single list.

get_card_movementsA

List confirmed list-to-list card movements from a board's action history, optionally filtered by member, card, source list, or destination list. Workflow activity, not a productivity metric.

get_top_card_moversA

Ranks board members by list-to-list card movements in a date range (explicit since/before, or the convenience days — default last 7 days if neither is given). This is a Trello workflow-activity metric (cardsMoved), not employee productivity or performance.

get_member_activityA

Normalized chronological activity feed for one board member: card movements, list structural changes, card creation, and card archival. Resolve by memberId when known; memberName is looked up against board members and rejected with a clear error if it's ambiguous or matches no one.

get_overdue_cardsA

Cards with a past-due date that aren't marked complete and aren't archived, based on the board's current card state (not action history). Sorted most-overdue first.

get_upcoming_due_cardsA

Cards due within the next N days (default 7) that aren't marked complete and aren't archived, based on the board's current card state (not action history). Sorted soonest-due first.

get_list_flowA

Returns incoming and outgoing card movement counts by Trello list for a date range (explicit since/before, or the convenience days — default last 7 days if neither is given). Useful for seeing where card movement concentrates. This is a factual movement-flow signal only — it does not identify bottlenecks, throughput, or performance; that interpretation is left to the caller.

get_stale_cardsA

Returns open cards with no recognized activity (creation, list move, archive/unarchive) for at least staleDays (default 14). Stale does not imply blocked — Trello data alone can't say why a card hasn't moved. When the underlying action history couldn't be fully scanned, affected cards are still returned but marked historyComplete: false rather than silently assumed stale.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/bienherasme/trello-ops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server