@0pvalencia/academic-linter-mcp
OfficialServer 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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lint_structureC | Analiza headings, numeración, placeholders y posibles problemas APA. Input: JSON de get_document_structure o { headings: [{text, namedStyleType, startIndex?, endIndex?}] }. |
| lint_text_placeholdersA | Detecta [...], TODO, TBD, XXX, lorem ipsum en un texto plano (p. ej. read_document). |
| compact_headings_viewA | Convierte get_document_structure JSON en líneas |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clear target: lint_structure processes document structure, lint_text_placeholders processes plain text, and compact_headings_view formats structure output. Some overlap exists in placeholder detection, but the different input types make the tools distinguishable.
The two linting tools follow a consistent lint_ prefix, but compact_headings_view breaks the pattern with an adjective-led name. The mixture of verb prefixes and noun phrases is readable but not fully consistent.
With 3 tools, the set is within the well-scoped range of 3-15. Each tool serves a distinct purpose and there is no redundancy, making the count appropriate for the server's niche.
The server covers structural linting and placeholder detection, but the 'academic-linter' name implies broader linting (citations, references, grammar) that is missing. The compact_headings_view utility is helpful but does not fill that gap.