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
Name | Required | Description | Default |
---|---|---|---|
path | Yes |