How to Explore an Artist's Discography with OpenClaw

Use OpenClaw and ToolRouter to map an artist's full discography with release data and collector values.

Tool
Record Collector icon
Record Collector

Map every release from an artist, review edition details, and check collector values across their full catalog. Use `artist_discography`, `release_details`, and `price_guide` to build the complete picture. OpenClaw is ideal when you want to run the same discography analysis across multiple artists with a stable schema, or when you plan to rerun the analysis as market values change.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the Record Collector tool:

  1. Define your output schema and the artist list before starting. Set format, country, and year filters if needed.
  2. Run `artist_discography`, `release_details`, and `price_guide` through `record-collector` for each artist, keeping the schema consistent.
  3. Review the batch output, flag any releases with incomplete data, and rerun those individually.
  4. Use the normalized discography dataset as a living reference you can update periodically.

Example Prompt

Try this with OpenClaw using the Record Collector tool
Use record-collector to explore the discographies of Alice Coltrane and Pharoah Sanders. Run artist_discography for each, then release_details and price_guide on the original pressings. Keep the output schema identical so I can compare both catalogs side by side.

Tips

  • Lock the schema before the first artist run so cross-artist comparisons are clean from the start.
  • Schedule periodic reruns to track how market values shift over time across both catalogs.