Skip to main content
Every trello.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Boards

create

boards.create Create a new board Risk: write
Input Output

delete

boards.delete Delete a board [DESTRUCTIVE] Risk: destructive
Input Output

get

boards.get Get a board by ID Risk: read
Input Output

list

boards.list List boards for a member Risk: read
Input Output: object[]

update

boards.update Update a board Risk: write
Input Output

Cards

create

cards.create Create a new card Risk: write
Input Output

delete

cards.delete Delete a card [DESTRUCTIVE] Risk: destructive
Input Output

get

cards.get Get a card by ID Risk: read
Input Output

list

cards.list List cards in a list Risk: read
Input Output: object[]

move

cards.move Move a card to a different list or board Risk: write
Input Output

update

cards.update Update a card Risk: write
Input Output

Checklists

create

checklists.create Create a checklist on a card Risk: write
Input Output

delete

checklists.delete Delete a checklist [DESTRUCTIVE] Risk: destructive
Input Output

get

checklists.get Get a checklist by ID Risk: read
Input Output

Labels

create

labels.create Create a label on a board Risk: write
Input Output

delete

labels.delete Delete a label [DESTRUCTIVE] Risk: destructive
Input Output

list

labels.list List labels on a board Risk: read
Input Output: object[]

update

labels.update Update a label Risk: write
Input Output

Lists

archive

lists.archive Archive (close) a list Risk: write
Input Output

create

lists.create Create a new list on a board Risk: write
Input Output

get

lists.get Get a list by ID Risk: read
Input Output

list

lists.list List all lists on a board Risk: read
Input Output: object[]

update

lists.update Update a list Risk: write
Input Output

Members

get

members.get Get a member by ID or username Risk: read
Input Output

list

members.list List members of a board Risk: read
Input Output: object[]