trelly
trelly — fast Trello CLI with multi-profile auth, MCP server, and kanban TUI
Versions
0.3.9latest0.3.80.3.70.3.60.3.5+ show 9 moreshow less
0.3.40.3.30.3.20.3.10.3.00.2.10.2.00.1.10.1.0Tools 30
trello_profiles_list List saved Trello auth profiles and the active default.
trello_member_me Get the authenticated Trello member.
trello_webhook_delete Delete a webhook by id.
trello_api_get Read-only Trello REST escape hatch. Prefer a specific read tool when available.
trello_api_mutate Write-capable Trello REST escape hatch. Prefer a specific mutation tool when available.
trello_resolve Resolve a Trello card, board, or list name/URL to canonical IDs. Ambiguous names return candidates instead of guessing.
trello_list_create Create a list on a board.
trello_list_cards List cards in a list. Response includes `display` (markdown-v1, linked titles + 💬📎✓⏰ badges) — when the user should SEE cards, paste `display` verbatim; do not reformat as a plain title list.
trello_boards_list List boards visible to the authenticated member.
trello_board_create Create a board.
trello_board_archive Close (archive) a board. Reversible in the Trello UI.
trello_board_context Get a board plus selected lists, labels, and cards. When cards are included, response `display` contains the formatted card list for users.
trello_checklist_create Create a checklist on a card.
trello_checklist_add_item Add an item to a checklist.
trello_card_create Create a card on a list.
trello_card_update Update card content and scheduling fields. Use trello_card_move or trello_card_archive for state changes.
trello_card_move Move a card to another list.
trello_card_comment_create Add a comment to a card.
trello_card_comment_update Edit an existing comment on a card.
trello_card_comment_delete Permanently delete a comment from a card. Irreversible.
trello_card_archive Close (archive) a card. Reversible in the Trello UI.
trello_card_delete Permanently delete a card. Irreversible — prefer trello_card_archive to close.
trello_card_context Get a card plus selected board, list, comments, attachments, and checklists in one call.
trello_card_attachment_add Attach a URL to a card, optionally with a display name.
trello_card_attachment_delete Permanently delete an attachment from a card. Irreversible.
trello_label_create Create a board label.
trello_card_add_label Add a label to a card.
trello_webhooks_list List webhooks registered for the current token.
trello_webhook_create Create a webhook on a board or card model.
trello_search Search Trello for cards, boards, members, and actions.
Permissions 3
network medium shell high env_vars low