Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

delete_project

Permanently removes a project and its directory from the Knowledge MCP Server, ensuring complete deletion and index removal. Input requires the project ID. This action is irreversible.

Instructions

Permanently delete a project and all its content. This removes the entire project directory and removes it from the index. This action cannot be undone - use with caution. 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