get_word_count
Retrieve the word count of the currently open Word document to track progress or meet length requirements.
Instructions
Return the word count of the open document body.
Returns: {"word_count": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |