Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DART_TOKENYesYour Dart API token
PYTHONPATHNoPath to your Dart SDK installation
PYTHON_PATHNoPython 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 10 tools

Disambiguation4/5

Most tools have distinct purposes focused on different resources (documents, folders, spaces, tasks, dartboards), but 'create_doc' and 'create_folder' could be confused if a document is stored in a folder, though their descriptions clarify separate actions. No direct functional overlap exists between other tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., create_doc, get_dartboards, update_task). The naming is predictable and uniform across all 10 tools, making it easy for agents to understand the action and target.

Tool Count5/5

With 10 tools, the count is well-scoped for a Dart MCP server, covering core operations like creation, retrieval, update, and deletion. Each tool appears to serve a specific purpose without redundancy, fitting typical server scope of 3-15 tools.

Completeness3/5

The toolset covers creation and retrieval for documents, folders, spaces, and tasks, with update for tasks and delete for spaces, but lacks update/delete for documents and folders, and retrieval for tasks and documents. This creates notable gaps in CRUD coverage, though agents might work around them with available tools.

Maintenance

ActivityInactive
ResponsivenessNo issues