get_workbook_thumbnail
Generate thumbnail URLs for Tableau Public visualizations from a workbook repository URL. Auto-resolves the view name and strips numeric suffixes to return the correct thumbnail or static image path.
Instructions
Generates thumbnail URLs for a Tableau Public visualization. Requires the workbook repository URL. The view name is auto-resolved from the workbook's default view if not explicitly provided — this is the recommended usage, since view names frequently differ from workbook names. If workbookName is not provided, the tool automatically removes trailing numeric suffixes (e.g., '_17646104017530') from workbookUrl. Supports two URL formats: thumb path (default) and static path (4_3.png).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewName | Yes | ||
| workbookUrl | Yes | ||
| workbookName | Yes | ||
| useStaticPath | Yes |