Get Word Document Info
office_read_wordRetrieve basic file information from a Word document: name, size, and path.
Instructions
Get basic information about a Word (.docx) file.
Args:
filePath (string): Path to the Word document
Returns basic file info (name, size, path).
Examples:
Use when: "Check if the Word document exists and how large it is"
Use when: "Get info about the report.docx file"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Word document |