list_view_sections
List the sections of a Home Assistant sections-type dashboard view. Use the returned section metadata to target card operations with the correct section argument.
Instructions
List the sections of a "sections"-type dashboard view
Modern Home Assistant views of type: sections hold their cards inside
sections (not a top-level card list). Use this to discover which section
to target with the card tools' section argument.
Args:
url_path: Dashboard URL path, or None for the default dashboard.
view: Target view (index, or matching path/title).
Returns: A list of {index, title, heading, card_count}, one per section. Errors if the view is not a sections view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | ||
| url_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |