Skip to main content
Glama

MCP QQ Music Test Server

by Samge0

search_music

Search for music tracks using keywords, with options to specify page number and result count. Retrieve a list of tracks matching the criteria from the QQ Music database.

Instructions

Search for music tracks

Args: keyword: Search keyword or phrase page: Page number for pagination (default: 1) num: Maximum number of results to return (default: 20)

Returns: List of music tracks matching the search criteria

Input Schema

NameRequiredDescriptionDefault
keywordYes
numNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "keyword": { "title": "Keyword", "type": "string" }, "num": { "default": 20, "title": "Num", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "required": [ "keyword" ], "title": "search_musicArguments", "type": "object" }
Install Server

Other Tools from MCP QQ Music Test Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Samge0/mcp-qqmusic-test-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server