get_table_data
Retrieve all data from a specified table in a document as plain text. Provide the table index to get the table contents.
Instructions
Get all data from a table as text.
Args: table_index: Index of the table
Returns: Table data or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |