> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spinnable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello

> Visual project management with boards and cards

# Trello

**Adds or moves cards, sets due dates, nudges owners on stalled tasks.**

***

## What Your Workers Can Do

Workers can manage your Trello boards by creating cards, moving tasks between lists, updating due dates, and organizing project workflows.

**Popular use cases:**

* Create cards from tasks or emails
* Move cards between lists (To Do → In Progress → Done)
* Update card details and due dates
* Monitor board progress
* Generate board summaries
* Track overdue items

***

## Authentication

**Type:** OAuth 2.0

Sign in with your Trello account—Spinnable receives a secure access token.

***

## Supported Actions

| Action            | What it does             | Notes          |
| ----------------- | ------------------------ | -------------- |
| `add_boards`      | Create new boards        |                |
| `add_cards`       | Create new cards         |                |
| `add_lists`       | Add lists to boards      |                |
| `delete_cards`    | Delete cards             | ⚠️ Destructive |
| `get_boards`      | Retrieve board info      | Read-only      |
| `get_board_cards` | Get all cards on a board | Read-only      |

<Warning>
  **Destructive action available:** Deleting cards is permanent and cannot be undone.
</Warning>

***

## Example Workflows

**Create tasks from emails**

```
"When I forward you an email, create a Trello card in my 'Work Inbox' board with the email subject as the card title"
```

**Weekly board cleanup**

```
"Every Friday, check my 'Sprint Board' and move any cards still in 'In Progress' that are overdue to the 'Blocked' list"
```

**Progress report**

```
"Show me how many cards are in each list on my 'Product Roadmap' board"
```

***

## Related Tools

* [Asana](/tools/asana) - Alternative project management
* [Notion](/tools/notion) - Documentation integration
* [Gmail](/tools/gmail-read) - Create cards from emails
