get-dashboard-tile-chart-config
Retrieve complete chart configuration for a dashboard tile, including metric query, chart config, and visualization settings for both saved and dashboard-only charts.
Instructions
Get the complete chart configuration for a dashboard tile, including dashboard-only charts.
Dashboard-only charts store their full configuration (metric query, chart config, visualization settings) directly in the dashboard tile structure. This tool extracts that complete configuration.
Returns:
Complete chart configuration including:
metricQuery: The query configuration (dimensions, metrics, filters, sorts)
chartConfig: Visualization configuration (chart type, axes, series)
tableConfig: Table column configuration
pivotConfig: Pivot configuration if applicable
For saved charts: retrieves the chart via the savedChartUuid reference
For dashboard-only charts: extracts from tile's belongsToChart property
When to use:
To get full details of a a chart visible on a dashboard
To understand the configuration of dashboard-only charts
To export or duplicate dashboard-only chart configurations
Before modifying a dashboard tile's chart
Parameters:
dashboard_name: Name of the dashboard (supports partial matching)
tile_identifier: Title of the tile or partial match
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_name | Yes | Name of the dashboard (supports partial matching) | |
| tile_identifier | Yes | Title of the tile or partial match to identify which tile |