Skip to content

Commit c20b77c

Browse files
committed
docs(search_discogs): clarify tip line for master vs release results
Master IDs don't work with get_release. The old tip was misleading. New tip explains the master→release→get_release workflow.
1 parent c00b991 commit c20b77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/searchDiscogsFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ export function formatSearchDiscogsResults(
3939

4040
const lines = response.results.map((r) => formatLine(r, isOwned(r, ownedMasterIds, ownedReleaseIds)))
4141
const header = `Found ${response.pagination.items} results for "${query}" (showing ${response.results.length}, type: ${type}):`
42-
const tip = `\n**Tip:** Use the ID with the get_release tool for full details (works on release IDs). For master IDs, use Discogs directly. Use add_to_collection to add a release to your collection.`
42+
const tip = `\n**Tip:** For [release] results, pass the ID directly to get_release for full details. For [master] results, run search_discogs again with \`type: release\` to find specific pressings first, then use get_release. Use add_to_collection to add a release to your collection.`
4343
return `${header}\n\n${lines.join('\n\n')}${tip}`
4444
}

0 commit comments

Comments
 (0)