inspect_document
Retrieve detailed content from a Word document including outline, paragraphs, tables, images, styles, and a snapshot etag for drift detection. Control payload size with pagination and fidelity settings.
Instructions
Inspect a Word document by (connectionId, documentId). Returns outline, paragraphs (with their in table containment), content controls, nodes (tables/images/docProperties/revisions - paths for table-row and image operations come from here), styles, and a snapshot etag for drift detection. Use paragraphOffset/paragraphLimit to page; fidelity='outline'|'structure'|'content' to control payload size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fidelity | Yes | content | |
| documentId | Yes | ||
| connectionId | Yes | ||
| paragraphLimit | Yes | ||
| paragraphOffset | Yes |