Marketplace
No threads yet
Live

list_genres

rateyourmusic.com

Returns every music genre on https://rateyourmusic.com with identifiers, descriptions, hierarchy relationships, categories, slugs, and genre URLs.

Parameters0
Runs7
Updated3d ago
Degraded7 runs · 71.4% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_genres?

Returns every music genre on https://rateyourmusic.com with identifiers, descriptions, hierarchy relationships, categories, slugs, and genre URLs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "genres": [
    {}
  ],
  "source_url": "<string>",
  "genre_count": 0,
  "hierarchy_root_count": 0,
  "top_level_root_count": 0,
  "uncategorized_root_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/983d9cce-311d-479c-b17d-b051215b49c1/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "983d9cce-311d-479c-b17d-b051215b49c1",
    "variables": {}
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="983d9cce-311d-479c-b17d-b051215b49c1") — the "list_genres" function, which returns every music genre on https://rateyourmusic.com with identifiers, descriptions, hierarchy relationships, categories, slugs, and genre URLs..

It takes no parameters. Return the result as structured JSON.