
JSONShelf
Deterministic JSON repair, validate, example-gen, schema-coerce for agents.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| jsonshelf_repair | Repair malformed JSON. Returns valid JSON plus a diff of what was fixed. |
| jsonshelf_validate | Validate JSON against a schema. Returns structured errors with JSON Pointer paths and remedies. |
| jsonshelf_example | Generate a minimal valid example matching a JSON schema. |
| jsonshelf_coerce | Soft-cast values to match a schema (string "42" → 42 for integer fields, etc.). |