Trello
Productivity
Manage boards, lists, and cards conversationally
- Create and move cards between lists
- Search boards and cards by keyword
- Add comments and archive old cards
What You Can Do
Board management — List all boards, search by name
List operations — View all lists in a board to see workflow stages
Card management — List, create, move between lists, archive
Comments — Add comments to cards for collaboration
Search — Find boards and cards by name or keyword
REST API — Direct curl + jq for full Trello API accessTry Asking
"List all my Trello boards"
"Show cards in the 'In Progress' list on my Dev board"
"Create a card 'Fix login bug' in the Backlog list"
"Move 'Update docs' from To Do to In Progress"
"Add a comment to the Q1 Planning card"
"Archive the old feature request card"Pro Tips
Requires TRELLO_API_KEY and TRELLO_TOKEN environment variables
Moving cards between lists is the core Trello workflow — automate status transitions
Comments create a chronological log; descriptions hold persistent context
Archive preserves history while removing clutter from active boards
jq filtering enables advanced queries beyond standard commands
Rate limit: 300 requests per 10 seconds per API key