Skip to main content
Glama
rebelice

schema-lint-mcp

by rebelice

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoAPI key for Gemini AI
ANTHROPIC_API_KEYNoAPI key for Claude AI

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_schemaC

Validate a schema file against lint rules

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The validate_schema tool has a unique and clear purpose.

Naming Consistency5/5

The single tool name follows the verb_noun pattern consistently (validate_schema). There is no inconsistency within the set.

Tool Count3/5

The server has exactly one tool, which is borderline for usability. It feels thin but could be acceptable given the narrow scope of schema validation.

Completeness2/5

The surface only provides validation, with no ability to inspect or configure lint rules. This is a significant gap for a schema linting server, as users cannot discover available rules or customize behavior.

Maintenance

ActivityInactive
ResponsivenessNo issues