Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

delete_todo

Permanently delete entire TODO lists and associated tasks from the Knowledge MCP Server. Use this tool to clean up completed, obsolete, or duplicate TODOs, ensuring project organization. Confirms permanent removal upon execution.

Instructions

Delete an entire TODO list and all its tasks permanently.

When to use this tool:

  • TODO is completely finished
  • TODO is obsolete or cancelled
  • Cleaning up old TODOs
  • Consolidating duplicate TODOs
  • User explicitly requests deletion

Key features:

  • Removes entire TODO list
  • Deletes all associated tasks
  • Permanent removal
  • Frees up TODO number

You should:

  1. Verify all tasks are complete or obsolete
  2. Confirm TODO number is correct
  3. Understand deletion is permanent
  4. Consider if TODO has value for history
  5. Check no active work depends on it

DO NOT use when:

  • TODO has incomplete relevant tasks
  • Might need TODO for reference
  • Unsure about deletion impact

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

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier
todo_numberYesThe TODO list number to delete

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" }, "todo_number": { "description": "The TODO list number to delete", "exclusiveMinimum": 0, "maximum": 99999, "type": "integer" } }, "required": [ "project_id", "todo_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