its-dart
Integrates with Dart's project management platform, enabling direct task and document management through a set of tools for creating, retrieving, updating, and filtering work items by various attributes.
Retrieve an existing doc by its ID. Returns the doc's information including title, text content, folder, and more.
Retrieve an existing task by its ID. Returns the task's information including title, description, status, priority, dates, custom properties, and more.
Retrieve an existing view by its ID. Returns the view's information including title, description, and all tasks within it.
List docs from Dart with optional filtering parameters. You can filter by folder, title, text content, and more.
Create a new doc in Dart. You can specify title, text content, and folder.
Move an existing doc to the trash, where it can be recovered if needed. Nothing else about the doc will be changed.
Get information about the user's space, including all of the possible values that can be provided to other endpoints. This includes available assignees, dartboards, folders, statuses, tags, priorities, sizes, and all custom property definitions.
Retrieve an existing folder by its ID. Returns the folder's information including title, description, and all docs within it.
List tasks from Dart with optional filtering parameters. You can filter by assignee, status, dartboard, priority, due date, and more.
Update an existing doc. You can modify its title, text content, and folder.
Create a new task in Dart. You can specify title, description, status, priority, size, dates, dartboard, assignees, tags, parent task, and custom properties.
Move an existing task to the trash, where it can be recovered if needed. Nothing else about the task will be changed.
Update an existing task. You can modify any of its properties including title, description, status, priority, dates, assignees, tags, and custom properties.
Retrieve an existing dartboard by its ID. Returns the dartboard's information including title, description, and all tasks within it.
Add a comment to an existing task without modifying the task description. Comments support markdown formatting.
List comments from Dart with optional filtering parameters. You can filter by author, task, text content, dates, and more.
Connect to MCP Server
Required environment variables:
DART_TOKEN