Astra: search the library
astra_searchSearch your local Astra music library by track, album, artist, or playlist name. Returns opaque refs for play, enqueue, or open actions; requires a non-empty query and returns up to 50 results.
Instructions
Search the user's local Astra music library by name and get back opaque refs. This is the entry point for almost everything: nothing else in this server accepts a title or artist name, only a ref from here. Search is bounded — it needs a non-empty query, returns at most 50 results, has no pagination, and cannot list the whole catalog. Follow up with astra_play, astra_enqueue, or astra_open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text: a track, album, artist, or playlist name. | |
| limit | No | Maximum results, 1-50. Defaults to 20. | |
| types | No | Restrict to these target types. Defaults to all four. |