rename-dashboard-tile
Rename a dashboard tile by changing its title property. Use this to update markdown tile names or override chart tile display names.
Instructions
Rename a tile on a dashboard by updating its title property.
This is a convenience tool for the common operation of changing a tile's display name.
When to use:
To change the title of a markdown tile
To override the display name of a chart tile
Quick title updates without modifying other properties
For more complex updates: Use update-dashboard-tile to change multiple properties at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_name | Yes | Name of the dashboard (supports partial matching) | |
| tile_identifier | Yes | Current title of the tile or partial match (e.g., 'active users' will match 'Daily Active Users Chart') | |
| new_title | Yes | New title for the tile |