list_views
Retrieve a list of Tableau views from the server, optionally filtered by workbook, with a configurable limit. Returns markdown formatted output.
Instructions
List views (dashboards/sheets) on the server.
Args: workbook_id: Optional workbook ID to filter views by limit: Maximum number of views to return (default 100)
Returns: Markdown formatted list of views
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |