get_music_url
Retrieve a single song's direct MP3 URL from its detail page on gequbao.net. Input the song's detail URL to get the audio link, title, and duration.
Instructions
✅ Agent 单曲播放地址获取工具
【使用方式】 get_music_url(detail_url: str) -> dict
【返回结构】 { "ok": true, audio:{ "title": "xxx", "url": "https://xxx.mp3", "time_total": "03:00" } }
【失败返回】 { "ok": false, "mp3_url": None, "error_code": "", "error": "" }
【Agent 使用约束】 ✅ 只能在确认目标歌曲后调用 ✅ 每次只调用一首 ❌ 禁止批量调用 ❌ 禁止在搜索阶段调用
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail_url | Yes |