What can you do with it?
Manage and interact with Tableau Server/Online, including retrieving workbooks, datasources, views, and users, as well as publishing content, managing permissions, and querying data from visualizations.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (get-users, get-workbooks, get-workbook, get-datasources, get-projects, get-views, publish-workbook, publish-datasource, update-workbook, download-workbook, download-datasource, get-permissions, create-project, query-view-data)
workbook-id
- Tableau workbook IDdatasource-id
- Tableau datasource IDproject-id
- Tableau project IDview-id
- Tableau view ID
Tools
Get Users
Retrieve users on the site Parameters:- No additional parameters required
Get Workbooks
Retrieve a list of workbooks on the site Parameters:- No additional parameters required
Get Workbook by ID
Retrieve a specific workbook by its ID Parameters:workbook-id
(required) - The workbook ID to retrieve
Get Datasources
Retrieve a list of datasources on the site Parameters:- No additional parameters required
Get Projects
Retrieve a list of projects on the site Parameters:- No additional parameters required
Get Views
Retrieve views (sheets/dashboards) from workbooks Parameters:- No additional parameters required
Publish Workbook
Publish a workbook to Tableau Server/Online Parameters:workbook-name
(required) - Name for the workbookproject-id
(required) - Target project IDshow-tabs
(optional) - Whether to show tabs
Publish Datasource
Publish a datasource to Tableau Server/Online Parameters:datasource-name
(required) - Name for the datasourceproject-id
(required) - Target project ID
Update Workbook
Update workbook properties Parameters:workbook-id
(required) - The workbook ID to updateworkbook-name
(optional) - New name for the workbookdescription
(optional) - New descriptionshow-tabs
(optional) - Whether to show tabsproject-id
(optional) - New project ID
Download Workbook
Download a workbook file Parameters:workbook-id
(required) - The workbook ID to download
Download Datasource
Download a datasource file Parameters:datasource-id
(required) - The datasource ID to download
Get Workbook Permissions
Get permissions for a workbook Parameters:workbook-id
(required) - The workbook ID to get permissions for
Create Project
Create a new project on the site Parameters:project-name
(required) - Name for the new projectdescription
(optional) - Project descriptioncontent-permissions
(optional) - Content permissions settingparent-project-id
(optional) - Parent project ID
Query View Data
Query data from a view using CSV format Parameters:view-id
(required) - The view ID to query data fromformat
(optional) - Data format (default: csv)max-age
(optional) - Maximum age for cached data