Built by Metorial, the integration platform for agentic AI.
Updates an existing document's title, folder, or content. Only provide the fields you want to change.
Moves a document to the trash in Dart. The document is not permanently deleted and can be restored from the Dart UI.
Lists comments on a specific task. Returns paginated results ordered by publication date.
Lists and filters tasks across dartboards. Supports filtering by assignee, dartboard, status, priority, tag, completion state, date ranges, and more. Returns paginated results with support for custom ordering.
Retrieves workspace configuration including available dartboards, folders, statuses, assignees, tags, priorities, sizes, task types, and custom property definitions. Use this to discover valid values before creating or updating tasks and documents.
Creates a new task in a Dart dartboard. Supports setting title, description, assignee, priority, dates, tags, and custom properties. Use **Get Workspace Config** first to discover available dartboards, statuses, assignees, and other options.
Retrieves full details of a single task by its ID, including description, attachments, custom properties, and task relationships.
Creates a new document in Dart. Documents can serve as wikis, meeting notes, project descriptions, or any other written content. Content supports markdown formatting.
Lists and searches documents in Dart. Supports filtering by folder, title, and full-text search across document content.
Adds a comment to a task. Supports markdown formatting and threaded replies by specifying a parent comment ID.
Moves a task to the trash in Dart. The task is not permanently deleted and can be restored from the Dart UI.
Updates an existing task's properties including title, description, status, priority, assignees, dates, tags, custom properties, and task relationships (blockers, subtasks, duplicates, related). Only provide the fields you want to change.