jsonaut
Repair malformed JSON from LLM tool calls and agent-to-agent handoffs — fixes trailing commas, single quotes, truncation, markdown code fences, comments, and…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Repair Json: Repair malformed JSON (trailing commas, single quotes, truncation, markdown fences, comments, python literals) and optionally validate/coerce it against a JSON Schema. Deterministic repai
- Validate Json: Validate a JSON string against a JSON Schema. Free. Returns validity and a list of violations.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Repair malformed JSON from LLM tool calls and agent-to-agent handoffs — fixes trailing commas, single quotes, truncation, markdown code fences, comments, and python literals, and can validate/coerce the result against a JSON Schema. Free deterministic tier; pay-per-call LLM fallback via x402 (USDC on Base). Tools: repair_json, validate_json.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| repair_json | Repair malformed JSON (trailing commas, single quotes, truncation, markdown fences, comments, python literals) and optionally validate/coerce it against a JSON Schema. Deterministic repair is free. If it fails and allow_llm_fallback is true, a paid LLM repair is attempted (requires x402 payment; charged only on success). |
| validate_json | Validate a JSON string against a JSON Schema. Free. Returns validity and a list of violations. |