Skip to main content
Glama

Docs-MCP

by herring101

get_doc

Retrieve specified document content with pagination support by providing the file path and optional page number for partial extraction.

Instructions

指定したドキュメントの内容を取得(ページネーション対応)

Args:
    path: ドキュメントのファイルパス
    page: ページ番号(1から開始、Noneの場合は全文取得)

Input Schema

NameRequiredDescriptionDefault
pageNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Page" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "get_docArguments", "type": "object" }

Other Tools from Docs-MCP

Related Tools

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/herring101/docs-mcp'

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