get_paragraph
Extract text and formatting from a specific paragraph in a Word document using its paragraph ID. Retrieve content and style information for document analysis or editing.
Instructions
Get the full text and style of a specific paragraph by its paraId.
Args: para_id: The 8-character hex paraId (e.g., "1A2B3C4D").
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes |