Skip to main content
Glama

MCP Outline Server

by Vortiago

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" }

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/Vortiago/mcp-outline'

If you have feedback or need assistance with the MCP directory API, please join our Discord server