Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello token (from authorization).
TRELLO_API_KEYYesYour Trello API key.
TRELLO_DEFAULT_BOARDNoOptional default board ID. If set, tools that take board_id will use it when omitted.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_boardsA

List Trello boards the authenticated user can access.

list_listsA

List the lists (columns) on a board. Uses TRELLO_DEFAULT_BOARD if board_id omitted.

list_cardsA

List cards. Pass list_id for one column, or board_id (or default board) for all cards on a board.

get_cardA

Get a single card with checklists, labels, and members.

create_cardC

Create a card in a list. pos: 'top'|'bottom'|number. due: ISO8601 datetime.

update_cardB

Update a card's name, description, due date, or closed (archived) state.

move_cardA

Move a card to a different list. pos: 'top'|'bottom'|number.

archive_cardB

Archive (close) a card. Trello has no hard delete via this server.

add_commentC

Add a comment to a card.

add_checklistA

Create a checklist on a card and optionally seed it with items.

add_checklist_itemC

Add an item to an existing checklist.

set_check_itemB

Mark a checklist item complete or incomplete.

list_labelsC

List labels defined on a board.

add_labelC

Attach an existing label to a card.

list_board_membersC

List members of a board.

assign_memberC

Assign a board member to a card.

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/Artemnikov/Trello-mcp'

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