Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRELLO_TOKENYesYour Trello authentication token
TRELLO_API_KEYYesYour Trello API key

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": 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
get_attachmentsB

Get all attachments on a card.

add_attachmentA

Add a URL attachment to a card. Only URLs are supported (no file uploads).

delete_attachmentB

Delete an attachment from a card.

get_boardsA

List all boards accessible to you.

get_boardB

Get a board's details including its lists.

get_listsA

Get all open lists on a board.

create_boardA

Create a new board. Set default_lists=false for a blank board.

update_boardB

Update a board's name or description.

close_boardA

Close (archive) a board. This does not permanently delete it.

get_cardsB

Get all cards in a list.

get_cardA

Get full details for a card including comments.

create_cardA

Create a new card on a list.

Set position to "top", "bottom", or a positive float to control placement.

update_cardA

Update a card's fields.

Set list_id to move the card to a different list. Set position to "top", "bottom", or a positive float to reorder within the list.

archive_cardB

Archive (close) a card.

get_labelsB

Get all labels defined on a board.

create_labelB

Create a new label on a board.

delete_labelC

Delete a label from a board.

add_label_to_cardC

Add a label to a card.

remove_label_from_cardB

Remove a label from a card.

create_listB

Create a new list on a board. Position can be 'top', 'bottom', or a number.

update_listC

Rename a list.

archive_listB

Archive (close) a list.

move_listA

Move a list to a new position. Use 'top', 'bottom', or a number.

add_commentB

Add a comment to a card.

search_cardsA

Search for cards across boards. Optionally scope to a specific board.

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/Jimdrews/fastmcp-trello'

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