Skip to main content
Glama

DocNav-MCP

by shenyimings

search_document

Quickly locate specific content within detailed documents by entering a document ID and search query. Returns formatted results with context for efficient retrieval.

Instructions

Search for specific content within a document.

Args: doc_id: Document identifier query: Search term or phrase Returns: Formatted search results with context

Input Schema

NameRequiredDescriptionDefault
doc_idYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "title": "Doc Id", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "doc_id", "query" ], "title": "search_documentArguments", "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