Skip to main content

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.
VariableRequiredDescription
TRELLO_CLIENT_IDYesTrello API Key Docs.
TRELLO_CLIENT_SECRETYesTrello OAuth Secret Docs.

Tools

ToolAccessDescription
List BoardsReadList all boards accessible to the user
List CardsReadList cards in a board or list
Get CardReadGet details of a specific card
Create CardWriteCreate a new card in a list
Update CardWriteUpdate 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.