Skip to main content
Glama

DocNav-MCP

by shenyimings

read_section

Extract content from a specific section of a document by providing the document and section IDs. Integrates with DocNav-MCP for precise document navigation and analysis.

Instructions

Read content of a specific document section.

Args: doc_id: Document identifier section_id: Section ID from outline (e.g., 'h1_0', 'h2_1') Returns: Section content with subsections

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": "read_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