Skip to main content
Glama

CastPlan MCP

by Ghostseller

get_document_tree

Retrieve and filter hierarchical document structures by root category, including metadata and specifying tree depth, for context-aware project architecture insights on CastPlan MCP.

Instructions

Retrieve the hierarchical document tree structure

Input Schema

NameRequiredDescriptionDefault
includeMetadataNoInclude document metadata
maxDepthNoMaximum tree depth
rootCategoryNoRoot category to filter by

Input Schema (JSON Schema)

{ "properties": { "includeMetadata": { "default": false, "description": "Include document metadata", "type": "boolean" }, "maxDepth": { "default": 10, "description": "Maximum tree depth", "type": "number" }, "rootCategory": { "description": "Root category to filter by", "enum": [ "master", "component", "category" ], "type": "string" } }, "required": [], "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/Ghostseller/CastPlan_mcp'

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