Tools•checker
MUD Room Description Linter
Catch too-short descriptions, missing sensory cues, and absent directional hints to keep exploration text usable and immersive.

Try the tool
client runnerLint notes
Run the tool to see output.
Examples
Compact tavern room draft
{
"room_text": "Lantern smoke drifts along low beams while damp cloaks steam by the hearth. To the east, a scarred oak door leads back into the market road.",
"minimum_words": 25,
"maximum_words": 120,
"require_exit_hints": true,
"require_sensory_terms": true
}Expected output
Returns pass/warn notes for length, sensory cues, and navigation hints.
How it works
The linter performs lightweight text checks for word count bounds, repeated terms, sensory vocabulary, and optional directional clue patterns.