Manage boards, lists, cards, etc. on Trello.
# Trello Skillpack
Use this tool family for Trello boards, lists, cards, and related task operations.
## When to use it
Choose Trello when the task involves:
- board/list/card lookup
- creating or updating cards
- moving work through a Trello process
## How to use it through Clono
1. Search operations:
- `GET /api/tools/search?q=trello`
2. Pick an operation from the `trello` tool family.
3. Start a run:
- `POST /api/tool-runs`
4. Poll for completion:
- `GET /api/tool-runs/{runId}`
## Requirements
- The user must have connected Trello in Clono Integrations.
- Use explicit board/list/card ids whenever possible.