Productivity322 toolsBrowser login (OAuth), no API keys
Trello integration for AI agents
Manage boards, lists, and cards
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Trello once and call the same tools from all of them.
Deeper comparison, failure modes and setup details: Trello for AI agents, in depth.
Setup
Connect Trello through ClawLink's hosted setup to manage boards, lists, cards, checklists, and attachments from your Trello account.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Trello exposes 322 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
trello_add_boards | Create a new Trello board | Write |
trello_add_cards | Create a new card in a Trello list | Write |
trello_add_cards_actions_comments_by_id_card | Add a comment to a Trello card | Write |
trello_add_cards_attachments_by_id_card | Add an attachment to a Trello card | Write |
trello_add_cards_checklists_by_id_card | Add a checklist to a Trello card | Write |
trello_add_checklists | Create a new checklist on a Trello card | Write |
trello_add_labels | Create a new label on a Trello board | Write |
trello_get_actions_board_by_id_action | Retrieves details for the Trello board associated with a specific action ID, returning board | Read |
trello_get_actions_board_by_id_action_by_field | Retrieves a specified `field` from the Trello board associated with the provided Trello | Read |
trello_get_actions_by_id_action | Retrieves detailed information about a specific Trello action by its ID | Read |
trello_get_actions_by_id_action_by_field | Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a Trello action | Read |
trello_get_actions_card_by_id_action | Retrieves Trello card details for a given `idAction`, which must be an action specifically | Read |
trello_get_actions_card_by_id_action_by_field | Retrieves a specific field from the Trello card associated with the given action ID | Read |
trello_get_actions_display_by_id_action | Retrieves a display-friendly representation of an existing and accessible Trello action for | Read |
trello_get_actions_entities_by_id_action | Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific | Read |
trello_get_actions_list_by_id_action | Retrieves the Trello list associated with a specific Trello action ID, for actions linked to a | Read |
trello_get_actions_list_by_id_action_by_field | Retrieves a specific field of the list associated with a Trello action, returning only that | Read |
trello_get_actions_member_by_id_action | Retrieves the Trello member who was the subject of an action (not the creator) | Read |
trello_get_actions_member_by_id_action_by_field | Retrieves a specific field of the member who was the subject of a Trello action | Read |
trello_get_actions_member_creator_by_id_action | Retrieves details about the Trello member who created the action with the given `idAction` | Read |
trello_get_actions_member_creator_by_id_action_by_field | Retrieves a specific field from the profile of the Trello member who created a given action | Read |
trello_get_actions_organization_by_id_action | Fetches the organization details for a given Trello action, if the action has an associated | Read |
trello_get_actions_organization_by_id_action_by_field | Retrieves the value of a specific `field` for the organization associated with a Trello | Read |
trello_get_actions_reactions_by_id | Retrieves detailed information about a specific reaction on a Trello action | Read |
trello_get_actions_reactions_by_id_action | List reactions for a specific action | Read |
trello_get_batch | Executes multiple Trello API GET requests in a single batch operation for efficient bulk data | Read |
trello_get_boards_actions_by_id_board | Retrieves actions (e.g., card creations, comments) for a Trello board by its ID, useful for | Read |
trello_get_boards_board_plugins_by_id | Get the list of enabled Power-Ups on a Trello board | Read |
trello_get_boards_board_stars_by_id_board | Retrieves board stars (user-marked favorites) for a specified Trello board, where `idBoard` | Read |
trello_get_boards_by_id_board | Fetches comprehensive details for a specific Trello board by its ID; this is a read-only action | Read |