Skip to main content
Glama

Dart MCP Server

by its-dart

list_tasks

Filter and list tasks in Dart by assignee, status, priority, due date, and more to streamline project management and track progress efficiently.

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
assignee_idNoFilter by assignee ID
dartboardNoFilter by dartboard title
dartboard_idNoFilter by dartboard ID
descriptionNoFilter by description content
due_at_afterNoFilter by due date after (ISO format)
due_at_beforeNoFilter by due date before (ISO format)
idsNoFilter by IDs
in_trashNoFilter by trash status
is_completedNoFilter by completion status
limitNoNumber of results per page
offsetNoInitial index for pagination
parent_idNoFilter by parent task ID
priorityNoFilter by priority
sizeNoFilter by task size
start_at_afterNoFilter by start date after (ISO format)
start_at_beforeNoFilter by start date before (ISO format)
statusNoFilter by status
status_idNoFilter by status ID
tagNoFilter by tag
tag_idNoFilter by tag ID
titleNoFilter by title
typeNoFilter by task type
type_idNoFilter by task type ID

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Filter by assignee name or email", "type": "string" }, "assignee_id": { "description": "Filter by assignee ID", "type": "string" }, "dartboard": { "description": "Filter by dartboard title", "type": "string" }, "dartboard_id": { "description": "Filter by dartboard ID", "type": "string" }, "description": { "description": "Filter by description content", "type": "string" }, "due_at_after": { "description": "Filter by due date after (ISO format)", "type": "string" }, "due_at_before": { "description": "Filter by due date before (ISO format)", "type": "string" }, "ids": { "description": "Filter by IDs", "type": "string" }, "in_trash": { "description": "Filter by trash status", "type": "boolean" }, "is_completed": { "description": "Filter by completion status", "type": "boolean" }, "limit": { "description": "Number of results per page", "type": "number" }, "offset": { "description": "Initial index for pagination", "type": "number" }, "parent_id": { "description": "Filter by parent task ID", "type": "string" }, "priority": { "description": "Filter by priority", "type": "string" }, "size": { "description": "Filter by task size", "type": "number" }, "start_at_after": { "description": "Filter by start date after (ISO format)", "type": "string" }, "start_at_before": { "description": "Filter by start date before (ISO format)", "type": "string" }, "status": { "description": "Filter by status", "type": "string" }, "status_id": { "description": "Filter by status ID", "type": "string" }, "tag": { "description": "Filter by tag", "type": "string" }, "tag_id": { "description": "Filter by tag ID", "type": "string" }, "title": { "description": "Filter by title", "type": "string" }, "type": { "description": "Filter by task type", "type": "string" }, "type_id": { "description": "Filter by task type ID", "type": "string" } }, "required": [], "type": "object" }

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