Skip to main content
Glama
by aafsar

delete_task

Remove tasks from your task management system by providing the task ID. This tool helps maintain organized workflows by eliminating completed or unnecessary tasks.

Instructions

Delete a task by ID

Input Schema

NameRequiredDescriptionDefault
taskIdYesTask ID (use first 8 characters)

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "Task ID (use first 8 characters)", "minLength": 8, "type": "string" } }, "required": [ "taskId" ], "type": "object" }

Other Tools from Task Manager 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/aafsar/task-manager-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server