get_paragraph_text
Retrieve text from a paragraph by its index in a document. Use this to extract specific content without reading the entire file.
Instructions
Get text from a specific paragraph.
Args: index: Paragraph index (0-based)
Returns: Paragraph text or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |