Connection check
verified live · 26h ago
jsonshelf
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
Tools
4
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
4 toolsRead from the running server on 26h ago.
jsonshelf_coerce
input*schema*
Soft-cast values to match a schema (string "42" → 42 for integer fields, etc.). Soft-cast values to match a schema (string "42" → 42 for integer fields, etc.).
jsonshelf_example
schema*
Generate a minimal valid example matching a JSON schema. Generate a minimal valid example matching a JSON schema.
jsonshelf_repair
modeinput*schema
Repair malformed JSON. Returns valid JSON plus a diff of what was fixed. Repair malformed JSON. Returns valid JSON plus a diff of what was fixed.
jsonshelf_validate
input*schema*