diataxis-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| classify_doc_requestC | Classify a documentation request or page draft into a Diataxis mode. |
| audit_doc_pageC | Audit a Markdown page for Diataxis mode, mixed-mode signals, and refactoring actions. |
| audit_doc_treeB | Audit multiple documentation pages and summarize mode distribution, confusion, and coverage. Use scope=full-docs|section|sample to control how coverage warnings are interpreted. |
| suggest_doc_refactorC | Create an incremental refactoring sequence from documentation page audits. |
| plan_doc_setC | Suggest an initial Diataxis-aligned documentation set from a project summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| audit_existing_docs | Guide an agent through auditing docs with the Diataxis tools. |
| create_docs_from_scratch | Guide an agent through planning a new Diataxis documentation set. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| diataxis-checklist-tutorial | Short operational checklist for tutorial pages. |
| diataxis-checklist-how-to | Short operational checklist for how-to pages. |
| diataxis-checklist-reference | Short operational checklist for reference pages. |
| diataxis-checklist-explanation | Short operational checklist for explanation pages. |
| diataxis-classification-rubric | Short rubric for classifying documentation by user need. |
| diataxis-workflow-audit-existing-docs | Workflow for auditing and refactoring existing documentation. |
| diataxis-workflow-create-docs-from-scratch | Workflow for planning a new Diataxis-aligned documentation set. |