Trello
Project Management

Trello Connector

Connect to Trello to manage boards, lists, cards, and comments.

$pip install "toolsconnector[trello]"
25
Actions
Project Management
Category
Free
Apache 2.0

All 25 Actions

Action Description Parameters Returns
add_attachment ⚠Add an attachment to a Trello cardcard_id  [url, name]dict
add_comment ⚠Add a comment to a Trello cardcard_id, textTrelloComment
add_labelAdd a label to a Trello cardcard_id, label_idbool
archive_card ⚠Archive a Trello cardcard_idTrelloCard
archive_list ⚠Archive a Trello listlist_idTrelloList
create_card ⚠Create a new Trello cardlist_id, name  [desc]TrelloCard
create_checklist ⚠Create a checklist on a Trello cardcard_id, namedict
create_label ⚠Create a label on a Trello boardboard_id, name  [color]dict
create_list ⚠Create a new list on a Trello boardboard_id, nameTrelloList
delete_card ⚠Delete a Trello cardcard_idbool
get_boardGet a single Trello board by IDboard_idTrelloBoard
get_cardGet a single Trello card by IDcard_idTrelloCard
get_listGet a single Trello list by IDlist_idTrelloList
list_attachmentsList attachments on a Trello cardcard_idlist
list_board_membersList members of a Trello boardboard_idlist
list_boardsList boards for a Trello member[member]PaginatedList[TrelloBoard]
list_card_actionsList actions (activity log) on a Trello cardcard_idlist
list_cardsList cards in a Trello listlist_idPaginatedList[TrelloCard]
list_checklistsList checklists on a Trello cardcard_idlist
list_labelsList all labels on a Trello boardboard_idlist
list_listsList all lists on a Trello boardboard_idPaginatedList[TrelloList]
list_membersList members of a Trello boardboard_idlist
move_card ⚠Move a Trello card to a different listcard_id, list_idTrelloCard
unarchive_cardUnarchive a Trello cardcard_idTrelloCard
update_card ⚠Update a Trello cardcard_id  [name, desc, list_id]TrelloCard
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing