{
  "schema_version": "v1",
  "name_for_human": "JSON to TOON Converter",
  "name_for_model": "jsontoon",
  "description_for_human": "Convert JSON to TOON format and reduce LLM token usage by 30-60%.",
  "description_for_model": "Convert JSON to TOON (Token-Oriented Object Notation), a lightweight serialization format that reduces token count by 30-60% when sent to LLMs like GPT-4, Claude, and Gemini. Use this when a developer needs to optimize JSON payloads for LLM cost reduction. The conversion is lossless and runs entirely client-side.",
  "auth": { "type": "none" },
  "api": {
    "type": "openapi",
    "url": "https://jsontoon.in/llms-full.txt"
  },
  "logo_url": "https://jsontoon.in/favicon-512.png",
  "contact_email": "pr@itribe.in",
  "legal_info_url": "https://jsontoon.in/"
}
