Trello

A web-based, kanban-style, list-making application.

322 actions Integration catalog
Request access
Connect Trello once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add boardTRELLO_ADD_BOARDS
Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Add new list to board (Deprecated)TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARD
DEPRECATED: Use TRELLO_LIST_CREATE_LIST instead. Creates a new, empty list on a specified, existing Trello board, typically used as a column or category for organizing cards.
Add cardTRELLO_ADD_CARDS
Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.
Add comment to cardTRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_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.
Add attachment to cardTRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARD
Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both.
Add checklist to card via idTRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARD
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.
Add label to cardTRELLO_ADD_CARDS_ID_LABELS_BY_ID_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.
Add member vote to cardTRELLO_ADD_CARD_VOTE
Casts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card.
Add check item to checklist (Deprecated)TRELLO_ADD_CHECKLIST_ITEM
DEPRECATED: Use TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST instead. Adds a new check item to an existing checklist on a specific Trello card.
Add checklist to cardTRELLO_ADD_CHECKLISTS
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.
Add check item to checklistTRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST
Adds a new check item to a specified Trello checklist; this action does not update existing check items.
Create label on boardTRELLO_ADD_LABELS
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.
Add new list to boardTRELLO_ADD_LISTS
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.
Add card to list (Deprecated)TRELLO_ADD_LISTS_CARDS_BY_ID_LIST
DEPRECATED: Use TRELLO_CARD_CREATE_AND_UPDATE instead. Creates a new card in a Trello list, which must be specified by an existing and accessible `idList`.
Add card member by idTRELLO_ADD_MEMBER_TO_CARD
Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.
Archive all cards in listTRELLO_ARCHIVE_ALL_LIST_CARDS
Archives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function.
Convert checklist item to cardTRELLO_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.
Add reaction to actionTRELLO_CREATE_ACTION_REACTION
Tool to add a new emoji reaction to a Trello action. Use when acknowledging comments or actions with reactions.
Add a label to a boardTRELLO_CREATE_BOARD_LABEL
Creates a new label on an existing Trello board.
Add labels to cardTRELLO_CREATE_CARD_LABEL
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.
Add sticker to cardTRELLO_CREATE_CARD_STICKER
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.
Add member board backgroundTRELLO_CREATE_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.
Add board star to memberTRELLO_CREATE_MEMBER_BOARD_STAR
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.
Add custom board background for a memberTRELLO_CREATE_MEMBER_CUSTOM_BOARD_BACKGROUND
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.
Add custom emoji for a memberTRELLO_CREATE_MEMBER_CUSTOM_EMOJI
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.
Add custom sticker for memberTRELLO_CREATE_MEMBER_CUSTOM_STICKER
Uploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits.
Add saved search for memberTRELLO_CREATE_MEMBER_SAVED_SEARCH
Creates a new saved search with a specified name, position, and query for a Trello member.
Create organizationTRELLO_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).
Create new sessionTRELLO_CREATE_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.
Create webhookTRELLO_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.
Delete action by idTRELLO_DELETE_ACTION
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.
Delete action reactionTRELLO_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.
Delete board by idTRELLO_DELETE_BOARD
Permanently deletes a Trello board by its ID. This is an irreversible action that removes the board and all its contents.
Delete card attachmentTRELLO_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.
Delete card checklistTRELLO_DELETE_CARD_CHECKLIST
Permanently deletes a specific checklist from a Trello card.
Delete card action commentTRELLO_DELETE_CARD_COMMENT
Deletes a specific comment action (identified by `idAction`) from a Trello card (identified by `idCard`); this operation is irreversible and only affects comments.
Delete card by IDTRELLO_DELETE_CARDS_BY_ID_CARD
Permanently deletes an archived Trello card specified by its `idCard`.
Delete member vote from cardTRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBER
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.
Delete card stickerTRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER
Permanently removes a specific sticker (identified by `idSticker`) from a Trello card (identified by `idCard`).
Delete checklist itemTRELLO_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.
Delete checklist by idTRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLIST
Permanently and irreversibly deletes a Trello checklist and all its items using the `idChecklist`.
Delete label by idTRELLO_DELETE_LABELS_BY_ID_LABEL
Permanently deletes an existing label from a Trello board by its ID; this operation is irreversible via the API.
Delete member board backgroundTRELLO_DELETE_MEMBER_BOARD_BACKGROUND
Permanently deletes a specific custom board background belonging to the specified Trello member; this operation cannot be undone.
Delete member custom stickerTRELLO_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.
Delete member saved searchTRELLO_DELETE_MEMBER_SAVED_SEARCH
Permanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed.
Delete organization by idTRELLO_DELETE_ORGANIZATIONS_BY_ID_ORG
Permanently deletes a Trello organization and all its associated data; this action is irreversible and requires caution.
Delete organization logo by idTRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORG
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.
Delete organization member by IDsTRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER
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.
Delete org associated domainTRELLO_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.
Delete org invite restrictionTRELLO_DELETE_ORG_INVITE_RESTRICT
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.
Delete tokenTRELLO_DELETE_TOKENS_BY_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.
Delete token webhook by idTRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK
Deletes an existing webhook, specified by its `idWebhook`, thereby stopping its notifications.
Delete webhook by idTRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOK
Permanently deletes an existing Trello webhook by its `idWebhook`, an irreversible action that stops future notifications.
Delete Power-Up from boardTRELLO_DISABLE_BOARD_POWER_UP
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.
Dismiss member messageTRELLO_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.
Add board power-upTRELLO_ENABLE_BOARD_POWER_UP
Enables the Power-Up specified by the 'value' parameter on the board; processes one Power-Up enablement per call.
Generate board calendar keyTRELLO_GENERATE_BOARD_CALENDAR_KEY
Generates a new calendar key for the Trello board specified by `idBoard`, invalidating any previous key for that board.
Generate email key for boardTRELLO_GENERATE_BOARD_EMAIL_KEY
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.
Get board by action idTRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION
Retrieves details for the Trello board associated with a specific action ID, returning board information only.
Get action's board fieldTRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELD
Retrieves a specified `field` from the Trello board associated with the provided Trello `idAction`.
Showing the first 60 of 322 actions.