Skip to main content
Glama

Dart MCP Server

by its-dart

list_task_comments

Retrieve and filter task comments in Dart by task ID, author, text, dates, or other parameters for efficient project management and analysis.

Instructions

List comments from Dart with optional filtering parameters. You can filter by author, task, text content, dates, and more.

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author name or email
authorIdNoFilter by author ID
idsNoFilter by comment IDs
limitNoNumber of results per page
offsetNoInitial index for pagination
parentIdNoFilter by parent comment ID
publishedAtAfterNoFilter by published date after (ISO format)
publishedAtBeforeNoFilter by published date before (ISO format)
taskNoFilter by task title
taskIdYesFilter by task ID
textNoFilter by comment text content

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author name or email", "type": "string" }, "authorId": { "description": "Filter by author ID", "type": "string" }, "ids": { "description": "Filter by comment IDs", "type": "string" }, "limit": { "description": "Number of results per page", "type": "number" }, "offset": { "description": "Initial index for pagination", "type": "number" }, "parentId": { "description": "Filter by parent comment ID", "type": "string" }, "publishedAtAfter": { "description": "Filter by published date after (ISO format)", "type": "string" }, "publishedAtBefore": { "description": "Filter by published date before (ISO format)", "type": "string" }, "task": { "description": "Filter by task title", "type": "string" }, "taskId": { "description": "Filter by task ID", "type": "string" }, "text": { "description": "Filter by comment text content", "type": "string" } }, "required": [ "taskId" ], "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