# How to connect Trello to Claude Cowork

```json
{
  "title": "How to connect Trello to Claude Cowork",
  "toolkit": "Trello",
  "toolkit_slug": "trello",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/trello/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/trello/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:29:02.940Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Trello account to Cowork via Composio Connect, enabling it to create a new board for project launch, add checklist to our marketing board, add comment to card about deadline, and more such actions on your behalf without compromising your account security.

## Also integrate Trello with

- [ChatGPT](https://composio.dev/toolkits/trello/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/trello/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/trello/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/trello/framework/claude-code)
- [Codex](https://composio.dev/toolkits/trello/framework/codex)
- [Cursor](https://composio.dev/toolkits/trello/framework/cursor)
- [VS Code](https://composio.dev/toolkits/trello/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/trello/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/trello/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/trello/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/trello/framework/cli)
- [Google ADK](https://composio.dev/toolkits/trello/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/trello/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/trello/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/trello/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/trello/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/trello/framework/crew-ai)

## Connect Trello to Claude Cowork

### Connecting Trello to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Trello through MCP without you sharing account credentials directly with the agent.

## What is the Trello MCP server, and what's possible with it?

The Trello MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Trello account. It provides structured and secure access to your boards, so your agent can create boards, manage cards, add checklists, post comments, and organize your workflow on your behalf.
- Board and list management: Ask your agent to create new Trello boards or add custom lists to existing boards, helping you organize projects however you like.
- Card creation and updates: Let your agent add new cards to any list, so you can capture ideas or tasks instantly—even while multitasking.
- Checklist and label automation: Have the agent add checklists for tracking subtasks or apply labels to keep your cards color-coded and easy to prioritize.
- Automated card commenting: Allow your agent to post comments on cards, including @mentions, so your team stays in the loop without you lifting a finger.
- Board power-ups and integrations: Enable board power-ups or generate board calendar/email keys to unlock advanced features and seamless integrations, all through your agent.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `TRELLO_ADD_BOARDS` | Add board | Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board. |
| `TRELLO_ADD_CARDS` | Add card | Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list. |
| `TRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARD` | Add comment to card | Adds a new text comment, which can include @mentions, to a Trello card specified by its ID; file attachments are not supported via this action. |
| `TRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARD` | Add attachment to card | Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both. |
| `TRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARD` | Add checklist to card via id | Adds a checklist to a Trello card: use `value` to add a specific existing checklist, `idChecklistSource` to create a new checklist by copying an existing one (optionally using `name` for the new checklist's name), or `name` to create a new empty checklist from scratch. |
| `TRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARD` | Add label to card | Adds an existing label to a Trello card; `idCard` identifies the card and `value` is the ID of the label to add. Both card and label must already exist. |
| `TRELLO_ADD_CARD_VOTE` | Add member vote to card | Casts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card. |
| `TRELLO_ADD_CHECKLISTS` | Add checklist to card | Creates a new checklist on a Trello card, either by name or by copying from `idChecklistSource`, targeting an `idCard` or `idBoard`; this action creates only the checklist structure, not its items. |
| `TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST` | Add check item to checklist | Adds a new check item to a specified Trello checklist; this action does not update existing check items. |
| `TRELLO_ADD_LABELS` | Create label on board | Creates a new label with a specified name (required) and color on a Trello board (idBoard required); this action defines the label but does not apply it to cards. |
| `TRELLO_ADD_LISTS` | Add new list to board | Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards. |
| `TRELLO_ADD_MEMBER_TO_CARD` | Add card member by id | Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID. |
| `TRELLO_ARCHIVE_ALL_LIST_CARDS` | Archive all cards in list | Archives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function. |
| `TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARD` | Convert checklist item to card | Converts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item; this is irreversible via the API and offers no customization during conversion. |
| `TRELLO_CREATE_ACTION_REACTION` | Add reaction to action | Tool to add a new emoji reaction to a Trello action. Use when acknowledging comments or actions with reactions. |
| `TRELLO_CREATE_BOARD_LABEL` | Add a label to a board | Creates a new label on an existing Trello board. |
| `TRELLO_CREATE_CARD_LABEL` | Add labels to card | Adds a label to an existing Trello card (specified by `idCard`), defining the label by `name` and either `color` or the overriding `value` (which specifies color by name); a new label is created on the board if a matching one (by name/color combination) doesn't already exist. |
| `TRELLO_CREATE_CARD_STICKER` | Add sticker to card | Adds a sticker to a Trello card, using a default sticker name (e.g., 'taco-cool') or a custom sticker ID for the image, and allows specifying its position, rotation, and z-index. |
| `TRELLO_CREATE_MEMBER_BOARD_BACKGROUND` | Add member board background | Adds a new custom board background, from an image file, to a specified Trello member's collection, making it available for their use but not applying it to any board. |
| `TRELLO_CREATE_MEMBER_BOARD_STAR` | Add board star to member | Stars a Trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member. |
| `TRELLO_CREATE_MEMBER_CUSTOM_BOARD_BACKGROUND` | Add custom board background for a member | Adds a new custom board background for a specified Trello member; either a `file` (image upload) or a `url` (external image URL) must be provided. |
| `TRELLO_CREATE_MEMBER_CUSTOM_EMOJI` | Add custom emoji for a member | Adds a new custom emoji using an image file and a unique name to a Trello member's account; this emoji is member-specific and not shared across the workspace. |
| `TRELLO_CREATE_MEMBER_CUSTOM_STICKER` | Add custom sticker for member | Uploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits. |
| `TRELLO_CREATE_MEMBER_SAVED_SEARCH` | Add saved search for member | Creates a new saved search with a specified name, position, and query for a Trello member. |
| `TRELLO_CREATE_ORGANIZATION` | Create organization | Creates a new Trello organization (Workspace) with a `displayName` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions). |
| `TRELLO_CREATE_SESSION` | Create new session | Creates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user's activity status. |
| `TRELLO_CREATE_WEBHOOK` | Create webhook | Tool to create a new Trello webhook for monitoring changes to a board, card, list, or member. Use when you need to set up real-time notifications for model changes. The callback URL must be publicly accessible and respond to HEAD requests for validation. |
| `TRELLO_DELETE_ACTION` | Delete action by id | Deletes a specific Trello action, such as a `commentCard`, by its ID; this is an irreversible operation and only applies to deletable action types, as many (especially system-generated) actions cannot be deleted. |
| `TRELLO_DELETE_ACTION_REACTION` | Delete action reaction | Permanently deletes a specified reaction from a Trello action. Use when you need to remove a reaction that was previously added to an action. |
| `TRELLO_DELETE_BOARD` | Delete board by id | Permanently deletes a Trello board by its ID. This is an irreversible action that removes the board and all its contents. |
| `TRELLO_DELETE_CARD_ATTACHMENT` | Delete card attachment | Permanently removes a specified attachment from a Trello card; this action is irreversible and requires that both the card and the attachment exist. |
| `TRELLO_DELETE_CARD_CHECKLIST` | Delete card checklist | Permanently deletes a specific checklist from a Trello card. |
| `TRELLO_DELETE_CARD_COMMENT` | Delete card action comment | Deletes a specific comment action (identified by `idAction`) from a Trello card (identified by `idCard`); this operation is irreversible and only affects comments. |
| `TRELLO_DELETE_CARDS_BY_ID_CARD` | Delete card by ID | Permanently deletes an archived Trello card specified by its `idCard`. |
| `TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBER` | Delete member vote from card | Removes a member's vote from a Trello card. The operation requires the member to have already voted on the card; attempting to delete a non-existent vote returns a 400 error. Voting must be enabled on the board. |
| `TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER` | Delete card sticker | Permanently removes a specific sticker (identified by `idSticker`) from a Trello card (identified by `idCard`). |
| `TRELLO_DELETE_CHECKLIST_ITEM` | Delete checklist item | Permanently deletes a specific check item from a checklist on a Trello card; this operation is irreversible and only affects the specified item, not the entire checklist. |
| `TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLIST` | Delete checklist by id | Permanently and irreversibly deletes a Trello checklist and all its items using the `idChecklist`. |
| `TRELLO_DELETE_LABELS_BY_ID_LABEL` | Delete label by id | Permanently deletes an existing label from a Trello board by its ID; this operation is irreversible via the API. |
| `TRELLO_DELETE_MEMBER_BOARD_BACKGROUND` | Delete member board background | Permanently deletes a specific custom board background belonging to the specified Trello member; this operation cannot be undone. |
| `TRELLO_DELETE_MEMBER_CUSTOM_STICKER` | Delete member custom sticker | Deletes a custom sticker from a Trello member's collection; this permanent action is only available for custom stickers within a Trello Workspace on a paid plan. |
| `TRELLO_DELETE_MEMBER_SAVED_SEARCH` | Delete member saved search | Permanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed. |
| `TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORG` | Delete organization by id | Permanently deletes a Trello organization and all its associated data; this action is irreversible and requires caution. |
| `TRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORG` | Delete organization logo by id | Deletes an existing Trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect. |
| `TRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER` | Delete organization member by IDs | Permanently removes a member from a Trello organization by ID, revoking all access to its content; re-invitation is required for renewed access, and this does not delete the member's Trello account. |
| `TRELLO_DELETE_ORG_ASSOCIATED_DOMAIN` | Delete org associated domain | Irreversibly deletes an associated email domain from a Trello organization's preferences to update email domain restrictions for workspace membership; the domain must be currently associated for removal. |
| `TRELLO_DELETE_ORG_INVITE_RESTRICT` | Delete org invite restriction | Removes a previously set email address invitation restriction from a Trello organization. This is an Enterprise-only feature that requires admin privileges on the organization. |
| `TRELLO_DELETE_TOKENS_BY_TOKEN` | Delete token | Deletes a specific Trello API token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to invalidate compromised or unneeded tokens. |
| `TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK` | Delete token webhook by id | Deletes an existing webhook, specified by its `idWebhook`, thereby stopping its notifications. |
| `TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOK` | Delete webhook by id | Permanently deletes an existing Trello webhook by its `idWebhook`, an irreversible action that stops future notifications. |
| `TRELLO_DISABLE_BOARD_POWER_UP` | Delete Power-Up from board | Disables a Power-Up on a Trello board using the board's ID and the plugin ID of a Power-Up currently enabled on that board; this action is irreversible and may result in data loss. |
| `TRELLO_DISMISS_MEMBER_MESSAGE` | Dismiss member message | Dismisses a one-time message for a Trello member, adding it to their dismissed messages list. This endpoint marks a specific one-time message (notification, banner, or prompt) as dismissed for the specified member. Once dismissed, the message will not be shown to the user again. Common use cases include dismissing onboarding messages, feature announcements, or team-specific prompts. Requires write access to the member's account. Use 'me' as idMember for the authenticated user. |
| `TRELLO_ENABLE_BOARD_POWER_UP` | Add board power-up | Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call. |
| `TRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARD` | Generate board calendar key | Generates a new calendar key for the Trello board specified by `idBoard`, invalidating any previous key for that board. |
| `TRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARD` | Generate email key for board | Generates a new email key for the Trello board specified by idBoard to enable or reset adding cards via email; this invalidates any previously existing email key for the board. |
| `TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION` | Get board by action id | Retrieves details for the Trello board associated with a specific action ID, returning board information only. |
| `TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELD` | Get action's board field | Retrieves a specified `field` from the Trello board associated with the provided Trello `idAction`. |
| `TRELLO_GET_ACTIONS_BY_ID_ACTION` | Get action by ID | Retrieves detailed information about a specific Trello action by its ID. |
| `TRELLO_GET_ACTIONS_BY_ID_ACTION_BY_FIELD` | Get action field by id | Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a Trello action using its unique ID. |
| `TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION` | Get card by action ID | Retrieves Trello card details for a given `idAction`, which must be an action specifically linked to a card; returns only card data, not action details. |
| `TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELD` | Get action's card field | Retrieves a specific field from the Trello card associated with the given action ID. |
| `TRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTION` | Get action display by ID | Retrieves a display-friendly representation of an existing and accessible Trello action for UI/report purposes, providing presentation-focused data instead of full raw details and without altering the action. |
| `TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTION` | Get action entities by id | Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing Trello action ID. |
| `TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION` | Get an action's list | Retrieves the Trello list associated with a specific Trello action ID, for actions linked to a list. |
| `TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION_BY_FIELD` | Get field of action's list | Retrieves a specific field of the list associated with a Trello action, returning only that single field's value. |
| `TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION` | Get action's member by id | Retrieves the Trello member who was the subject of an action (not the creator). This endpoint returns information about the member who was acted upon in actions like: - addMemberToCard: Returns the member who was added to a card - removeMemberFromCard: Returns the member who was removed from a card - addMemberToBoard: Returns the member who was added to a board Note: For actions that don't involve a member as a subject (e.g., createCard, createBoard), this endpoint returns 404. Use /actions/{idAction}/memberCreator to get the action's creator instead. |
| `TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELD` | Get Action Subject Member Field | Retrieves a specific field of the member who was the subject of a Trello action. This is distinct from 'memberCreator' (who performed the action). Only works for actions that involve a member as the subject (e.g., addMemberToBoard, addMemberToCard, removeMemberFromCard). Returns a single field value for optimized data retrieval. |
| `TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION` | Fetch action member creator | Retrieves details about the Trello member who created the action with the given `idAction`. |
| `TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELD` | Get action member creator field | Retrieves a specific field from the profile of the Trello member who created a given action. Use this to get targeted information like username, fullName, initials, avatarHash, or url from an action's creator. |
| `TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION` | Fetch organization action by id | Fetches the organization details for a given Trello action, if the action has an associated organization. |
| `TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELD` | Get action's organization field | Retrieves the value of a specific `field` for the organization associated with a Trello `idAction`; use if the action has an organization and you need only that field (e.g., 'name', 'id', 'url'). |
| `TRELLO_GET_ACTIONS_REACTIONS_BY_ID` | Get action's reaction by ID | Retrieves detailed information about a specific reaction on a Trello action. Use when you need to get the member and emoji details for a specific reaction by its ID. |
| `TRELLO_GET_ACTIONS_REACTIONS_BY_ID_ACTION` | List action reactions | Tool to list reactions for a specific action. Use when you need to retrieve emoji reactions and the members who added them to an action. |
| `TRELLO_GET_BATCH` | Get batch | Executes multiple Trello API GET requests in a single batch operation for efficient bulk data retrieval. |
| `TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARD` | Get board actions by id | Retrieves actions (e.g., card creations, comments) for a Trello board by its ID, useful for activity tracking; the board must exist. |
| `TRELLO_GET_BOARDS_BOARD_PLUGINS_BY_ID` | Get board Power-Ups | Tool to get the list of enabled Power-Ups on a Trello board. Use when you need to check which Power-Ups are currently active on a board. |
| `TRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARD` | Get board stars by board ID | Retrieves board stars (user-marked favorites) for a specified Trello board, where `idBoard` must be an existing board; use to list a user's starred boards or all stars on a particular board. |
| `TRELLO_GET_BOARDS_BY_ID_BOARD` | Get board by id | Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action. |
| `TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELD` | Get board field | Retrieves the value of a single, specified field from a Trello board. |
| `TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD` | Get cards by board ID | Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members. |
| `TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTER` | Get cards by filter from board | Retrieves cards from a specified Trello board, filtered by 'all' (all cards), 'closed' (archived only), 'open' (non-archived), or 'visible' (cards on non-archived lists). |
| `TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARD` | Get card from board | Retrieves details for a specific Trello card by its ID and its parent board's ID, with options to customize returned fields for the card and associated data like attachments, actions, members, and checklists. |
| `TRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARD` | Get board checklists | Retrieves checklists (primarily structure/metadata, not detailed item history) from a Trello board, with options to include associated card and check item details and to control which fields are returned for each entity. |
| `TRELLO_GET_BOARDS_CUSTOM_FIELDS` | Get board custom fields | Tool to retrieve custom field definitions for a board. Use when you need to understand what custom fields are available on a board for metadata management. |
| `TRELLO_GET_BOARDS_DELTAS_BY_ID_BOARD` | Retrieve board deltas | Retrieves recent changes (deltas) for a Trello board by its ID, allowing tracking of modifications since a specified update sequence number (`ixLastUpdate`). |
| `TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD` | Get board labels by ID | Fetches labels for a specified Trello board, aiding in its organization or label management; this action does not detail per-card label usage. |
| `TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABEL` | Get a board label | Fetches specified fields for a specific label on a Trello board; this read-only action does not return information about which cards the label is attached to. |
| `TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD` | Get board's lists | Retrieves lists from a specified Trello board, with options to filter lists and include card details. |
| `TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD` | Get board members | Retrieves members of a Trello board, with options to filter the list and select specific member fields to return. |
| `TRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBER` | Get member cards from board | Retrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access. |
| `TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD` | List board memberships | Retrieves Trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content. |
| `TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIP` | Get board membership | Retrieves a specific membership on a Trello board by its ID, optionally including member details. |
| `TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD` | Get invited board members | Retrieves a list of members invited to a specific Trello board who have not yet joined. |
| `TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELD` | Retrieve invited board member field | Retrieves a specific field (e.g., email, username) for members who have been invited to a Trello board but have not yet joined. |
| `TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARD` | Get my board preferences | Retrieves the authenticated user's preferences for a specific Trello board. |
| `TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD` | Get board organization | Fetches information about the Trello Workspace (organization) to which a specific board belongs, returning details for the Workspace only, not the board itself or its content. |
| `TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD_BY_FIELD` | Get board organization field | Retrieves a specific field from the organization associated with a Trello board, useful for obtaining targeted details without fetching the entire organization object. |
| `TRELLO_GET_BOARDS_PLUGINS_BY_ID_BOARD` | Get board's Power-Ups | Retrieves Power-Ups (plugins) enabled on a Trello board. Use to view board extensions and integrations. |
| `TRELLO_GET_CARDS_ACTIONS_BY_ID_CARD` | Get card actions by id | Retrieves the history of actions (e.g., comments, updates, moves) for a Trello card specified by `idCard`; the card must exist and very old actions might not be available. |
| `TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD` | Get card attachments | Retrieves attachments for a Trello card. |
| `TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT` | Get specific card attachment | Retrieves a specific attachment from a Trello card by card ID and attachment ID. |
| `TRELLO_GET_CARDS_BOARD_BY_ID_CARD` | Get board by card id | Fetches detailed information about the Trello board to which a specific, existing, and accessible card belongs, using the card's ID or short link. |
| `TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELD` | Get board field by card ID | Retrieves a specific field from the board associated with a given Trello card. |
| `TRELLO_GET_CARDS_BY_ID_CARD` | Get card by ID | Retrieves a Trello card by its ID or shortlink, with options to include related data like actions, attachments, members, and checklists. |
| `TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELD` | Get card field by id | Retrieves the value of a single, specified field from a Trello card. |
| `TRELLO_GET_CARDS_CHECK_ITEM` | Get card check item | Tool to retrieve a specific checkItem on a card. Use when you need to check the status or details of a specific item in a card's checklist. |
| `TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARD` | Get card check item states | Gets the completed checklist items on a Trello card. Note: This endpoint only returns check items marked as 'complete', not incomplete items. Returns item IDs and states, not full checklist or card details. |
| `TRELLO_GET_CARDS_CHECKLISTS_BY_ID_CARD` | Get card checklists by ID | Retrieves all checklists, including their check items, for a Trello card specified by its ID or shortlink, if the card exists and is accessible. |
| `TRELLO_GET_CARDS_CUSTOM_FIELD_ITEMS_BY_ID_CARD` | Get card custom field items | Tool to retrieve a card's customFieldItems array. Use when you need structured metadata from custom fields for automation. Must be called per card — no bulk endpoint exists. Returns an empty array if no custom fields are populated on the card. Power-Up data (e.g., time tracking) is not included in customFieldItems. |
| `TRELLO_GET_CARDS_LIST_BY_ID_CARD` | Get list by card ID | Gets the Trello list to which a specified card (which must exist) belongs. |
| `TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELD` | Get card list field | Fetches a specific field from the Trello list that a given card belongs to. |
| `TRELLO_GET_CARDS_MEMBERS_BY_ID_CARD` | Get card members | Retrieves members of a Trello card, identified by its ID or shortLink, allowing customization of which member fields are returned. |
| `TRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARD` | Get card members voted | Fetches members who voted on a Trello card; requires an existing card ID, the Voting Power-Up to be active on the board, and members to have voted; returns member details, not vote counts. |
| `TRELLO_GET_CARDS_PLUGIN_DATA_BY_ID` | Get card plugin data | Tool to retrieve any shared pluginData on a card. Use when you need to access data stored by Trello Power-Ups or plugins for a specific card. Note: Forge and OAuth2 apps cannot access this resource. |
| `TRELLO_GET_CARDS_STICKERS_BY_ID_CARD` | Get card stickers by ID card | Retrieves all visual stickers (used for categorization, emphasis, or decoration) from an existing and accessible Trello card; this read-only action does not affect other card elements. |
| `TRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER` | Get card sticker by id | Call this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a Trello card. |
| `TRELLO_GET_CHECK_ITEM_BY_ID` | Get check item by id | Retrieves a specific check item from a checklist using the checklist ID and check item ID. |
| `TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST` | Get board for a checklist | Retrieves the Trello board a specific checklist belongs to, using the checklist ID. |
| `TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELD` | Get checklist's board field | Retrieves a specified `field` (e.g., 'name', 'desc') from the Trello board associated with the given `idChecklist`. |
| `TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST` | Get checklist by ID | Fetches a Trello checklist by its `idChecklist`, requiring the ID to refer to an existing checklist, and allows specifying which details of the checklist, its cards, and check items are returned. |
| `TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELD` | Get checklist field | Retrieves a specific field's value from a Trello checklist by its ID and the field name, without loading the entire checklist object or its items. |
| `TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST` | Get checklist cards | Retrieves cards associated with a specific, valid Trello checklist ID, allowing for filtering and customization of card and related entity data fields. |
| `TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST` | Get checklist items by ID | Retrieves all check items from a Trello checklist. Returns item details including name, position, completion state, and optionally due dates and assigned members. |
| `TRELLO_GET_LABELS_BOARD_BY_ID_LABEL` | Get board by label ID | Retrieves the Trello board to which a given, valid Trello label ID (`idLabel`) belongs. |
| `TRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELD` | Retrieve board field by label id | Retrieves a specified `field` (e.g., 'name', 'url') from the Trello board associated with a given `idLabel`. |
| `TRELLO_GET_LABELS_BY_ID_LABEL` | Get label by id | Retrieves detailed information for a specific Trello label by its ID, allowing selection of specific fields to return. |
| `TRELLO_GET_LISTS_ACTIONS_BY_ID_LIST` | Get list actions by ID | Retrieves actions (like card movements or comments, newest first) for a Trello list by its ID, to track history or create activity logs. |
| `TRELLO_GET_LISTS_BOARD_BY_ID_LIST` | Get board by list ID | Retrieves the board to which a specific Trello list belongs. |
| `TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELD` | Get board field by list ID | Retrieves a specific field (e.g., 'name', 'desc', 'url') from the Trello board associated with a given list ID. Useful when you only have a list ID and need board information without fetching the full board object. |
| `TRELLO_GET_LISTS_BY_ID_LIST` | Get list by ID | Retrieves a Trello list by its unique ID, optionally including details for its cards and parent board. |
| `TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELD` | Get list field value | Fetches the value of a single, specified field from a Trello list. |
| `TRELLO_GET_LISTS_CARDS_BY_ID_LIST` | Get cards in a list | Fetches cards from a Trello list by its ID, with options to filter and customize the returned card data. |
| `TRELLO_GET_MEMBER_BOARD_BACKGROUND` | Get Member Board Background | Retrieves a specific custom board background for a Trello member by its ID. Note: Only custom backgrounds (uploaded by the user) can be retrieved; built-in defaults like 'blue' or 'gradient-ocean' are not accessible via this endpoint. |
| `TRELLO_GET_MEMBER_CUSTOM_BG` | Get member custom board background | Retrieves metadata (e.g., brightness, URLs, tiling status) for a specific custom board background of a Trello member, not the image file itself. |
| `TRELLO_GET_MEMBER_CUSTOM_EMOJI` | Get member custom emoji | Retrieves a specific custom emoji by its ID for a Trello member, requiring that both the member and emoji exist and are associated. |
| `TRELLO_GET_MEMBER_INVITED_ORG` | Get field of member's invited organization | Get a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists. |
| `TRELLO_GET_MEMBER_ORG_CARDS` | Get organization member cards | Fetches all cards assigned to a specific member of a given Trello organization. |
| `TRELLO_GET_MEMBERS_ACTIONS_BY_ID_MEMBER` | Get member actions by ID | Retrieves a list of actions for a specified Trello member, allowing filtering by type, date, models, and control over output format and fields. |
| `TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER` | Get member board backgrounds | Fetches the board backgrounds for a specified Trello member. |
| `TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER` | Get member boards by id | Retrieves board-level details (not lists/cards) for Trello boards associated with a member ID or username, allowing extensive customization of the returned data. |
| `TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER_BY_FILTER` | Get member boards with filter | Retrieves a list of boards for a specific Trello member, applying a filter such as 'open', 'starred', or 'all'. |
| `TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER` | Get member's invited boards | Retrieves Trello boards to which a specific member has been invited but has not yet joined. |
| `TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELD` | Get member's invited board field | Retrieves a specific field from Trello boards to which a member has been invited but not yet joined; returns an empty result for no pending invitations. |
| `TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER` | Get member board stars | Fetches only the boards a specific Trello member has starred, identified by their ID or username. |
| `TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STAR` | Get member board star | Retrieves detailed information about a specific board star (a Trello board marked as a favorite) for a given Trello member. |
| `TRELLO_GET_MEMBERS_BY_ID_MEMBER` | Get member by ID | Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications, and organization affiliations, with customizable detail levels via filters and field parameters. |
| `TRELLO_GET_MEMBERS_BY_ID_MEMBER_BY_FIELD` | Get member field by ID | Efficiently retrieves a specific field (e.g., fullName, username, bio) of a Trello member using their ID or username, without fetching the entire member profile. |
| `TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER` | Get cards by member ID | Retrieves cards for a Trello member, specified by ID or username, with options to filter cards and include related data like actions, attachments, and checklists. |
| `TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER` | Retrieve member custom board backgrounds | Retrieves custom board backgrounds for a Trello member, who must exist, using their ID or username. |
| `TRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBER` | Get member custom emoji | Retrieves all custom (user-specific, non-standard) emojis that a specified Trello member has created or can access. |
| `TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER` | Get member custom stickers | Retrieves a member's custom stickers, which are unique personalized stickers created by them, distinct from standard Trello stickers. |
| `TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER_BY_ID_STICKE` | Get member custom sticker | Get member custom sticker |
| `TRELLO_GET_MEMBERS_DELTAS_BY_ID_MEMBER` | Get member deltas by ID | Retrieves a chronological list of all changes (deltas) made by a specific Trello member, including modifications to boards, lists, and cards, to audit activity or sync data. |
| `TRELLO_GET_MEMBERS_ME` | Get authenticated member | Tool to retrieve information about the currently authenticated Trello member. Use when you need profile details, settings, or member metadata. |
| `TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER` | Get member notifications by id | Retrieves notifications for a Trello member, specified by their ID or username, with options for filtering and pagination. |
| `TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER` | Get a specified member's organizations | Fetches organizations a specific Trello member belongs to; the `idMember` must be an ID or username of an existing Trello member. |
| `TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER` | Retrieve member s invited organizations | Retrieves organizations a Trello member has been invited to but has not yet accepted or declined. |
| `TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER` | Get member saved searches | Retrieves all saved search queries for a Trello member; this action only retrieves saved searches and does not execute them. |
| `TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER_BY_ID_SAVED_S` | Get Member Saved Search | Get Member Saved Search |
| `TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBER` | Retrieve member tokens | Retrieves API token metadata for a Trello member. Returns information about all API tokens associated with the specified member, including token ID, creation date, expiration date, permissions, and the application that created each token. For security reasons, the actual token values are not included in the response. Note: You can only retrieve tokens for your own account (use 'me' or your own member ID). Attempting to access another member's tokens will fail. |
| `TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION` | Get notification board by ID | Gets the Trello board associated with a given notification ID, returning only board data and allowing selection of specific board fields. |
| `TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELD` | Get notification's board field | Retrieves a specific field from the board associated with a Trello notification. This endpoint is useful when you only need a single piece of information about the board (like its name or URL) without fetching all board data. The notification must belong to the authenticated user and must be associated with a board (e.g., board invitations, card comments, or mentions on board-related items). |
| `TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION` | Get notification by ID | Retrieves a specific Trello notification by its ID, optionally including related entities and specific fields for the notification and its related entities. |
| `TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELD` | Get a notification field | Retrieves a specific field from a Trello notification. |
| `TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION` | Get notification's card | Retrieves the card associated with a Trello notification. Returns card details for card-related notifications (e.g., comments on cards, card assignments, due date reminders). The notification must exist and be linked to a card; notifications without card context (e.g., board-level notifications) will return an error. |
| `TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION_BY_FIELD` | Get notification card field | Retrieves a specific field of a Trello card, using the ID of a notification that is directly associated with that card. |
| `TRELLO_GET_NOTIFICATIONS_DISPLAY_BY_ID_NOTIFICATION` | Get notification display by id | Retrieves the information needed to display an existing Trello notification, identified by its ID, without altering the notification or fetching its complete metadata. |
| `TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATION` | Get Notification Entities | Retrieves the entities (members, cards, boards, lists, etc.) associated with a specific Trello notification. Returns an ordered list of entity objects that together describe what happened in the notification. This is useful for building human-readable notification descriptions and activity feeds. For example, a 'mentionedOnCard' notification returns entities like: [member, "mentioned you on", card] which can be combined to display: "John mentioned you on 'My Card'" Note: Requires a valid notification ID that belongs to the authenticated user. |
| `TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION` | Retrieve notification list by id | Retrieves the Trello list associated with a specific notification ID, for notifications linked to a list (e.g., card creation or movement notifications). |
| `TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION_BY_FIELD` | Get notification list field | Efficiently retrieves a single specified field from a Trello list linked to a notification, avoiding fetching the entire list. |
| `TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION` | Get notification member by id | Fetches details of the member (not the notification content itself) associated with a specific Trello notification ID. |
| `TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELD` | Retrieve notification member field | Retrieves a specific field value of the Trello member associated with a notification. Use this to get individual member properties (like fullName, username, email, etc.) for the member who is the subject of a notification. This is useful when you only need a single piece of member information rather than the full member object. |
| `TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATION` | Get member creator of a notification | Fetches the creator (member) of a Trello notification, identified by `idNotification`, returning only creator details and respecting Trello privacy settings and user permissions. |
| `TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATION_B` | Get notification creator field | Get notification creator field |
| `TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION` | Get notification organization | Retrieves the Trello organization linked to a specific notification ID; returns organization details only, not the notification itself. |
| `TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION_BY_` | Get notification organization field | Get notification organization field |
| `TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORG` | Get organization actions by ID | Retrieves a log of actions (e.g., card creations, list movements, comments) for a specified Trello organization, filterable by type, date range, and models; `idOrg` must be a valid organization ID/name, and `page` * `limit` must be < 1000. |
| `TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG` | Get organization boards | Fetches boards for a Trello organization, specified by its ID or name, with options to filter and customize returned data. |
| `TRELLO_GET_ORGANIZATIONS_BY_ID_ORG` | Get organization by ID | Retrieves detailed information about a specific Trello organization, including optional related resources like members, boards, and actions, using its ID or unique name. |
| `TRELLO_GET_ORGANIZATIONS_BY_ID_ORG_BY_FIELD` | Get organization field by id | Retrieves the value of a single specified `field` for a Trello organization `idOrg`, ideal for efficiently fetching a specific piece of information without loading the full organization details. |
| `TRELLO_GET_ORGANIZATIONS_DELTAS_BY_ID_ORG` | Get organization deltas by id | Retrieves a log of recent modifications (deltas) for a Trello organization, filterable by tags and supporting incremental fetching via an update index. |
| `TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG` | Retrieve organization members by id | Retrieves members of a Trello organization (specified by ID or name), with an option to include member activity if the organization is Premium. |
| `TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG` | Get organization memberships | Fetches organization-level memberships for a Trello organization, with options to filter members and include their details; does not return board-specific memberships. |
| `TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG` | Get invited organization members | Retrieves members invited to a Trello organization who have not yet accepted their invitation, returning only data for pending invitations (not active or former members) and cannot send or modify invitations. |
| `TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG_BY_FIELD` | Get organization invited member field | Retrieves a specific `field` (e.g., fullName, username, email, status) for members with pending invitations to the Trello organization specified by `idOrg`. |
| `TRELLO_GET_ORGANIZATIONS_PLUGIN_DATA` | Get organization plugin data | Tool to get organization-scoped pluginData on a Trello Workspace. Use when you need to retrieve plugin configuration or data stored at the organization level. |
| `TRELLO_GET_ORGANIZATIONS_TAGS_BY_ID` | Get organization tags | Lists all collections (tags) associated with a Trello organization. Use when you need to retrieve the organization's tags or collections. |
| `TRELLO_GET_ORG_MEMBERSHIP` | Get organization membership | Retrieves a specific membership within a Trello organization, using their respective IDs, to ascertain the member's role, status, or permissions. |
| `TRELLO_GET_ORG_NEW_BILLABLE_GUESTS_BY_BOARD` | Get new billable guests | Tool to check for new billable guests on a board within an organization. Use when you need to identify members who will incur billing charges. |
| `TRELLO_GET_SEARCH` | Search Trello | Searches Trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields. IMPORTANT LIMITATIONS: - Search indexing has a delay: newly created/updated cards may not appear for several minutes. - For exact name matching or time-sensitive lookups, use TRELLO_GET_LISTS_CARDS_BY_ID_LIST or TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD to enumerate cards directly, then filter by name. - The search uses word tokenization: queries like 'Payment failed when sending tips' are split into individual terms ['Payment', 'failed', 'when', 'sending', 'tips']. Common words may be ignored. - Set partial='true' (default) for better recall with prefix matching on the last search term. |
| `TRELLO_GET_SEARCH_MEMBERS` | Search for members | Searches Trello members by name, username, or email, optionally scoped to a board or organization. |
| `TRELLO_GET_SESSIONS_SOCKET` | Get sessions socket | Retrieves WebSocket session connection information from Trello for real-time updates. IMPORTANT: This endpoint is an internal Trello endpoint that is NOT part of the public REST API. It requires WebSocket protocol and browser session authentication, making it inaccessible via standard API tokens. For real-time updates, use Trello Webhooks instead. |
| `TRELLO_GET_TOKENS_BY_TOKEN` | Get token by token | Retrieves information about a specific Trello API token, allowing selection of specific fields and inclusion of webhook details. |
| `TRELLO_GET_TOKENS_BY_TOKEN_BY_FIELD` | Get token field | Retrieves a specific field from a Trello token, provided the token is valid, has necessary permissions, and the field is a valid token field. |
| `TRELLO_GET_TOKENS_MEMBER_BY_TOKEN` | Get token member | Retrieves information about the Trello member associated with the current API token, allowing customization of the returned fields. |
| `TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELD` | Retrieve token member field | Retrieves a specific field for the Trello member associated with the current API token. The token is automatically extracted from authentication, so only the field name needs to be specified. |
| `TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN` | Get webhooks for token | Retrieves all webhooks associated with a specific Trello API token. |
| `TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK` | Get token webhook by ID | Retrieves detailed information for a specific Trello webhook, identified by `idWebhook`, that is associated with the given `token`. |
| `TRELLO_GET_TYPES_BY_ID` | Get type by id | Identifies the type of a Trello resource (member or organization) given its ID. Returns a 'type' field indicating whether the resource is a 'member' or 'organization'. Note: This endpoint only works for members and organizations; boards, cards, and lists are not supported. |
| `TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK` | Get webhook by ID | Retrieves the full configuration and status for a specific Trello webhook by its unique ID; this action does not return past notification history. |
| `TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELD` | Get webhook field by id | Gets a specific field's value from a Trello webhook, avoiding retrieval of the full webhook object. |
| `TRELLO_LIST_EMOJI` | List available emoji | Tool to list all available emoji in Trello. Use when you need to browse or search for emoji to use in cards, comments, or reactions. |
| `TRELLO_MARK_ALL_NOTIFICATIONS_READ` | Mark all notifications as read | Marks all Trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone. |
| `TRELLO_MARK_BOARD_AS_VIEWED` | Mark board as viewed | Marks the Trello board specified by idBoard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings. |
| `TRELLO_MARK_CARD_NOTIFICATIONS_READ` | Mark card notifications read | Marks all notifications associated with a specific Trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications. |
| `TRELLO_MOVE_ALL_LIST_CARDS` | Move all cards in list to another list | Moves all cards from a source Trello list to a destination list on a specified board. This action is irreversible, moves (not copies) cards, and empties the source list without deleting it. |
| `TRELLO_REMOVE_BOARD_MEMBER` | Delete member from board | Permanently removes a current member from a Trello board, revoking their access; this action is irreversible. |
| `TRELLO_REMOVE_BOARD_STAR` | Delete member board star | Removes a specific starred board (identified by `idBoardStar`) from a Trello member's (identified by `idMember`) list of favorites; `idBoardStar` must be an existing star for that member. |
| `TRELLO_REMOVE_CARD_LABEL_BY_COLOR` | Delete card label by color | Permanently removes a specific `color` label from an existing Trello card identified by `idCard`, if the card has that label; this only disassociates the label from the card, not deleting the label definition itself. |
| `TRELLO_REMOVE_LABEL_FROM_CARD` | Remove label from card | Removes a specific label from a Trello card; the label itself is not deleted from the board, only its association with the card. |
| `TRELLO_REMOVE_MEMBER_FROM_CARD` | Remove member from card | Removes a currently assigned member from a Trello card, affecting only the card's member list and not the member's board membership or overall permissions. |
| `TRELLO_REMOVE_MEMBER_FROM_ORG` | Delete member from organization | Removes a member entirely from a specific Trello organization, including from all its boards and cards; this action is permanent and does not delete the member's Trello account. |
| `TRELLO_UPDATE_ACTIONS_BY_ID_ACTION` | Update action text | Updates the `text` field of a specific Trello comment action, identified by `idAction`. |
| `TRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTION` | Update action text | Updates the text of an existing Trello action (e.g., a comment or card update) identified by `idAction`; this change only affects the action's text content. |
| `TRELLO_UPDATE_BOARD_MEMBERSHIP` | Update board membership | Updates a user's role (e.g., admin, normal, observer) on a specific Trello board or retrieves updated member details, requiring existing board and membership IDs. |
| `TRELLO_UPDATE_BOARDS_BY_ID_BOARD` | Update board by ID | Updates attributes (e.g., name, description, status, preferences) of an existing Trello board identified by `idBoard`. |
| `TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARD` | Update board closed status | Archives (closes) an active Trello board or reopens a previously archived board. |
| `TRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARD` | Update board description | Updates the description of a specified Trello board; the update is immediate and does not affect other board elements like lists, cards, or membership. |
| `TRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFS` | Update board sidebar actions preferences | Updates the current user's preference for the visibility of sidebar board actions on a specific Trello board. |
| `TRELLO_UPDATE_BOARD_SIDEBAR_ACTIVITY_PREFS` | Update my board sidebar activity preference | Sets the current user's preference for displaying or concealing the sidebar activity feed on an accessible Trello board; this change only affects the requesting user. |
| `TRELLO_UPDATE_BOARD_SIDEBAR_MEMBERS_PREF` | Update board sidebar members preference | Updates the authenticated user's preference for showing or hiding members in a specific Trello board's sidebar, affecting only the current user's view. |
| `TRELLO_UPDATE_BOARDS_ID_ORGANIZATION_BY_ID_BOARD` | Update board organization | Moves an existing Trello board to a specified, existing Trello organization, which can affect the board's visibility and member access. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARD` | Update a board's blue label name | Sets the name of the blue label for a Trello board. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARD` | Update board's green label name | Updates the name of the green label for a specified Trello board; this change is board-wide, affects all cards using this label, and does not change the label's color. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARD` | Update board label orange name | Updates the name of the orange label for a specified Trello board. This action finds the orange label on the specified board and updates its name. Only the label's name is affected, not its color or associated cards. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARD` | Update purple label name | Updates the name of the purple label on a Trello board. This action first retrieves the purple label from the board, then updates its name. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARD` | Update red label name | Updates the name of the red label on a Trello board. This action first retrieves the red label from the board, then updates its name. |
| `TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARD` | Update yellow label name on board | Updates the name of a board's yellow label; other colored labels are unaffected. |
| `TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD` | Update board members | Adds or updates a member's role on a specific Trello board, typically requiring the member's `email` and a membership `type`. |
| `TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBER` | Update board member attributes | Updates a current member's email, full name, or role (admin, normal, or observer) on a specific Trello board; email and full name changes are board-specific and do not affect the member's global Trello profile. |
| `TRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARD` | Modify board email position preference | Updates a Trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist. |
| `TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARD` | Update board email list preference | Sets the default Trello list where cards created via email will be added for a specific board. |
| `TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARD` | Update board sidebar visibility | Updates the authenticated user's personal preference for showing or hiding the sidebar on a specific Trello board. |
| `TRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARD` | Update board name | Updates the name of an existing Trello board, identified by `idBoard`; this change only affects the board's name, not its other attributes. |
| `TRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARD` | Update board background | Updates the cosmetic background preference for a specific Trello board; this change does not affect board functionality or content. |
| `TRELLO_UPDATE_BOARDS_PREFS_CALENDAR_FEED_ENABLED_BY_ID_BOARD` | Update board calendar feed enabled status | Updates the 'calendarFeedEnabled' preference for a Trello board, which, when enabled, makes board cards with due dates accessible via an iCalendar feed for external calendar integration. |
| `TRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARD` | Update board card aging preference | Updates the card aging visual preference to 'pirate' or 'regular' mode for a specified Trello board. |
| `TRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARD` | Update board card cover preference | Updates the preference on a specific Trello board for whether existing card covers are displayed; this controls visibility only and does not add or remove the actual covers from cards. |
| `TRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARD` | Update board comment preferences | Changes the permission settings for who can add comments to cards on a specific Trello board, without affecting other board settings. |
| `TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARD` | Update board invitation preferences | Updates who can invite new members ('admins' or 'members') to a specific Trello board. |
| `TRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARD` | Update board prefs permission level | Updates the permission level preference (e.g., 'private' or 'public') for a Trello board, identified by `idBoard`, if the board exists and the authenticated user possesses administrative permissions for it. |
| `TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARD` | Update board self-join preference | Updates a board's 'selfJoin' preference, determining if members can join freely or must be invited. |
| `TRELLO_UPDATE_BOARDS_PREFS_VOTING_BY_ID_BOARD` | Update board voting preferences | Sets who can vote on cards for an existing Trello board, changing only the voting preferences for all cards on the board. |
| `TRELLO_UPDATE_BOARDS_SUBSCRIBED_BY_ID_BOARD` | Update board subscription status | Updates the authenticated user's subscription status (subscribe/unsubscribe for notifications) for a specified Trello board, to which the user must have access. |
| `TRELLO_UPDATE_BOARD_STARS_POSITION_BY_ID_MEMBER_BY_ID_BOARD_` | Update board star position | Update board star position |
| `TRELLO_UPDATE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTION` | Update card comment | Updates the text for a given comment action (`idAction`) on a specified card (`idCard`), affecting only the text content. |
| `TRELLO_UPDATE_CARDS_BY_ID_CARD` | Update card attributes | Updates an existing Trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. |
| `TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_BY_ID_CARD_BY_ID_CHECKLI` | Update check item on card | Update check item on card |
| `TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_POSITION_BY_ID_CARD_BY_I` | Update checklist item position | Update checklist item position |
| `TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_STATE_BY_ID_CARD_BY_ID_C` | Update card checklist item state | Update card checklist item state |
| `TRELLO_UPDATE_CARDS_CHECKLISTS_CHECK_ITEMS_NAME_BY_ID_CARD_B` | Update checklist item name in card | Update checklist item name in card |
| `TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARD` | Update card closed status by id | Updates the 'closed' status of an existing Trello card. |
| `TRELLO_UPDATE_CARDS_DESC_BY_ID_CARD` | Update card description | Updates or clears the entire description of an existing Trello card; use an empty string for `value` to clear. |
| `TRELLO_UPDATE_CARDS_DUE_BY_ID_CARD` | Update card due date | Updates the due date of a specific Trello card; the card identified by `idCard` must exist. |
| `TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARD` | Update card attachment cover | Sets or removes the attachment cover for a Trello card. Provide a valid image attachment ID to set as cover, or an empty string ('') to remove the cover. |
| `TRELLO_UPDATE_CARDS_ID_BOARD_BY_ID_CARD` | Move card to board | Moves a Trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows. |
| `TRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARD` | Update card list ID | Moves a Trello card to a different list on the same Trello board; this operation is idempotent and only updates the card's list ID. |
| `TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARD` | Set card members | Updates (sets/replaces) the list of members assigned to a Trello card. Pass a single member ID to assign one member, or pass an empty value to remove all members. Note: This replaces the entire member list, not appends to it. The card must exist and the member(s) must have board permissions. |
| `TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARD` | Update card labels | Replaces all labels on a Trello card with labels matching the specified colors. Use comma-separated color names (e.g., 'red,blue,green') or 'all' to add all board labels. This action removes existing labels and sets only the specified ones. |
| `TRELLO_UPDATE_CARDS_NAME_BY_ID_CARD` | Update card name | Updates the name of an existing Trello card, identified by its ID or shortLink; other card properties remain unchanged. |
| `TRELLO_UPDATE_CARDS_POS_BY_ID_CARD` | Update card position | Updates a Trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer. |
| `TRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER` | Update card sticker attributes | Updates an existing sticker's image, position (top, left coordinates), or stacking order (zIndex) on a specific Trello card; the `rotate` parameter may not be supported by Trello. |
| `TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARD` | Update card subscribed status | Updates the user's subscription status for a Trello card, if the card exists and is accessible. |
| `TRELLO_UPDATE_CHECKLIST_ITEM_BY_IDS` | Update a checklist item | Updates a check item's attributes (name, position, state) or moves it to a different checklist on the same card, requiring the card ID, current checklist ID, and check item ID. |
| `TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLIST` | Update checklist | Updates an existing Trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist. |
| `TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELD` | Update checklist field | Tool to update a specific field on a Trello checklist. Use when you need to update the name or position of a checklist. |
| `TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLIST` | Move checklist to card | Moves a Trello checklist to a new parent card; the checklist and the destination card must exist. |
| `TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLIST` | Update checklist name | Updates the name of an existing Trello checklist. |
| `TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLIST` | Update checklist position by id | Updates the position of an existing checklist on a Trello card. |
| `TRELLO_UPDATE_LABELS_BY_ID_LABEL` | Update label attributes | Updates an existing Trello label's attributes (color, name, or associated board) by its ID; the label must exist. |
| `TRELLO_UPDATE_LABELS_BY_ID_LABEL_BY_FIELD` | Update label field | Updates a specific field (color or name) on a Trello label by its ID. Use when you need to update only one field without affecting others. |
| `TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABEL` | Update label color | Updates the color of an existing Trello label, or removes its color if 'null' is specified for the value. |
| `TRELLO_UPDATE_LABELS_NAME_BY_ID_LABEL` | Update label name | Updates the name of an existing Trello label, identified by `idLabel`; an empty string for `value` clears the label's name but does not delete the label. |
| `TRELLO_UPDATE_LISTS_BY_ID_LIST` | Update list attributes | Updates attributes of an existing Trello list, such as name, position, archive status, board, or copies cards from another list, provided the list `idList` exists. |
| `TRELLO_UPDATE_LISTS_CLOSED_BY_ID_LIST` | Update lists closed status | Updates whether an existing Trello list is closed (archived); a closed list is hidden from the board view but not deleted and can be re-opened. |
| `TRELLO_UPDATE_LISTS_ID_BOARD_BY_ID_LIST` | Move list to board | Moves an existing Trello list (identified by `idList`) to an existing destination board (board ID in `value`), optionally setting its new position (`pos`). |
| `TRELLO_UPDATE_LISTS_NAME_BY_ID_LIST` | Update list name | Updates the name of an existing Trello list, identified by its ID; this only changes the list's name, not its cards or position. |
| `TRELLO_UPDATE_LISTS_POS_BY_ID_LIST` | Update list position | Changes a Trello list's order on a board to 'top', 'bottom', or a specified numeric position, affecting only its position. |
| `TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LIST` | Update list subscription | Updates the subscription status for a Trello list, allowing the user to subscribe or unsubscribe to control notifications. |
| `TRELLO_UPDATE_MEMBER_AVATAR` | Upload member avatar | Updates a Trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update. |
| `TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBER` | Update member avatar source | Updates the avatar source for a specified Trello member. The avatar source determines which image is displayed as the member's profile picture: Gravatar (based on email), a previously uploaded custom image, or the default initials avatar. Note: This endpoint requires write permissions for member profiles. |
| `TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBER` | Update member bio | Updates the bio/description of a specified Trello member. The bio is a short text that appears on the member's profile. Requires write permissions for the member's account. |
| `TRELLO_UPDATE_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER_BY_ID_B` | Update Member Board Background | Update Member Board Background |
| `TRELLO_UPDATE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_S` | Update Member Board Star | Update Member Board Star |
| `TRELLO_UPDATE_MEMBERS_BY_ID_MEMBER` | Update member by ID | Updates an existing Trello member's profile information, preferences, or username. |
| `TRELLO_UPDATE_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER_` | Update member's custom board background | Update member's custom board background |
| `TRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBER` | Update member full name by id | Updates the full name for a Trello member, identified by their valid ID or username; this operation only affects the full name, leaving other profile information unchanged. |
| `TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBER` | Update member initials | Updates the initials for a specified Trello member, identified by their ID or username. |
| `TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBER` | Update member color blind preference | Updates a Trello member's color blind friendly mode preference. When enabled, labels display patterns in addition to colors to help users who have difficulty distinguishing colors. This setting only affects the authenticated member's view and does not change how other members see the board. |
| `TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBER` | Update member locale preference | Updates a Trello member's locale preference to change how dates, times, and numbers are displayed in the Trello UI. Requires 'account' scope in the API token. Use 'me' as idMember to update the authenticated user's locale. |
| `TRELLO_UPDATE_MEMBERS_PREFS_SUMMARY_INTERVAL_BY_ID_MEMBER` | Update Member Summary Interval | Updates a Trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications. |
| `TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER_BY_ID_SAVE` | Update member saved search | Update member saved search |
| `TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_NAME_BY_ID_MEMBER_BY_ID` | Update member saved search name | Update member saved search name |
| `TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_POS_BY_ID_MEMBER_BY_ID_` | Update member saved search position | Update member saved search position |
| `TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_QUERY_BY_ID_MEMBER_BY_I` | Update member saved search query | Update member saved search query |
| `TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBER` | Update member username | Updates the username for an existing Trello member, identified by their ID or current username. IMPORTANT: This endpoint requires an authentication token (web session), not an API consent token. Third-party applications using API tokens cannot update member profile fields (username, fullName, initials, locale) - this is a Trello security restriction to ensure only members can modify their own profile data directly. |
| `TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATION` | Update notification status by id | Updates only the 'unread' status of a specific Trello notification. |
| `TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATION` | Update notification unread status | Updates the unread status of a specific Trello notification. Use this action to mark notifications as read (value='false') or unread (value='true'). The notification must belong to the authenticated user. To get notification IDs, use the 'get_members_notifications_by_id_member' action first. |
| `TRELLO_UPDATE_ORGANIZATION_LOGO` | Add organization logo | Sets or updates the logo for a Trello organization; the provided image file must adhere to Trello's format and size restrictions. |
| `TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORG` | Update organization attributes | Updates various attributes of an existing Trello organization, identified by `idOrg`. |
| `TRELLO_UPDATE_ORGANIZATIONS_DESC_BY_ID_ORG` | Update organization description | Updates or clears the description for an existing Trello organization, identified by its ID or name, to a new string up to 16384 characters. |
| `TRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORG` | Update organization display name | Updates the display name of a Trello organization, identifiable by its current ID or name (`idOrg`), to the new `value`; other attributes remain unaffected. |
| `TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG` | Update an organization member | Adds/updates a member in a specified Trello organization (`idOrg`); `email` and `type` are API-required, `fullName` is needed if `email` is new to Trello. |
| `TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER` | Update organization member | Updates a member's role/type (admin, normal, or observer) in a Trello organization. Note: This operation requires a premium Trello workspace - free workspaces cannot change memberships. |
| `TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_DEACTIVATION_BY_ID_ORG_B` | Update org member deactivation status | Update org member deactivation status |
| `TRELLO_UPDATE_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMB` | Update org membership | Update org membership |
| `TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORG` | Update organization name by id | Updates the unique programmatic identifier (used in URLs and API interactions) for an existing Trello organization; this is an irreversible operation, effective immediately, and only affects this identifier. |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_ASSOCIATED_DOMAIN_BY_ID_OR` | Update an organization's associated domain preferences | Update an organization's associated domain preferences |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_BOARD_VISIBILITY_BY_ID_ORG` | Update organization board visibility preference | Updates the preference controlling who can set board visibility to 'organization-visible' within an existing Trello organization. |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_EXTERNAL_MEMBERS_ACCESS_BY` | Update an organization's external members access | Update an organization's external members access |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_PERMISSION_LEVEL_BY_ID_ORG` | Update organization permission level | Updates a Trello organization's `permissionLevel` preference, determining if it's members-only or link-accessible, and affecting new board default visibility. |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_PRIVATE_BOARD_VISIBILITY_B` | Update organization private board visibility restriction | Update organization private board visibility restriction |
| `TRELLO_UPDATE_ORGANIZATIONS_PREFS_PUBLIC_BOARD_VISIBILITY_BY` | Update organization public board visibility | Update organization public board visibility |
| `TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORG` | Update organization website | Updates the website URL for a specified Trello organization. |
| `TRELLO_UPDATE_ORG_GOOGLE_APPS_VERSION` | Update organization Google Apps version | Updates the Google Apps integration version preference for a specified Trello organization, to manage compatibility or features related to Google Workspace services. |
| `TRELLO_UPDATE_ORG_INVITE_RESTRICTIONS` | Update organization invite restriction | Adds an email domain restriction to a Trello organization's invitation policy. Members can only be invited if their email matches the specified domain. This is an Enterprise-only feature requiring admin privileges on the organization. |
| `TRELLO_UPDATE_SESSIONS_BY_ID_SESSION` | Update session by id | Updates a Trello user session's viewed board ID or status; call when user activity or board focus changes. |
| `TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOK` | Update webhook active status | Updates the active status of an existing Trello webhook. Set `value` to 'true' to activate the webhook (enable notifications) or 'false' to deactivate it (pause notifications). The webhook's other properties (callbackURL, idModel, description) remain unchanged. |
| `TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOK` | Update webhooks | Updates an existing Trello webhook's description, active status, callback URL, or monitored model ID; requires the webhook ID (not in request body) to be specified, typically via URL path. |
| `TRELLO_UPDATE_WEBHOOKS_CALLBACK_URL_BY_ID_WEBHOOK` | Update webhook callback url | Updates the callback URL for a specific Trello webhook; other webhook attributes remain unchanged. |
| `TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOK` | Update webhook description | Updates the description of an existing Trello webhook; an empty string for the new description removes the current one. |
| `TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOK` | Update webhook idModel | Updates the `idModel` (the monitored Trello entity like a board, list, or card) for an active webhook `idWebhook` to the new model ID `value`; other webhook properties are unaffected. |

## Supported Triggers

| Trigger slug | Name | Description |
|---|---|---|
| `TRELLO_ARCHIVED_CARD_TRIGGER` | Card Archived Trigger | Triggered when a card is archived in the specified board |
| `TRELLO_NEW_ACTIVITY_TRIGGER` | New Activity Trigger | Triggered when there is activity in Trello. |
| `TRELLO_NEW_BOARD_TRIGGER` | New Board Trigger | Triggered when a board is created in the specified workspace |
| `TRELLO_NEW_CARD_TRIGGER` | New Card Trigger | Triggered when a card is created in the specified board |
| `TRELLO_UPDATED_CARD_TRIGGER` | Card Updated Trigger | Triggered when a specific card is updated |

## Creating MCP Server - Stand-alone vs Composio SDK

The Trello MCP server connects Claude Cowork to your Trello account through Composio. Once connected, Cowork can use the available Trello tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Trello MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/trello/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/trello/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/trello/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/trello/framework/claude-code)
- [Codex](https://composio.dev/toolkits/trello/framework/codex)
- [Cursor](https://composio.dev/toolkits/trello/framework/cursor)
- [VS Code](https://composio.dev/toolkits/trello/framework/vscode)
- [OpenCode](https://composio.dev/toolkits/trello/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/trello/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/trello/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/trello/framework/cli)
- [Google ADK](https://composio.dev/toolkits/trello/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/trello/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/trello/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/trello/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/trello/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/trello/framework/crew-ai)

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.
- [Breathe HR](https://composio.dev/toolkits/breathehr) - Breathe HR is cloud-based HR software for SMEs to manage employee data, absences, and performance. It simplifies HR admin, making it easy to keep employee records accurate and up to date.
- [Breeze](https://composio.dev/toolkits/breeze) - Breeze is a project management platform designed to help teams plan, track, and collaborate on projects. It streamlines workflows and keeps everyone on the same page.
- [Bugherd](https://composio.dev/toolkits/bugherd) - Bugherd is a visual feedback and bug tracking tool for websites. It helps teams and clients report website issues directly on live sites for faster fixes.
- [Canny](https://composio.dev/toolkits/canny) - Canny is a platform for managing customer feedback and feature requests. It helps teams prioritize product decisions based on real user insights.
- [Chmeetings](https://composio.dev/toolkits/chmeetings) - Chmeetings is a church management platform for events, members, donations, and volunteers. It streamlines church operations and improves community engagement.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Trello MCP?

With a standalone Trello MCP server, the agents and LLMs can only access a fixed set of Trello tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Trello and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Trello tools.

### Can I manage the permissions and scopes for Trello while using Tool Router?

Yes, absolutely. You can configure which Trello scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Trello data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
