Skip to main content
Glama
mediazone

Spec Score MCP

by mediazone

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
spec_scoreA

Score a spec/requirement on 4 axes. YOU (the LLM) read the spec and score it.

Score the spec on these 4 axes (each 0.0-1.0):

  • completeness: Can an LLM understand the full scope? (0=vague idea, 1=complete with goal+context+criteria)

  • clarity: Is it unambiguous? (0=multiple interpretations, 1=one clear interpretation)

  • constraints: Are boundaries defined? (0=no limits, 1=clear scope and non-goals)

  • specificity: Concrete testable details? (0=no testable criteria, 1=verifiable outcomes)

Also identify the weakest axis and give one tip to improve it.

The tool normalizes scores, calculates balance (0-1), and returns a verdict. A balanced spec produces reliable LLM output. An unbalanced spec produces hallucinations.

spec_visualizeA

Score a spec and generate an SVG radar chart. YOU (the LLM) read the spec and score it on 4 axes (0.0-1.0 each): completeness, clarity, constraints, specificity. Also identify weakest axis and tip.

The tool generates a radar chart: green = balanced (ready), yellow = moderate (gaps), red = spiked (blind spots).

spec_compareA

Side-by-side radar charts comparing two specs. YOU (the LLM) score BOTH specs on 4 axes each. Useful for before/after or good/bad examples.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mediazone/spec-score-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server