How to Browse a Record Label's Catalog with OpenClaw

Use OpenClaw and ToolRouter to browse a record label's full catalog with release data and values.

Tool
Record Collector icon
Record Collector

Explore the full output of a record label, review individual releases, and check collector values across the catalog. Use `label_catalog`, `release_details`, and `price_guide` to map the label's output. OpenClaw is ideal when you want to browse multiple labels with the same schema, compare catalogs, or rerun the analysis as market values shift.

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 label list before starting. Set format, year range, and country filters as needed.
  2. Run `label_catalog`, `release_details`, and `price_guide` through `record-collector` for each label, keeping the schema consistent across catalogs.
  3. Review the batch output, flag releases with missing data, and rerun those individually for completeness.
  4. Use the normalized catalog dataset as a living reference, rerunning periodically to track value changes.

Example Prompt

Try this with OpenClaw using the Record Collector tool
Use record-collector to browse the catalogs of Stax Records and Blue Note. Run label_catalog for each, then release_details and price_guide on the most notable releases. Keep the output schema identical so I can compare both catalogs in one dataset.

Tips

  • Lock the schema before the first label run so cross-label comparisons are immediately useful.
  • Schedule periodic reruns to track how catalog values evolve, especially after reissue announcements.