trello · Capability
Trello REST API — Actions
Trello REST API — Actions. 12 operations. Lead operation: Get an Action. Self-contained Naftiko capability covering one Trello business surface.
What You Can Do
GET
Getaction
— Get an Action
/v1/actions/{id}
PUT
Updateaction
— Update an Action
/v1/actions/{id}
DELETE
Deleteaction
— Delete an Action
/v1/actions/{id}
GET
Getactionboard
— Get the Board for an Action
/v1/actions/{id}/board
GET
Getactioncard
— Get the Card for an Action
/v1/actions/{id}/card
GET
Getactionlist
— Get the List for an Action
/v1/actions/{id}/list
GET
Getactionmember
— Get the Member of an Action
/v1/actions/{id}/member
GET
Getactionmembercreator
— Get the Member Creator of an Action
/v1/actions/{id}/membercreator
GET
Getactionorganization
— Get the Organization for an Action
/v1/actions/{id}/organization
GET
Getactionreactions
— List Reactions for an Action
/v1/actions/{id}/reactions
POST
Createactionreaction
— Create a Reaction for an Action
/v1/actions/{id}/reactions
GET
Getactionfield
— Get a specific field of an Action
/v1/actions/{id}/{field}
MCP Tools
get-action
Get an Action
read-only
idempotent
update-action
Update an Action
idempotent
delete-action
Delete an Action
idempotent
get-board-action
Get the Board for an Action
read-only
idempotent
get-card-action
Get the Card for an Action
read-only
idempotent
get-list-action
Get the List for an Action
read-only
idempotent
get-member-action
Get the Member of an Action
read-only
idempotent
get-member-creator-action
Get the Member Creator of an Action
read-only
idempotent
get-organization-action
Get the Organization for an Action
read-only
idempotent
list-reactions-action
List Reactions for an Action
read-only
idempotent
create-reaction-action
Create a Reaction for an Action
get-specific-field-action
Get a specific field of an Action
read-only
idempotent