get_table_content
Retrieve all content from a specific table in a document using its index. Returns formatted text for easy extraction.
Instructions
Get all content from a specific table.
Args: table_index: Table index (0-based)
Returns: Table content as formatted text or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |