MCP Outline Server

by Vortiago
Verified

delete_collection

Permanently removes a collection and all its documents. Use this tool when you need to: - Remove an entire section of content - Delete obsolete project collections - Remove collections that are no longer needed - Clean up workspace organization WARNING: This action cannot be undone and will delete all documents

within the collection.

Args: collection_id: The collection ID to delete Returns: Result message confirming deletion

Input Schema

NameRequiredDescriptionDefault
collection_idYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" } }, "required": [ "collection_id" ], "title": "delete_collectionArguments", "type": "object" }
ID: yejga73oe8