diataxis-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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_treeC | Audit multiple documentation pages and summarize mode distribution and confusion. |
| 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. |
Latest Blog Posts
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/willermo/diataxis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server