Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Update Document

Updates an existing document's title, folder, or content. Only provide the fields you want to change.

Delete Document

Moves a document to the trash in Dart. The document is not permanently deleted and can be restored from the Dart UI.

List Comments

Lists comments on a specific task. Returns paginated results ordered by publication date.

List Tasks

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.

Get Workspace Config

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.

Create Task

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.

Get Task

Retrieves full details of a single task by its ID, including description, attachments, custom properties, and task relationships.

Create Document

Creates a new document in Dart. Documents can serve as wikis, meeting notes, project descriptions, or any other written content. Content supports markdown formatting.

List Documents

Lists and searches documents in Dart. Supports filtering by folder, title, and full-text search across document content.

Create Comment

Adds a comment to a task. Supports markdown formatting and threaded replies by specifying a parent comment ID.

Delete Task

Moves a task to the trash in Dart. The task is not permanently deleted and can be restored from the Dart UI.

Update Task

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.