get_document_info
Retrieves an overview of a Word document, including paragraph and table counts and brief paragraph summaries, to quickly assess document structure before reading the full content.
Instructions
获取 Word 文档的基本信息概览,包括段落数、表格数、各段落的简要信息。 用于在读取完整内容前快速了解文档结构。
Args: file_path: 文档路径
Returns: JSON 格式的文档概览信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |