Skip to main content
Glama

Dart MCP Server

by its-dart

list_tasks

Retrieve and filter tasks from Dart project management using assignee, status, priority, due date, and more criteria. Simplify task tracking and organization with customizable queries.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
assigneeNoFilter by assignee name or email
assigneeIdNoFilter by assignee ID
dartboardNoFilter by dartboard title
dartboardIdNoFilter by dartboard ID
descriptionNoFilter by description content
dueAtAfterNoFilter by due date after (ISO format)
dueAtBeforeNoFilter by due date before (ISO format)
idsNoFilter by IDs
inTrashNoFilter by trash status
isCompletedNoFilter by completion status
limitNoNumber of results per page
offsetNoInitial index for pagination
parentIdNoFilter by parent task ID
priorityNoFilter by priority
sizeNoFilter by task size
startAtAfterNoFilter by start date after (ISO format)
startAtBeforeNoFilter by start date before (ISO format)
statusNoFilter by status
statusIdNoFilter by status ID
tagNoFilter by tag
tagIdNoFilter by tag ID
titleNoFilter by title
typeNoFilter by task type
typeIdNoFilter by task type ID

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Filter by assignee name or email", "type": "string" }, "assigneeId": { "description": "Filter by assignee ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "dartboard": { "description": "Filter by dartboard title", "type": "string" }, "dartboardId": { "description": "Filter by dartboard ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "description": { "description": "Filter by description content", "type": "string" }, "dueAtAfter": { "description": "Filter by due date after (ISO format)", "type": "string" }, "dueAtBefore": { "description": "Filter by due date before (ISO format)", "type": "string" }, "ids": { "description": "Filter by IDs", "type": "string" }, "inTrash": { "description": "Filter by trash status", "type": "boolean" }, "isCompleted": { "description": "Filter by completion status", "type": "boolean" }, "limit": { "description": "Number of results per page", "type": "number" }, "offset": { "description": "Initial index for pagination", "type": "number" }, "parentId": { "description": "Filter by parent task ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "priority": { "description": "Filter by priority", "type": "string" }, "size": { "description": "Filter by task size", "type": "number" }, "startAtAfter": { "description": "Filter by start date after (ISO format)", "type": "string" }, "startAtBefore": { "description": "Filter by start date before (ISO format)", "type": "string" }, "status": { "description": "Filter by status", "type": "string" }, "statusId": { "description": "Filter by status ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "tag": { "description": "Filter by tag", "type": "string" }, "tagId": { "description": "Filter by tag ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" }, "title": { "description": "Filter by title", "type": "string" }, "type": { "description": "Filter by task type", "type": "string" }, "typeId": { "description": "Filter by task type ID", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" } }, "required": [], "type": "object" }

Other Tools from Dart MCP Server

Related Tools

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