Skip to main content
Glama

Dart MCP Server

by its-dart

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DART_TOKENYesYour Dart authentication token from your Dart profile

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
Create taskCreate a new task in Dart
Create docCreate a new document in Dart
Summarize tasksGet a summary of tasks with optional filtering

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_config

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.

list_tasks

List tasks from Dart with optional filtering parameters. You can filter by assignee, status, dartboard, priority, due date, and more.

create_task

Create a new task in Dart. You can specify title, description, status, priority, size, dates, dartboard, assignees, tags, parent task, and custom properties.

get_task

Retrieve an existing task by its ID. Returns the task's information including title, description, status, priority, dates, custom properties, and more.

update_task

Update an existing task. You can modify any of its properties including title, description, status, priority, dates, assignees, tags, and custom properties.

delete_task

Move an existing task to the trash, where it can be recovered if needed. Nothing else about the task will be changed.

add_task_comment

Add a comment to an existing task without modifying the task description. Comments support markdown formatting.

list_docs

List docs from Dart with optional filtering parameters. You can filter by folder, title, text content, and more.

create_doc

Create a new doc in Dart. You can specify title, text content, and folder.

get_doc

Retrieve an existing doc by its ID. Returns the doc's information including title, text content, folder, and more.

update_doc

Update an existing doc. You can modify its title, text content, and folder.

delete_doc

Move an existing doc to the trash, where it can be recovered if needed. Nothing else about the doc will be changed.

get_dartboard

Retrieve an existing dartboard by its ID. Returns the dartboard's information including title, description, and all tasks within it.

get_folder

Retrieve an existing folder by its ID. Returns the folder's information including title, description, and all docs within it.

get_view

Retrieve an existing view by its ID. Returns the view's information including title, description, and all tasks within it.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/its-dart/dart-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server