Skip to main content
Glama

Tenzir MCP Server

Official
by tenzir

read_docs

Retrieve documentation content from specified paths, supporting .md, .mdx, and .mdoc formats, to access detailed references, functions, and explanations within the Tenzir MCP Server environment.

Instructions

Get documentation for a given path from the docs folder.

Args: path: The path to the documentation file (e.g., "reference/functions/abs", "reference/operators/read_json", or "explanations/index") Supports .md, .mdx, and .mdoc file formats.

Returns: The content of the documentation file

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "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/tenzir/mcp'

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