Skip to main content
Glama

DocNav-MCP

by shenyimings

navigate_section

Retrieve navigation context for a specific section in a document, including parent, siblings, and children. Enables efficient document exploration and analysis within the DocNav-MCP server.

Instructions

Get navigation context for a section (parent, siblings, children).

Args: doc_id: Document identifier section_id: Section ID to navigate to Returns: Navigation context with related sections

Input Schema

NameRequiredDescriptionDefault
doc_idYes
section_idYes

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "title": "Doc Id", "type": "string" }, "section_id": { "title": "Section Id", "type": "string" } }, "required": [ "doc_id", "section_id" ], "title": "navigate_sectionArguments", "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