Skip to main content
Glama
akbarshaik2243

Trello Task Manager MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
add_taskC

Create a Trello card in the configured To Do list.

list_tasksA

List active cards from the configured To Do list.

complete_taskC

Move a Trello card into the configured Done list.

delete_taskC

Archive a Trello card and return its details.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action on Trello cards: add, list, complete, and delete. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (complete_task, delete_task, add_task, list_tasks), making them predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for a basic task manager, covering essential operations without unnecessary bloat.

Completeness3/5

The server lacks an update tool for modifying card details (e.g., description, due dates) and a get-single-card tool, which are notable gaps for a task manager.

Maintenance

ActivitySlowing
ResponsivenessNo issues