get_paragraph
Retrieve text from any paragraph using its index number for programmatic access.
Instructions
Get text of a specific paragraph.
Args: index: Paragraph index (0-based)
Returns: Paragraph text or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |