analyze_readability
Calculate readability metrics for web content to assess text complexity and improve comprehension using Flesch, Gunning-Fog, Coleman-Liau, and ARI scoring systems.
Instructions
Analyze text readability using various metrics
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze readability for | |
| metrics | No | Readability metrics to calculate (default: all) | |
| useCache | No | Whether to use cached content if available (default: true) |