Dart MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DART_TOKEN | Yes | Your Dart API token | |
| PYTHONPATH | No | Path to your Dart SDK installation | |
| PYTHON_PATH | No | Python executable path (defaults to system Python) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_default_statusC | Get the default status DUIDs |
| get_default_spaceB | Get the default space DUID |
| create_taskC | Create a new Dart task |
| update_taskC | Update an existing task |
| get_dartboardsC | Get available dartboards |
| get_foldersC | Get available folders |
| create_folderC | Create a new folder in a space |
| create_docC | Create a new document or report |
| create_spaceC | Create a new space |
| delete_spaceB | Delete a space and all its contents |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |