Analyze text
analyze_textCompute exact statistics for a block of text: character count, word count, line count, sentence count (approximate), and SHA-256 hash. Use when exact counts or checksums matter.
Instructions
Compute exact statistics for a block of text: character count, word count, line count, sentence count (approximate), and a SHA-256 hash. Useful whenever an exact count or checksum matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyze. |