mcp-ragdocs

by hannesrudolph
Verified

remove_documentation

Remove specific documentation sources from the system by their URLs. Use this tool to clean up outdated documentation, remove incorrect sources, or manage the documentation collection. The removal is permanent and will affect future search results. Supports removing multiple URLs in a single operation.

Input Schema

NameRequiredDescriptionDefault
urlsYesArray of URLs to remove from the database

Input Schema (JSON Schema)

{ "properties": { "urls": { "description": "Array of URLs to remove from the database", "items": { "description": "The complete URL of the documentation source to remove. Must exactly match the URL used when the documentation was added.", "type": "string" }, "type": "array" } }, "required": [ "urls" ], "type": "object" }