Astra: show a target in the app
astra_openBring the Astra window to the front and navigate to a track, album, artist, or playlist using an opaque reference from astra_search. The view changes only; playback does not start.
Instructions
Bring the Astra window to the front and navigate to a track, album, artist, or playlist. This only changes what the user is looking at — it does not start playback. Takes an opaque ref from astra_search. Refs are opaque signed strings from astra_search (or from the current track / queue). Pass them through verbatim — never parse, edit, or invent one. A ref can go stale and return 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetRef | Yes | An opaque AstraRef from astra_search. Refs are opaque signed strings from astra_search (or from the current track / queue). Pass them through verbatim — never parse, edit, or invent one. A ref can go stale and return 404. |