Agentic Service Discovery

Resources

T

Trello

by Atlassian

Manage boards, lists, cards, and collaborative workflows in Trello

ProductivityFree / PaidAPI keyproject-managementkanbanboardstasksproductivitycollaboration

How agents use Trello

  • Agent creates a Trello card when a new task, idea, or request enters a workflow
  • Agent moves a card to the next list when a workflow step completes — e.g., from "In Progress" to "Done"
  • Agent adds a checklist or comment to a card to document what was processed or needs follow-up
  • Agent retrieves cards from a specific list to get the current work queue before processing items
  • Agent archives a card when a workflow has fully resolved the corresponding task or request

Agent actions

Create CardCreate a new card in a Trello list

Inputs: listId, name, desc, pos, due, idMembers, idLabels

Returns: cardId, cardUrl, success

Update CardUpdate an existing card

Inputs: cardId, name, desc, due, closed, idList

Returns: success

Get CardRetrieve details of a specific card

Inputs: cardId

Returns: card, name, desc, due, closed

Delete CardDelete a card from Trello

Inputs: cardId

Returns: success

Add CommentAdd a comment to a card

Inputs: cardId, text

Returns: commentId, success

Add AttachmentAdd an attachment to a card

Inputs: cardId, url, name

Returns: attachmentId, success

Add ChecklistAdd a checklist to a card

Inputs: cardId, name

Returns: checklistId, success

Add Checklist ItemAdd an item to a checklist

Inputs: checklistId, name, checked

Returns: checkItemId, success

Create BoardCreate a new Trello board

Inputs: name, desc, defaultLists, prefs_permissionLevel

Returns: boardId, boardUrl, success

Get BoardRetrieve details of a board

Inputs: boardId

Returns: board, name, desc, closed

List BoardsList all boards for the authenticated user

Inputs: filter

Returns: boards, count

Create ListCreate a new list on a board

Inputs: boardId, name, pos

Returns: listId, success

Get ListsGet all lists on a board

Inputs: boardId

Returns: lists, count

Get Cards in ListRetrieve all cards in a list

Inputs: listId

Returns: cards, count

Archive ListArchive (close) a list

Inputs: listId

Returns: success

Add Member to CardAdd a member to a card

Inputs: cardId, memberId

Returns: success

Remove Member from CardRemove a member from a card

Inputs: cardId, memberId

Returns: success

Add Label to CardAdd a label to a card

Inputs: cardId, labelId

Returns: success

Create LabelCreate a new label on a board

Inputs: boardId, name, color

Returns: labelId, success

Search CardsSearch for cards across boards

Inputs: query, boardIds, partial

Returns: cards, count

Create WebhookCreate a webhook for Trello events

Inputs: idModel, callbackURL, description

Returns: webhookId, success

Example workflows

1

Task automation

Automatically create and update Trello cards from external sources

2

Project management

Manage project workflows with automated card movements and notifications

3

Sprint planning

Automate sprint board setup and card assignment

4

Content calendar

Manage content creation and publishing workflows

About Trello

Vendor
Atlassian
Pricing Always review details with the vendor
Free / PaidFree tier available with basic features. Standard plan at $5/user/month. Premium at $10/user/month. Enterprise pricing available. API access included in all plans.
Authentication
API key
Rate limit Always review details with the vendor
300 requests / minute
Compatible nodes
AgentResourceInputOutput

Put Trello behind your AI agent

Set up Trello alongside your other tools in the planner — no code — so AI can act on it for your customers.

Open the planner

Related Productivity tools

Trello AI Agent Integration | Fugentic