get-dashboard-tiles
Get all tiles from a dashboard, including UUIDs, types, titles, positions, and optional full chart configuration.
Instructions
Get all tiles from a specific dashboard.
Returns a list of all tiles on the dashboard with their:
UUID (unique identifier)
Type (saved_chart, markdown, loom, etc.)
Title or chart name
savedChartUuid (for chart tiles)
Position and size (x, y, h, w)
OPTIONAL: Full chart configuration if include_full_config=true
When to use:
To see what content is on a dashboard before modifying it
To find a tile's UUID for update or delete operations
To understand the layout of a dashboard
To find which charts are used on a dashboard
To get full configuration of dashboard-only charts
Search behavior: Matches dashboard names case-insensitively with partial matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_name | Yes | Name of the dashboard (supports partial matching, e.g., 'Scale' will match 'Scale Dashboard') | |
| include_full_config | No | Optional: If true, includes complete chart configuration for each tile (including dashboard-only charts). Default: false |