download_view_image
Download a Tableau view as an image and save it to a specified directory. Provide the view ID and optionally set the output path and filename.
Instructions
Download a view's image and save it to disk.
Args: view_id: The ID of the view to download output_dir: Directory to save the image (default: current directory) filename: Optional custom filename without extension (default: view name)
Returns: Success message with file path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ||
| output_dir | No | ||
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |