A web-based, kanban-style, list-making application.
You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.
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_ACTIONGet action's board field
Retrieves a specified `field` from the trello board associated with the provided trello `idaction`.
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELDGet action by ID
Retrieves detailed information about a specific trello action by its id.
TRELLO_GET_ACTIONS_BY_ID_ACTIONGet 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_BY_ID_ACTION_BY_FIELDGet 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_ACTIONGet action's card field
Retrieves a specific field from the trello card associated with the given action id.
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELDGet 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 th…
TRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTIONGet action entities by id
Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.
TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTIONGet 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_ACTIONGet 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_LIST_BY_ID_ACTION_BY_FIELDGet action's member by id
Retrieves specified details of the trello member who performed the action identified by `idaction`; information is specific to this action's context, not the member's full profile.
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTIONGet member action field by ID
Fetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELDFetch action member creator
Retrieves details about the trello member who created the action with the given `idaction`.
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTIONGet action member creator field
Gets information about the creator of a trello action.
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELDFetch 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_ACTIONGet 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_ORGANIZATION_BY_ID_ACTION_BY_FIELDGet batch
Executes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.
TRELLO_GET_BATCHGet 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_ACTIONS_BY_ID_BOARDGet 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_BOARD_STARS_BY_ID_BOARDGet 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_BOARDGet board field
Retrieves the value of a single, specified field from a trello board.
TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELDGet 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_BOARDGet cards by filter from board
Retrieves cards from a specified trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTERGet 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 ch…
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARDGet 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 retu…
TRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARDRetrieve 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_DELTAS_BY_ID_BOARDGet 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_BOARDGet 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_LABELS_BY_ID_BOARD_BY_ID_LABELGet board's lists
Retrieves lists from a specified trello board, with options to filter lists and include card details.
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARDGet board lists by filter
Fetches lists by status from an accessible trello board; card details for these lists require a separate call.
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTERList 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_BOARDGet board membership
Retrieves a specific membership on a trello board by its id, optionally including member details.
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIPGet 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_BY_ID_BOARDGet board members filtered
Retrieves members of a trello board using a specified filter, assuming the board exists and the filter is valid.
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTERGet 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_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBERGet 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_BOARDRetrieve 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_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELDGet my board preferences
Retrieves the authenticated user's preferences for a specific trello board.
TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARDGet 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_BOARDGet 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_ORGANIZATION_BY_ID_BOARD_BY_FIELDGet 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_ACTIONS_BY_ID_CARDGet card attachments
Retrieves attachments for a trello card.
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARDGet specific card attachment
Retrieves a specific attachment from a trello card by card id and attachment id.
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTGet 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_CARDGet board field by card ID
Retrieves a specific field from the board associated with a given trello card.
TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELDGet 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_CARDGet card field by id
Retrieves the value of a single, specified field from a trello card.
TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELDGet 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_CHECKLISTS_BY_ID_CARDGet card check item states
Gets the states (e.g., 'complete', 'incomplete') of checklist items on a trello card; returns only item states, not full checklist or card details.
TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARDGet list by card ID
Gets the trello list to which a specified card (which must exist) belongs.
TRELLO_GET_CARDS_LIST_BY_ID_CARDGet card list field
Fetches a specific field from the trello list that a given card belongs to.
TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELDGet 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_BY_ID_CARDGet 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_MEMBERS_VOTED_BY_ID_CARDGet 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_CARDGet 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_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERGet board for a checklist
Retrieves the trello board a specific checklist belongs to, using the checklist id.
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLISTGet checklist's board field
Retrieves a specified `field` (e.g., 'name', 'desc') from the trello board associated with the given `idchecklist`.
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELDGet 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_CHECKLISTGet 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_BY_ID_CHECKLIST_BY_FIELDGet 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_CARDS_BY_ID_CHECKLISTGet cards from a checklist by filter
Retrieves cards from a specified trello checklist, filterable by card id or status (e.g., 'all', 'open'), noting the response is a single card object even if the filter could match multiple cards.
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTERGet checklist items by ID
Retrieves check items from an existing trello checklist, optionally filtering them and specifying which fields to return.
TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTGet check item by id
Retrieves a specific check item from a checklist using the checklist id and check item id.
TRELLO_GET_CHECK_ITEM_BY_IDGet board by label ID
Retrieves the trello board to which a given, valid trello label id (`idlabel`) belongs.
TRELLO_GET_LABELS_BOARD_BY_ID_LABELRetrieve 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_BOARD_BY_ID_LABEL_BY_FIELDGet label by id
Retrieves detailed information for a specific trello label by its id, allowing selection of specific fields to return.
TRELLO_GET_LABELS_BY_ID_LABELGet 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_ACTIONS_BY_ID_LISTGet board by list ID
Retrieves the board to which a specific trello list belongs.
TRELLO_GET_LISTS_BOARD_BY_ID_LISTGet 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 the board's id is not directly known.
TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELDGet 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_LISTGet list field value
Fetches the value of a single, specified field from a trello list.
TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELDGet 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_LISTS_CARDS_BY_ID_LISTGet list cards by filter
Retrieves cards from a specific trello list, filtered by criteria like 'open', 'closed', or 'all'.
TRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTERGet 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_ACTIONS_BY_ID_MEMBERGet 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_MEMBERGet 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_BY_ID_MEMBER_BY_FILTERGet 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_MEMBERGet 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_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELDGet member board backgrounds
Fetches the board backgrounds for a specified trello member.
TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERGet 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_MEMBERGet 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_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARGet 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 det…
TRELLO_GET_MEMBERS_BY_ID_MEMBERGet 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_BY_ID_MEMBER_BY_FIELDGet 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_CARDS_BY_ID_MEMBERGet member cards by filter
Retrieves cards for a trello member, applying a filter that must be a trello-recognized card filter.
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTERRetrieve member custom board backgrounds
Retrieves custom board backgrounds for a trello member, who must exist, using their id or username.
TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERGet 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_EMOJI_BY_ID_MEMBERGet 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_MEMBERGet 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_DELTAS_BY_ID_MEMBERGet 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_NOTIFICATIONS_BY_ID_MEMBERGet member notifications by filter
Retrieves a list of a trello member's notifications, filtered by specified types.
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTERGet 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_BY_ID_MEMBERGet member organizations by filter
Fetches a list of organizations a specific trello member belongs to, using a filter to narrow down the results.
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTERRetrieve member s invited organizations
Retrieves organizations a trello member has been invited to but has not yet accepted or declined.
TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBERGet 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_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER_BY_FIELDGet 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_MEMBERRetrieve member tokens
Gets api token metadata for a trello member; actual token values are excluded for security.
TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBERGet Member Board Background
Retrieves a specific custom board background for a trello member, using the member's id and the board background's id.
TRELLO_GET_MEMBER_BOARD_BACKGROUNDGet 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_BGGet 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_CUSTOM_EMOJIGet member custom sticker
Retrieves a specific custom sticker by id for a trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.
TRELLO_GET_MEMBER_CUSTOM_STICKERGet Member Saved Search
Fetches the details of a specific saved search for a trello member; this does not execute the search.
TRELLO_GET_MEMBER_SAVED_SEARCHGet 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_NOTIFICATIONGet notification's board field
Retrieves a specific, valid field from the board associated with a trello notification.
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELDGet 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_NOTIFICATIONGet a notification field
Retrieves a specific field from a trello notification.
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELDGet notification's card
Retrieves card details (excluding notification, board, or list data) for a specified trello idnotification, which must exist and be linked to a card.
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATIONGet 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_CARD_BY_ID_NOTIFICATION_BY_FIELDGet 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_DISPLAY_BY_ID_NOTIFICATIONGet notification entities by id
Retrieves trello entities (e.g., boards, cards, lists, members) linked to a specific notification id, focusing on the related entities rather than the notification details itself.
TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATIONRetrieve notification list by id
Retrieves details of the trello list associated with a specific notification id.
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATIONGet 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_LIST_BY_ID_NOTIFICATION_BY_FIELDGet 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_NOTIFICATIONRetrieve notification member field
Retrieves a specific `field` of the trello member associated with the given `idnotification`.
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELDGet 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_NOTIFICATIONGet 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_NOTIFICATIONGet notification organization field
Retrieves a specific field from the trello organization associated with a given notification, provided the notification is linked to an organization.
TRELLO_GET_NOTIFICATION_ORG_FIELDGet notification creator field
Fetches a specific field of the member who created the specified trello notification.
TRELLO_GET_NOTIF_CREATOR_FIELDGet 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/na…
TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORGGet 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_BOARDS_BY_ID_ORGGet organization boards by filter
Fetches a list of boards belonging to a specific trello organization, filtered by a given criterion.
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTERGet 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_ORGGet 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_BY_ID_ORG_BY_FIELDGet 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_DELTAS_BY_ID_ORGGet 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_MEMBERSHIPS_BY_ID_ORGGet 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_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMBERSHIPRetrieve 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_MEMBERS_BY_ID_ORGGet organization members by filter
Fetches members of a specified trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTERGet organization member cards
Fetches all cards assigned to a specific member of a given trello organization.
TRELLO_GET_ORGANIZATIONS_MEMBERS_CARDS_BY_ID_ORG_BY_ID_MEMBERGet 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 inv…
TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORGGet 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_MEMBERS_INVITED_BY_ID_ORG_BY_FIELDSearch Trello
Searches trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields.
TRELLO_GET_SEARCHSearch for members
Searches trello members by name, username, or email, optionally scoped to a board or organization.
TRELLO_GET_SEARCH_MEMBERSGet sessions socket
Establishes a websocket connection with trello for receiving real-time updates on trello entities.
TRELLO_GET_SESSIONS_SOCKETGet 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_TOKENGet 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_BY_TOKEN_BY_FIELDGet 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_TOKENRetrieve token member field
Retrieves a specific field for the trello member associated with the provided api token.
TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELDGet webhooks for token
Retrieves all webhooks associated with a specific trello api token.
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKENGet token webhook by ID
Retrieves detailed information for a specific trello webhook, identified by `idwebhook`, that is associated with the given `token`.
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKGet type by id
Retrieves the structural details of a trello object type (e.g., 'action', 'board', 'card') using its identifier; describes the type itself, not specific instances.
TRELLO_GET_TYPES_BY_IDGet 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_WEBHOOKGet webhook field by id
Gets a specific field's value from a trello webhook, avoiding retrieval of the full webhook object.
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELDMark 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_MARK_CARD_NOTIFICATIONS_READAdd 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_BOARDSAdd checklist to board
Creates a new, initially empty checklist with a given name on an existing and accessible trello board.
TRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARDAdd a label to a board
Creates a new label on an existing trello board.
TRELLO_ADD_BOARDS_LABELS_BY_ID_BOARDAdd new list to board
Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARDMark 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 set…
TRELLO_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARDAdd 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_POWER_UPS_BY_ID_BOARDAdd card
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
TRELLO_ADD_CARDSAdd 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_ACTIONS_COMMENTS_BY_ID_CARDAdd 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_ATTACHMENTS_BY_ID_CARDAdd 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 chec…
TRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARDAdd check item to checklist
Adds a new check item to an existing checklist on a specific trello card.
TRELLO_ADD_CARDS_CHECKLIST_CHECK_ITEM_BY_ID_CARD_BY_ID_CHECKLISTAdd 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_CARDS_ID_LABELS_BY_ID_CARDAdd card member by id
Assigns a trello member to a specific trello card by card id (or short link) and member id.
TRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARDAdd 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 t…
TRELLO_ADD_CARDS_LABELS_BY_ID_CARDAdd 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_CARDS_MEMBERS_VOTED_BY_ID_CARDAdd 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_ADD_CARDS_STICKERS_BY_ID_CARDAdd 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_CHECKLISTSAdd check item to checklist
Adds a new check item to a specified trello checklist; this action does not update existing check items.
TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTCreate 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_LABELSAdd 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_LISTSArchive 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_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LISTAdd card to list
Creates a new card in a trello list, which must be specified by an existing and accessible `idlist`.
TRELLO_ADD_LISTS_CARDS_BY_ID_LISTMove all cards in list to board
Moves all cards from a trello list to a *different* board; this action is irreversible, moves (not copies) cards, and empties the source list without deleting it.
TRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LISTUpload 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_ADD_MEMBERS_AVATAR_BY_ID_MEMBERAdd 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_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAdd 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_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBERAdd custom board background for a member
Adds a new custom board background for a specified trello member; the `file` parameter (image data) is required.
TRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAdd 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_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAdd 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_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERAdd saved search for member
Creates a new saved search with a specified name, position, and query for a trello member.
TRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERMark 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_ADD_NOTIFICATIONS_ALL_READCreate 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_ADD_ORGANIZATIONSAdd 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_ADD_ORGANIZATIONS_LOGO_BY_ID_ORGCreate 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_ADD_SESSIONSAdd token webhook
Creates a webhook for a trello token to monitor a trello model (`idmodel`) and send notifications to a `callbackurl`, which must be publicly accessible and able to respond to trello's head validation…
TRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKENDelete 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 canno…
TRELLO_DELETE_ACTIONS_BY_ID_ACTIONDelete member from board
Permanently removes a current member from a trello board, revoking their access; this action is irreversible.
TRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERDelete 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_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_POWER_UPDelete 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_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTIONDelete 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_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTDelete card by ID
Permanently deletes an archived trello card specified by its `idcard`.
TRELLO_DELETE_CARDS_BY_ID_CARDDelete card checklist
Permanently deletes a specific checklist from a trello card.
TRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLISTRemove 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_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABELRemove 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_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBERDelete 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 d…
TRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_BY_COLORDelete member vote from card
Removes a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBERDelete card sticker
Permanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).
TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERDelete checklist by id
Permanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.
TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLISTDelete 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_CHECKLIST_ITEMDelete label by id
Permanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.
TRELLO_DELETE_LABELS_BY_ID_LABELDelete 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_DELETE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARDelete member board background
Permanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.
TRELLO_DELETE_MEMBER_BOARD_BACKGROUNDDelete 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_CUSTOM_STICKERDelete 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_MEMBER_SAVED_SEARCHDelete organization by id
Permanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.
TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORGDelete 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_LOGO_BY_ID_ORGDelete 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_DELETE_ORGANIZATIONS_MEMBERS_ALL_BY_ID_ORG_BY_ID_MEMBERDelete 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_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERDelete 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 remo…
TRELLO_DELETE_ORG_ASSOCIATED_DOMAINDelete 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_BY_TOKENDelete token webhook by id
Deletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKDelete webhook by id
Permanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOKRemove checklist item
Permanently deletes a specific checklist item from a checklist on a trello card using their respective ids.
TRELLO_REMOVE_CHECKLIST_ITEM_FROM_CARD_BY_IDSRemove member's custom board background
Permanently deletes a specific custom board background (identified by `idboardbackground`) associated with an existing trello member (identified by `idmember`).
TRELLO_REMOVE_SPECIFIC_MEMBER_S_BOARD_BACKGROUNDSUpdate Member Board Star
Updates an existing board star for a member, allowing changes to the target board (must be a valid, accessible board id if specified) or the star's position.
TRELLO_TRELLO_UPDATE_MEMBER_BOARD_STARUpdate action text
Updates the `text` field of a specific trello comment action, identified by `idaction`.
TRELLO_UPDATE_ACTIONS_BY_ID_ACTIONUpdate 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_ACTIONS_TEXT_BY_ID_ACTIONUpdate board by ID
Updates attributes (e.g., name, description, status, preferences) of an existing trello board identified by `idboard`.
TRELLO_UPDATE_BOARDS_BY_ID_BOARDUpdate board closed status
Archives (closes) an active trello board or reopens a previously archived board.
TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARDUpdate 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_BOARDS_DESC_BY_ID_BOARDUpdate 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_ID_ORGANIZATION_BY_ID_BOARDUpdate a board's blue label name
Sets the name of the blue label for a trello board.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARDUpdate 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_GREEN_BY_ID_BOARDUpdate board label orange name
Updates the name of the orange label for a specified trello board, affecting only the label's name, not its color or associated cards.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARDUpdate purple label name
Updates the name of the purple label on a trello board specified by `idboard`.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARDUpdate board label name red
Updates the name of the red label on a specified trello board, without affecting its color or other labels.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARDUpdate yellow label name on board
Updates the name of a board's yellow label; other colored labels are unaffected.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARDUpdate 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_BOARDUpdate 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 trel…
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERUpdate board show list guide preference
Updates the 'show list guide' preference for a specified trello board, affecting visibility for all users of that board.
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARDUpdate 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_BOARDS_MY_PREFS_SHOW_SIDEBAR_ACTIVITY_BY_ID_BOARDUpdate board sidebar visibility
Updates the authenticated user's personal preference for showing or hiding the sidebar on a specific trello board.
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARDUpdate 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_MY_PREFS_SHOW_SIDEBAR_MEMBERS_BY_ID_BOARDUpdate 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_NAME_BY_ID_BOARDUpdate 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_BACKGROUND_BY_ID_BOARDUpdate 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_AGING_BY_ID_BOARDUpdate 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_CARD_COVERS_BY_ID_BOARDUpdate 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_COMMENTS_BY_ID_BOARDUpdate board invitation preferences
Updates who can invite new members ('admins' or 'members') to a specific trello board.
TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARDUpdate 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…
TRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARDUpdate board self-join preference
Updates a board's 'selfjoin' preference, determining if members can join freely or must be invited.
TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARDUpdate 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_PREFS_VOTING_BY_ID_BOARDUpdate 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_BOARDS_SUBSCRIBED_BY_ID_BOARDUpdate 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_BOARD_MEMBERSHIPUpdate 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_ACTIONS_PREFSUpdate board star position
Updates the display position of a specific starred board for a trello member (referenced by `idmember` or 'me') using its `idboardstar`, allowing reordering to 'top', 'bottom', or a specific positive…
TRELLO_UPDATE_BOARD_STAR_POSITIONUpdate 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_BY_ID_CARDUpdate card closed status by id
Updates the 'closed' status of an existing trello card.
TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARDUpdate card description
Updates or clears the entire description of an existing trello card; use an empty string for `value` to clear.
TRELLO_UPDATE_CARDS_DESC_BY_ID_CARDUpdate card due date
Updates the due date of a specific trello card; the card identified by `idcard` must exist.
TRELLO_UPDATE_CARDS_DUE_BY_ID_CARDUpdate card attachment cover
Sets or removes the attachment cover for an existing trello card, using a specified image attachment id from that card or `none` to remove the cover.
TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARDMove 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_BOARD_BY_ID_CARDUpdate 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_LIST_BY_ID_CARDAdd member to card
Adds a member to a trello card, appending their id to the card's list of member ids; the card must exist and the member must have board permissions.
TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARDUpdate card labels
Updates labels on an existing trello card; use `value` with a color list (e.g., 'red,blue') or 'all' to replace all labels, or `color` and `name` to add/update a specific label (created if new on boa…
TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARDUpdate card name
Updates the name of an existing trello card, identified by its id or shortlink; other card properties remain unchanged.
TRELLO_UPDATE_CARDS_NAME_BY_ID_CARDUpdate card position
Updates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.
TRELLO_UPDATE_CARDS_POS_BY_ID_CARDUpdate 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_STICKERS_BY_ID_CARD_BY_ID_STICKERUpdate card subscribed status
Updates the user's subscription status for a trello card, if the card exists and is accessible.
TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARDUpdate checklist item position
Updates the position of a check item within a checklist on a trello card; the new position can be 'top', 'bottom', or a positive integer.
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_POSITIONUpdate card checklist item state
Updates the state of a specific check item on a trello card's checklist, only affecting its completion status and no other properties.
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_STATE_BY_IDSUpdate 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_CHECKLISTMove checklist to card
Moves a trello checklist to a new parent card; the checklist and the destination card must exist.
TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLISTUpdate checklist name
Updates the name of an existing trello checklist.
TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLISTUpdate checklist position by id
Updates the position of an existing checklist on a trello card.
TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLISTUpdate 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_CHECKLIST_ITEM_BY_IDSUpdate checklist item name in card
Updates the name of a specific check item on a checklist within a trello card, provided the card, checklist, and check item all exist.
TRELLO_UPDATE_CHECKLIST_ITEM_NAME_IN_CARDUpdate 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_LABELUpdate label color
Updates the color of an existing trello label, or removes its color if 'null' is specified for the value.
TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABELUpdate 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_LABELS_NAME_BY_ID_LABELUpdate 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_BY_ID_LISTUpdate 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_CLOSED_BY_ID_LISTMove 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_ID_BOARD_BY_ID_LISTUpdate 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_NAME_BY_ID_LISTUpdate 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_POS_BY_ID_LISTUpdate list subscription
Updates the subscription status for a trello list, allowing the user to subscribe or unsubscribe to control notifications.
TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LISTUpdate member avatar source
Updates the avatar source for a specified trello member.
TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBERUpdate member bio
Updates the bio of a specified trello member.
TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBERUpdate member by ID
Updates an existing trello member's profile information, preferences, or username.
TRELLO_UPDATE_MEMBERS_BY_ID_MEMBERUpdate 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_FULL_NAME_BY_ID_MEMBERUpdate member initials
Updates the initials for a specified trello member, identified by their id or username.
TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBERUpdate member color blind preference
Updates a trello member's color blind preference, which only changes their specific display without affecting others.
TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBERUpdate member locale preference
Updates a trello member's locale preference; affects date/time display (not existing content translation) and an empty `value` may reset to default.
TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBERUpdate member username
Updates the username for an existing trello member, identified by their id or current username.
TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBERUpdate Member Board Background
Updates an existing board background's properties (brightness, image file, or tiling) for a specified trello member, using their id and the board background id.
TRELLO_UPDATE_MEMBER_BOARD_BACKGROUNDUpdate member saved search
Updates an existing trello member's saved search (name, position, or query) identified by `idmember` and `idsavedsearch`.
TRELLO_UPDATE_MEMBER_SAVED_SEARCHUpdate member saved search name
Updates a trello member's saved search display name (not its criteria), identified by `idmember` and `idsavedsearch`; the search must exist and belong to the member.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_NAMEUpdate member saved search position
Updates the position of a specified saved search for a trello member; other attributes of the saved search or member remain unchanged.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_POSUpdate member saved search query
Updates the query string of an existing saved search for a trello member.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_QUERYUpdate Member Summary Interval
Updates a trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.
TRELLO_UPDATE_MEMBER_SUMMARY_INTERVALUpdate member's custom board background
Updates a specific existing custom board background for a trello member.
TRELLO_UPDATE_MEMBER_S_CUSTOM_BOARD_BACKGROUNDSUpdate notification status by id
Updates only the 'unread' status of a specific trello notification.
TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATIONUpdate notification unread status
Marks an existing and accessible trello notification as read or unread.
TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATIONUpdate organization attributes
Updates various attributes of an existing trello organization, identified by `idorg`.
TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORGUpdate 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_DESC_BY_ID_ORGUpdate 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_DISPLAY_NAME_BY_ID_ORGUpdate 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_ORGUpdate organization member
Updates a member's details (email, full name, or type) in a trello organization, applying changes only to the fields provided.
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERUpdate 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 ide…
TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORGUpdate 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_ORGANIZATIONS_PREFS_GOOGLE_APPS_VERSION_BY_ID_ORGUpdate 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_PERMISSION_LEVEL_BY_ID_ORGUpdate organization website
Updates the website url for a specified trello organization.
TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORGUpdate an organization's associated domain preferences
Updates or removes the google workspace domain associated with a trello organization, often to configure features like sso or automatic user provisioning.
TRELLO_UPDATE_ORG_ASSOCIATED_DOMAIN_PREFSUpdate organization board visibility preference
Updates the preference controlling who can set board visibility to 'organization-visible' within an existing trello organization.
TRELLO_UPDATE_ORG_BOARD_VISIBILITYUpdate an organization's external members access
Updates the 'externalmembersdisabled' preference for a trello organization to control whether non-members can be added to its boards.
TRELLO_UPDATE_ORG_EXTERNAL_MEMBERS_ACCESSUpdate org membership
Updates a trello organization member's type to 'admin', 'normal', or 'observer', using the organization and membership ids.
TRELLO_UPDATE_ORG_MEMBERSHIPUpdate org member deactivation status
Updates a member's deactivation status in an organization; 'true' deactivates (suspends access temporarily), 'false' reactivates.
TRELLO_UPDATE_ORG_MEMBER_DEACTIVATIONUpdate organization private board visibility restriction
Updates the organization's preference controlling who is permitted to change the visibility of its private boards; requires admin privileges for the organization.
TRELLO_UPDATE_ORG_PRIVATE_BOARD_VISIBILITYUpdate organization public board visibility
Updates the restriction on who can set board visibility to public for a specified trello organization.
TRELLO_UPDATE_ORG_PUBLIC_BOARD_VISIBILITYUpdate session by id
Updates a trello user session's viewed board id or status; call when user activity or board focus changes.
TRELLO_UPDATE_SESSIONS_BY_ID_SESSIONUpdate session status by ID
Updates the status of an existing trello session.
TRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSIONUpdate a token's webhook
Updates an existing webhook's description, callback url, or monitored trello model id, using the api token in the path to identify the webhook; any new `idmodel` must be accessible by the token.
TRELLO_UPDATE_TOKENS_WEBHOOKS_BY_TOKENUpdate 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_WEBHOOKSUpdate webhook active status
Updates the active status ('true' or 'false') of an existing trello webhook specified by `idwebhook`, without affecting other properties.
TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOKUpdate webhook configuration
Updates an existing trello webhook's configuration, avoiding the need to delete and recreate it for modifications.
TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOKUpdate webhook callback url
Updates the callback url for a specific trello webhook; other webhook attributes remain unchanged.
TRELLO_UPDATE_WEBHOOKS_CALLBACK_URLBY_ID_WEBHOOKUpdate webhook description
Updates the description of an existing trello webhook; an empty string for the new description removes the current one.
TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOKUpdate 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.
TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOKGenerate 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_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARDDelete org invite restriction
Removes a previously set email domain invitation restriction for a trello organization.
TRELLO_DELETE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGDismiss member message
Dismisses a specific one-time message for an existing trello member, preventing it from being displayed again.
TRELLO_DISMISS_MEMBER_MESSAGEModify 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_EMAIL_POSITION_BY_ID_BOARDUpdate board email list preference
Sets or disables the default trello list for new cards created via email on a specific board.
TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARDUpdate card comment
Updates the text for a given comment action (`idaction`) on a specified card (`idcard`), affecting only the text content.
TRELLO_UPDATE_CARD_COMMENTUpdate organization invite restriction
Modifies a trello organization's invitation policy using an email, domain, or keyword rule, affecting only future invites, not existing members.
TRELLO_UPDATE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGGenerate 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_CALENDAR_KEY_GENERATE_BY_ID_BOARDUpdate 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_CALENDAR_FEED_ENABLED_BY_ID_BOARDConvert 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 conversio…
TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARD322 distinct actions, listed in full on this page — 144 to read, 168 to create & update, 7 to send & publish, 2 to schedule & book, 1 to manage. An agent gets the ones that match what you described it doing, not all of them at once.
Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.
Yes — Trello exposes 43 triggers, so an agent can start work when something changes rather than waiting to be asked.
The Trello integration guide · All 58 connectable apps · The agent builder