{
  "slug": "word-count",
  "name": "gizza-ai/word-count",
  "version": "0.1.0",
  "title": "Word Counter — gizza.ai",
  "description": "Count the words, characters, and lines in any block of text. Free, instant, runs entirely in your browser — no sign-up required.",
  "tags": [
    "word count",
    "character count",
    "text"
  ],
  "category": "text",
  "urls": {
    "page": "https://gizza.ai/tools/word-count/",
    "markdown": "https://gizza.ai/tools/word-count/index.md",
    "descriptor": "https://gizza.ai/tools/word-count/tool.json",
    "deep_link_example": "https://gizza.ai/tools/word-count/?text=Paste%20text%E2%80%A6"
  },
  "cli": "gizza tool word-count \"Paste text…\"",
  "tool": {
    "description": "Count the words, characters, and lines in a block of text.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "text": {
          "description": "The text to analyze.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "type": "object"
    }
  }
}