Universal search across all Trello content (boards, cards, members). Use this to find specific items by keywords or phrases.
Get all boards accessible to the current user. This is the starting point for exploring your Trello workspace.
Get information about a Trello board. IMPORTANT: Start with includeDetails=false (default) to get board metadata and lists only. Then use get_card or trello_get_list_cards to drill into specific cards. Only set includeDetails=true for small boards when you need a full overview.
Get detailed information about a specific Trello card, including its content, status, members, and attachments.
Create a new card in a Trello list. Use this to add tasks, ideas, or items to your workflow.
Update properties of an existing Trello card. Use this to change card details like name, description, due date, or status.
Move a card to a different list. Use this to change a card's workflow status (e.g., from "To Do" to "In Progress").
Add a comment to a Trello card. Use this to add notes, updates, or discussions to cards.
Get all cards in a specific Trello list. Use this to see all tasks/items in a workflow column.
Create a new list in a Trello board. Use this to add workflow columns like "To Do", "In Progress", or "Done".
List all Trello boards accessible to the user. Use this to see all boards you have access to, or filter by status.
Get all lists in a specific Trello board. Use this to see the workflow columns (like "To Do", "In Progress", "Done") in a board.
+33 more tools listed on main page