Visual project management and collaboration
developer.atlassian.com/cloud/trello/rest ↗Query structured spec data via REST or MCP. Get exactly what your agent needs.
https://trello.com/1
No endpoints found for this provider.
actions
{
"xml": {
"name": "action"
},
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
actions_comments
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
actions_text
{
"xml": {
"name": "action"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
boards
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"desc": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
},
"closed": {
"type": "string",
"description": " true or false"
},
"powerUps": {
"type": "string",
"description": "all or a comma-separated list of: calendar, cardAging, recap or voting"
},
"subscribed": {
"type": "string",
"description": " true or false"
},
"prefs/voting": {
"type": "string",
"description": "One of: disabled, members, observers, org or public"
},
"prefs_voting": {
"type": "string",
"description": "One of: disabled, members, observers, org or public"
},
"idBoardSource": {
"type": "string",
"description": "The id of the board to copy into the new board"
},
"idOrganization": {
"type": "string",
"description": "The id or name of the organization to add the board to."
},
"keepFromSource": {
"type": "string",
"description": "Components of the source board to copy."
},
"labelNames/red": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"prefs/comments": {
"type": "string",
"description": "One of: disabled, members, observers, org or public"
},
"prefs/selfJoin": {
"type": "string",
"description": " true or false"
},
"prefs_comments": {
"type": "string",
"description": "One of: disabled, members, observers, org or public"
},
"prefs_selfJoin": {
"type": "string",
"description": " true or false"
},
"labelNames/blue": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"prefs/cardAging": {
"type": "string",
"description": "One of: pirate or regular"
},
"prefs_cardAging": {
"type": "string",
"description": "One of: pirate or regular"
},
"labelNames/green": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"prefs/background": {
"type": "string",
"description": "A standard background name, or the id of a custom background"
},
"prefs/cardCovers": {
"type": "string",
"description": " true or false"
},
"prefs_background": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"prefs_cardCovers": {
"type": "string",
"description": " true or false"
},
"labelNames/orange": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"labelNames/purple": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"labelNames/yellow": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"prefs/invitations": {
"type": "string",
"description": "One of: admins or members"
},
"prefs_invitations": {
"type": "string",
"description": "One of: admins or members"
},
"prefs/permissionLevel": {
"type": "string",
"description": "One of: org, private or public"
},
"prefs_permissionLevel": {
"type": "string",
"description": "One of: org, private or public"
},
"prefs/calendarFeedEnabled": {
"type": "string",
"description": " true or false"
}
}
}
boards_checklists
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
boards_closed
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
boards_desc
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
boards_idOrganization
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
boards_labels
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"color": {
"type": "string",
"description": "A valid label color or null"
}
}
}
boards_lists
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
boards_members
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "One of: admin, normal or observer"
},
"email": {
"type": "string",
"description": "An email address"
},
"fullName": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
}
}
}
boards_memberships
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "One of: admin, normal or observer"
},
"member_fields": {
"type": "string",
"description": "all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username"
}
}
}
boards_name
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
boards_powerUps
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "One of: calendar, cardAging, recap or voting"
}
}
}
boards_subscribed
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
cards
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"due": {
"type": "string",
"description": "A date, or null"
},
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"desc": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"name": {
"type": "string",
"description": "The name of the new card. It isn't required if the name is being copied from provided by a URL, file or card that is being copied."
},
"closed": {
"type": "string",
"description": " true or false"
},
"idList": {
"type": "string",
"description": "id of the list that the card should be added to"
},
"labels": {
"type": "string",
"description": "all or a comma-separated list of: blue, green, orange, purple, red or yellow"
},
"idBoard": {
"type": "string",
"description": "id of the board the card should be moved to"
},
"idLabels": {
"type": "string",
"description": "A comma-separated list of objectIds, 24-character hex strings"
},
"idMembers": {
"type": "string",
"description": "A comma-separated list of objectIds, 24-character hex strings"
},
"urlSource": {
"type": "string",
"description": "A URL starting with http:// or https:// or null"
},
"fileSource": {
"type": "string",
"description": "A file"
},
"subscribed": {
"type": "string",
"description": " true or false"
},
"idCardSource": {
"type": "string",
"description": "The id of the card to copy into a new card."
},
"keepFromSource": {
"type": "string",
"description": "Properties of the card to copy over from the source."
},
"idAttachmentCover": {
"type": "string",
"description": "Id of the image attachment of this card to use as its cover, or null for no cover"
}
}
}
cards_actions_comments
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
cards_attachments
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "A URL starting with http:// or https:// or null"
},
"file": {
"type": "string",
"description": "A file"
},
"name": {
"type": "string",
"description": "a string with a length from 0 to 256"
},
"mimeType": {
"type": "string",
"description": "a string with a length from 0 to 256"
}
}
}
cards_checklist_checkItem
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
cards_checklist_checkItem_name
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
cards_checklist_checkItem_pos
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
cards_checklist_checkItem_state
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "One of: complete, false, incomplete or true"
}
}
}
cards_checklist_idChecklistCurrent_checkItem
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
},
"state": {
"type": "string",
"description": "One of: complete, false, incomplete or true"
},
"idChecklist": {
"type": "string",
"description": "An id, or null"
}
}
}
cards_checklists
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"value": {
"type": "string",
"description": "The id of the checklist to add to the card, or null to create a new one."
},
"idChecklistSource": {
"type": "string",
"description": "The id of the source checklist to copy into a new checklist."
}
}
}
cards_closed
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
cards_desc
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
cards_due
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A date, or null"
}
}
}
cards_idAttachmentCover
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Id of the image attachment of this card to use as its cover, or null for no cover"
}
}
}
cards_idBoard
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "id of the board the card should be moved to"
},
"idList": {
"type": "string",
"description": "id of the list that the card should be moved to on the new board"
}
}
}
cards_idLabels
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The id of the label to add"
}
}
}
cards_idList
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "id of the list the card should be moved to"
}
}
}
cards_idMembers
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The id of the member to add to the card"
}
}
}
cards_labels
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"color": {
"type": "string",
"description": "A valid label color or null"
},
"value": {
"type": "string",
"description": "all or a comma-separated list of: blue, green, orange, purple, red or yellow"
}
}
}
cards_membersVoted
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The id of the member to vote 'yes' on the card"
}
}
}
cards_name
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
cards_pos
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
cards_stickers
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"top": {
"type": "string",
"description": "undefined"
},
"left": {
"type": "string",
"description": "undefined"
},
"image": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"rotate": {
"type": "string",
"description": "undefined"
},
"zIndex": {
"type": "string",
"description": "Valid Z values for stickers, must be an integer"
}
}
}
cards_subscribed
{
"xml": {
"name": "card"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
checklists
{
"xml": {
"name": "checklist"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"idCard": {
"type": "string",
"description": "id of the card that the checklist should be added to"
},
"idBoard": {
"type": "string",
"description": "id of the board that the checklist should be added to"
},
"idChecklistSource": {
"type": "string",
"description": "The id of the source checklist to copy into a new checklist."
}
}
}
checklists_checkItems
{
"xml": {
"name": "checklist"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
},
"checked": {
"type": "string",
"description": " true or false"
}
}
}
checklists_idCard
{
"xml": {
"name": "checklist"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The id of the card that the checklist is on"
}
}
}
checklists_name
{
"xml": {
"name": "checklist"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
checklists_pos
{
"xml": {
"name": "checklist"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
labelNames_blue
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labelNames_green
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labelNames_orange
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labelNames_purple
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labelNames_red
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labelNames_yellow
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
labels
{
"xml": {
"name": "label"
},
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"color": {
"type": "string",
"description": "A valid label color or null"
},
"idBoard": {
"type": "string",
"description": "An id"
}
}
}
| Version | Endpoints | Schemas | Ingested | Status |
|---|---|---|---|---|
| 1.0 | 323 | 122 | 2026-05-11 | current |
| 1.0 | 323 | 122 | 2026-04-16 |