{
  "slug": "readability-score",
  "name": "gizza-ai/readability-score",
  "version": "0.1.0",
  "title": "Readability Score — Flesch-Kincaid, Gunning-Fog & SMOG grader — gizza.ai",
  "description": "Score any text for readability with Flesch Reading Ease, Flesch-Kincaid Grade, Gunning-Fog and SMOG, in your browser. Nothing is uploaded.",
  "tags": [
    "readability score",
    "flesch reading ease",
    "flesch-kincaid grade",
    "gunning fog",
    "smog index",
    "reading level"
  ],
  "category": "text",
  "urls": {
    "page": "https://gizza.ai/tools/readability-score/",
    "markdown": "https://gizza.ai/tools/readability-score/index.md",
    "descriptor": "https://gizza.ai/tools/readability-score/tool.json",
    "deep_link_example": "https://gizza.ai/tools/readability-score/?text=Paste%20or%20type%20the%20text%20you%20want%20to%20score%E2%80%A6"
  },
  "cli": "gizza tool readability-score \"Paste or type the text you want to score…\"",
  "tool": {
    "description": "Score English text for readability and return the classic indices — Flesch Reading Ease (0–100, higher is easier), Flesch-Kincaid Grade Level, Gunning-Fog Index, SMOG Index, Coleman-Liau Index and the Automated Readability Index — along with the counts they derive from (words, sentences, syllables, complex words) and a plain-language reading level. Runs locally; the text never leaves the device.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "text": {
          "description": "The text to score for readability.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "type": "object"
    }
  }
}