Search Apple Music Catalog
am_search_songsSearch the Apple Music catalog for songs, albums, or artists and retrieve stable catalog IDs for playlist building and exploration. Ideal for quick lookups before using resolve candidates for larger pools.
Instructions
Search the Apple Music catalog for a small exploratory lookup and return stable catalog IDs. For an LLM-proposed playlist-sized pool, use am_resolve_candidates instead. / 中文:在 Apple Music catalog 搜索歌曲/专辑/艺人,返回可用于建歌单的歌曲 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | 搜索词,例如 '晴天 周杰伦' 或 'Bohemian Rhapsody' | |
| limit | No | 返回条数,默认 5 | |
| types | No | songs / albums / artists,默认 songs | |
| storefront | No | 地区代码(如 us / jp / cn)。不给则用配置里记住的账号地区,再兜底 us |