text_stats
Count characters, words, lines, and sentences in a text string to analyze its size and structure.
Instructions
Count characters, words, lines, and sentences in a text string. Returns a JSON object. Use when you need to analyse or report on the size and structure of a body of text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyse. |