MCP Outline Server

by Vortiago
Verified

get_collection_structure

Retrieve the hierarchical structure of documents in a collection to analyze organization, identify document IDs, and understand parent-child relationships within the Outline Server.

Instructions

Retrieves the hierarchical document structure of a collection. Use this tool when you need to: - Understand how documents are organized in a collection - Find document IDs within a specific collection - See the parent-child relationships between documents - Get an overview of a collection's content structure Args: collection_id: The collection ID to examine Returns: Formatted string showing the hierarchical structure of documents

Input Schema

NameRequiredDescriptionDefault
collection_idYes

Input Schema (JSON Schema)

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