MCP Outline Server

by Vortiago
Verified

create_collection

Organize documents by creating a new collection with a name, optional description, and color. Use this tool to set up workspaces for projects, categorize content by topic, or establish separate sections for related files.

Instructions

Creates a new collection for organizing documents. Use this tool when you need to: - Create a new section or category for documents - Set up a workspace for a new project or team - Organize content by department or topic - Establish a separate space for related documents Args: name: Name for the collection description: Optional description of the collection's purpose color: Optional hex color code for visual identification (e.g. #FF0000) Returns: Result message with the new collection ID

Input Schema

NameRequiredDescriptionDefault
colorNo
descriptionNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Color" }, "description": { "default": "", "title": "Description", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "create_collectionArguments", "type": "object" }
ID: yejga73oe8