At a glance
- Availability: Experimental (how to enable).
- Auth: OAuth 2.0.
- Connection: A user authorizes the connection in the provider’s consent screen.
- Scopes:
read,write.
Credentials
Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.Tools
| Tool | Access | Description |
|---|---|---|
| List Boards | Read | List all boards accessible to the user |
| List Cards | Read | List cards in a board or list |
| Get Card | Read | Get details of a specific card |
| Create Card | Write | Create a new card in a list |
| Update Card | Write | Update an existing card |
Example prompts
- List all my Trello boards with their lists and card counts.
- Create a new card with a title, description, and due date.