Skip to main content
Glama
0PValencia

@0pvalencia/academic-linter-mcp

Official
by 0PValencia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 [start-end] LEVEL "texto". Ideal para agentes (evita JSON de 100KB+).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation4/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness3/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues