list_dashboard_backups
List saved backups for a dashboard, with optional URL path, returning backup IDs and file paths.
Instructions
List on-disk backups of a dashboard's config
Backups are written automatically before every dashboard write. NOTE: in Docker, backups persist only if HASS_MCP_BACKUP_DIR is volume-mounted.
Args: url_path: Dashboard URL path, or None for the default dashboard.
Returns: A list of {backup_id, path}, oldest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |