Skip to main content

Available Tools

Description: List tasks with optional filters for project, status, assignee, and more.Parameters:
NameTypeRequiredDescription
project_idstringNoFilter by project
statusstringNoFilter by status
assignee_idstringNoFilter by assignee
prioritystringNoFilter by priority
limitnumberNoMax results (default 50)
Confirmation: No (read operation)
Description: Create a new task with structured fields.Parameters:
NameTypeRequiredDescription
titlestringYesTask title
descriptionstringNoTask description
project_idstringNoProject to add task to
assignee_idstringNoUser to assign
prioritystringNourgent, high, medium, low
statusstringNoInitial status
due_datestringNoDue date (ISO 8601)
estimated_hoursnumberNoEstimated hours
Confirmation: Yes (write operation)
Description: Update one or more fields on an existing task.Confirmation: Yes (write operation)
Description: Get full details for a specific task including comments, dependencies, and time entries.Confirmation: No (read operation)
Description: Full-text search across task titles and descriptions.Confirmation: No (read operation)
Description: Create multiple tasks at once from a list of task definitions.Confirmation: Yes (write operation)
Description: Assign multiple tasks to a single user.Confirmation: Yes (write operation)
Description: Change the status of multiple tasks at once.Confirmation: Yes (write operation)
Description: Set estimated hours on multiple tasks.Confirmation: Yes (write operation)
Description: Create a dependency between two tasks (blocking relationship).Confirmation: Yes (write operation)
Description: Remove a dependency between two tasks.Confirmation: Yes (write operation)
Description: Add a comment to a task.Confirmation: Yes (write operation)
Description: List all comments on a task.Confirmation: No (read operation)