Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

remove_todo_task

Eliminate irrelevant or duplicate tasks from a TODO list by permanently removing a specific task. The tool updates task numbering, preserves other tasks, and ensures clean task management. Use it to streamline and maintain organized project workflows.

Instructions

Remove a task from a TODO list.

When to use this tool:

  • Task is no longer relevant

  • Removing duplicate tasks

  • Task was added by mistake

  • Consolidating similar tasks

  • Cleaning up TODO list

Key features:

  • Permanent task removal

  • Preserves other tasks

  • Updates task numbering

You should:

  1. Verify task exists first

  2. Consider if task is truly unnecessary

  3. Check task number is correct

  4. Understand removal is permanent

  5. Document why removing if significant

DO NOT use when:

  • Task should be completed instead

  • Task might be needed later

  • Unsure about removal impact

Returns: {success: bool, message: str, error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier
task_numberYesThe task number to remove
todo_numberYesThe TODO list number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The project identifier", "maxLength": 100, "minLength": 1, "type": "string" }, "task_number": { "description": "The task number to remove", "exclusiveMinimum": 0, "maximum": 99999, "type": "integer" }, "todo_number": { "description": "The TODO list number", "exclusiveMinimum": 0, "maximum": 99999, "type": "integer" } }, "required": [ "project_id", "todo_number", "task_number" ], "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/sven-borkert/knowledge-mcp'

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