get_view_data
Retrieve underlying data from a Tableau view by providing its view ID. Optionally set a maximum number of rows to return results as a markdown table.
Instructions
Get the underlying data from a view.
Args: view_id: The ID of the view max_rows: Maximum rows to return (default 100)
Returns: View data in markdown table format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ||
| max_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |