Skip to main content
Glama

DocNav-MCP

by shenyimings

get_outline

Extract and format the outline or table of contents from loaded documents to understand their structure, with customizable depth for detailed navigation.

Instructions

Get document outline/table of contents.

Tips: First use this tool to understand document structure after you load a document. Args: doc_id: Document identifier max_depth: Maximum heading depth to include, defaults to 3 Returns: Formatted document outline

Input Schema

NameRequiredDescriptionDefault
doc_idYes
max_depthNo

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "title": "Doc Id", "type": "string" }, "max_depth": { "default": 3, "title": "Max Depth", "type": "integer" } }, "required": [ "doc_id" ], "title": "get_outlineArguments", "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/shenyimings/DocNav-MCP'

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