Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

delete_project

Permanently remove a project and all associated content, including knowledge files and TODOs, from the Knowledge MCP Server. Confirm project ID, back up data if needed, and ensure user approval before irreversible deletion.

Instructions

Permanently delete a project and all its content - USE WITH EXTREME CAUTION.

When to use this tool:

  • Project is completely obsolete

  • Cleaning up test or temporary projects

  • Project has been migrated elsewhere

  • Explicit user request to delete

Key features:

  • Removes entire project directory

  • Deletes from index

  • IRREVERSIBLE operation

  • Includes all knowledge files and TODOs

You should:

  1. ALWAYS confirm with user before deletion

  2. Verify project_id is correct

  3. Consider backing up important content first

  4. Understand this is permanent

  5. Check if project has valuable knowledge files

  6. Document reason for deletion

DO NOT use when:

  • Any doubt about deletion

  • Project might be needed later

  • Haven't backed up important content

  • User hasn't explicitly confirmed

⚠️ This action CANNOT be undone! Returns: {success: bool, project_id: str, message: str, error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The project identifier to delete", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "project_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/sven-borkert/knowledge-mcp'

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