Skip to main content
Glama

Dart MCP Server

by its-dart

delete_task

Move a task to the trash in Dart MCP Server for temporary removal. Use the task's 12-character alphanumeric ID to ensure it remains recoverable without altering its details.

Instructions

Move an existing task to the trash, where it can be recovered if needed. Nothing else about the task will be changed.

Input Schema

NameRequiredDescriptionDefault
idYesThe 12-character alphanumeric ID of the task

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The 12-character alphanumeric ID of the task", "pattern": "^[a-zA-Z0-9]{12}$", "type": "string" } }, "required": [ "id" ], "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