get_reading_time
Estimates reading time for the open document by calculating word count and applying a customizable reading speed. Returns duration in minutes and seconds.
Instructions
Estimate reading time for the open document.
Args: words_per_minute: Assumed reading speed (default 200 wpm).
Returns: {"word_count": int, "words_per_minute": int, "minutes": float, "seconds": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| words_per_minute | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |