12 tools from the Dart MCP Server, categorised by risk level.
View the Dart policy →get_config Get information about the user's space, including available assignees, dartboards, folders, statuses, tags, priorities, and sizes get_doc Retrieve an existing doc by its ID get_task Retrieve an existing task by its ID list_docs List docs with optional filtering by folder, title, text content, and more list_tasks List tasks with optional filtering by assignee, status, dartboard, priority, due date, and more add_task_comment Add a comment to an existing task 2/5 create_doc Create a new doc with title, text content, and folder 2/5 create_task Create a new task with title, description, status, priority, size, dates, dartboard, assignees, tags, and parent task 2/5 update_doc Update an existing doc's properties 2/5 update_task Update an existing task's properties 2/5 The Dart MCP server exposes 12 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Dart server.
Dart tools are categorised as Read (5), Write (5), Destructive (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept