Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesTrello API token
TRELLO_API_KEYYesTrello API key
TRELLO_LIST_IDNoDefault list id
TRELLO_BOARD_IDNoDefault board id

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_my_boardsA

List all boards the authenticated user belongs to.

get_boardB

Get a single board by its id.

create_boardB

Create a new board.

update_boardA

Update a board's name, description, or open/closed state.

delete_boardA

PERMANENTLY delete a board. This cannot be undone. Prefer update_board with closed=true to archive instead.

get_board_listsC

Get the lists on a board.

get_board_cardsC

Get the cards on a board.

get_board_labelsB

Get the labels defined on a board.

get_board_membersC

Get the members of a board.

create_listC

Create a new list on a board.

get_listB

Get a single list by its id.

update_listB

Update a list's name or position.

archive_listB

Archive (value=true) or unarchive (value=false) a list. Reversible.

get_list_cardsC

Get the cards in a list.

archive_all_cards_in_listB

Archive every card in a list. Reversible per-card.

create_cardC

Create a new card in a list.

get_cardA

Get a single card by its id.

update_cardA

Update a card. Use idList to MOVE the card to another list, closed=true to ARCHIVE it, due/dueComplete for due dates, and idAttachmentCover to set an existing image attachment as the card's cover.

delete_cardA

PERMANENTLY delete a card. This cannot be undone. Prefer update_card with closed=true to archive instead.

add_commentB

Add a comment to a card.

add_card_memberB

Assign a member to a card.

remove_card_memberB

Unassign a member from a card.

add_label_to_cardB

Attach an existing board label to a card.

remove_label_from_cardB

Detach a label from a card.

get_card_attachmentsC

List the attachments on a card.

add_attachmentA

Attach a URL to a card. Set setCover=true to make a publicly-fetchable image the card's cover (Trello must be able to preview the image).

delete_attachmentA

Remove an attachment from a card.

create_checklistB

Add a new checklist to a card.

add_checklist_itemC

Add a check item to a checklist.

update_checklist_itemA

Update a check item on a card: mark it complete/incomplete, rename it, or reposition it.

delete_checklistA

Delete a checklist from a card.

create_labelB

Create a new label on a board.

get_meB

Get the profile of the authenticated user.

get_memberA

Get a member by id or username.

searchC

Search cards, boards, and organizations.

search_membersC

Search for Trello members by name or username.

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

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