Skip to content

MCP Tools Reference

List all projects accessible to the current user.

Parameters: None

Returns: Array of projects with id, name, and description.


List all tasks on a specific board.

Parameters:

ParameterTypeRequiredDescription
board_idnumberYesThe board ID to list tasks from

Get one or more specific tasks by ID.

Parameters:

ParameterTypeRequiredDescription
task_idsnumber[]YesArray of task IDs to retrieve

Create a new task on a board.

Parameters:

ParameterTypeRequiredDescription
board_idnumberYesBoard to create the task on
titlestringYesTask title
descriptionstringNoHTML description
prioritystringNourgent, high, medium, low

Update an existing task.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to update
titlestringNoNew title
descriptionstringNoNew HTML description
prioritystringNoNew priority

Search across all accessible tasks.

Parameters:

ParameterTypeRequiredDescription
querystringYesSearch query

Move a task to a different section on its board.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to move
sectionstringYesTarget section name

Move a task from one board to another.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to move
board_idnumberYesTarget board ID

Assign a user to a task.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to assign
user_idnumberYesUser to assign

Add a comment to a task. Comments use HTML formatting.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to comment on
commentstringYesHTML comment content

Get all comments on a task.

Parameters:

ParameterTypeRequiredDescription
task_idnumberYesTask to get comments for

List all members of a project.

Parameters:

ParameterTypeRequiredDescription
project_idnumberYesProject to list members for

Get information about the current authenticated user.

Parameters: None


List all inbox notifications for the current user.

Parameters: None


Archive an inbox notification.

Parameters:

ParameterTypeRequiredDescription
item_idnumberYesInbox item to archive