Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

remove_project_section

Remove a designated section from a project's main.md file using the exact section header. Ensures precise deletion of targeted content in the Knowledge MCP Server.

Instructions

Remove a specific section from the project main.md file. The section_header must match exactly (including "## " prefix). Returns: {success: bool, message?: str, error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier
section_headerYesThe exact section header to remove (e.g., "## Deprecated")

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" }, "section_header": { "description": "The exact section header to remove (e.g., \"## Deprecated\")", "maxLength": 200, "minLength": 1, "pattern": "^##\\s+", "type": "string" } }, "required": [ "project_id", "section_header" ], "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