← All Skills
T

Tasks & projects

Trello

Manage boards, cards, and lists.

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

Triggers5

Things that can wake up your Trello coworker.

  • Card Archived Trigger

    Triggered when a card is archived in the specified board

    TRELLO_ARCHIVED_CARD_TRIGGER
  • New Activity Trigger

    Triggered when there is activity in Trello.

    TRELLO_NEW_ACTIVITY_TRIGGER
  • New Board Trigger

    Triggered when a board is created in the specified workspace

    TRELLO_NEW_BOARD_TRIGGER
  • New Card Trigger

    Triggered when a card is created in the specified board

    TRELLO_NEW_CARD_TRIGGER
  • Card Updated Trigger

    Triggered when a specific card is updated

    TRELLO_UPDATED_CARD_TRIGGER

Actions10

Things your coworker can do in Trello.

  • 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_BOARDS
  • 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
  • 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_LISTS
  • Delete card by ID

    Permanently deletes an archived Trello card specified by its `idCard`.

    TRELLO_DELETE_CARDS_BY_ID_CARD
  • 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
  • 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
  • Get board by list ID

    Retrieves the board to which a specific Trello list belongs.

    TRELLO_GET_LISTS_BOARD_BY_ID_LIST
  • 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
  • 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_ME
  • Get authenticated user's boards (Deprecated)

    DEPRECATED: Use TRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBER instead. Tool to retrieve all boards for the authenticated user (name, URL, and other metadata). Use when you need to list boards or get board IDs for further operations.

    TRELLO_GET_MEMBERS_ME_BOARDS