Skip to main content
Server path: /tableau | Type: Application | PCID required: Yes Workbooks, views, and data sources

Tools

ToolDescription
tableau_get_usersGet users on the Tableau site
tableau_get_workbooksGet workbooks on the Tableau site
tableau_get_workbookGet a specific workbook by ID
tableau_get_datasourcesGet datasources on the Tableau site
tableau_get_projectsGet projects on the Tableau site
tableau_get_viewsGet views (sheets/dashboards) on the Tableau site
tableau_update_workbookUpdate workbook properties
tableau_download_workbookDownload workbook content
tableau_download_datasourceDownload datasource content
tableau_get_workbook_permissionsGet permissions for a workbook
tableau_create_projectCreate a new project on the Tableau site
tableau_query_view_dataQuery data from a view in CSV format

tableau_get_users

Get users on the Tableau site

tableau_get_workbooks

Get workbooks on the Tableau site

tableau_get_workbook

Get a specific workbook by ID Parameters:
ParameterTypeRequiredDefaultDescription
workbookIdstringYesWorkbook ID to retrieve

tableau_get_datasources

Get datasources on the Tableau site

tableau_get_projects

Get projects on the Tableau site

tableau_get_views

Get views (sheets/dashboards) on the Tableau site

tableau_update_workbook

Update workbook properties Parameters:
ParameterTypeRequiredDefaultDescription
workbookIdstringYesWorkbook ID to update
namestringNoNew workbook name
descriptionstringNoNew workbook description
showTabsbooleanNoWhether to show tabs
projectIdstringNoProject ID to move workbook to

tableau_download_workbook

Download workbook content Parameters:
ParameterTypeRequiredDefaultDescription
workbookIdstringYesWorkbook ID to download

tableau_download_datasource

Download datasource content Parameters:
ParameterTypeRequiredDefaultDescription
datasourceIdstringYesDatasource ID to download

tableau_get_workbook_permissions

Get permissions for a workbook Parameters:
ParameterTypeRequiredDefaultDescription
workbookIdstringYesWorkbook ID to get permissions for

tableau_create_project

Create a new project on the Tableau site Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesProject name
descriptionstringNoProject description
contentPermissionsstringNoContent permissions (e.g., ManagedByOwner, LockedToProject)
parentProjectIdstringNoParent project ID

tableau_query_view_data

Query data from a view in CSV format Parameters:
ParameterTypeRequiredDefaultDescription
viewIdstringYesView ID to query data from
formatstringNoData format (e.g., csv)
maxAgenumberNoMaximum age of cached data in seconds