Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_music | 搜索音乐,支持按歌曲名、艺术家、专辑搜索 |
| get_song_info | 获取歌曲详细信息 |
| create_playlist | 创建新的播放列表 |
| add_to_playlist | 将歌曲添加到播放列表 |
| get_playlist | 获取播放列表信息 |
| list_playlists | 列出所有播放列表 |
| get_recommendations | 根据用户喜好获取音乐推荐 |