D
diggercamp
/generate_playlist
generate playlist
Generate and SAVE a playlist to the user's diggercamp account. It starts from a seed track and develops the set from there (energy and genre flow), optional
liveverifiedunknown~5s typical
mcpprobeddiggercamp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-diggercamp-music-similarity /generate_playlist for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | |
| n | integer | default 15 |
| end_url | string | default "" |
| vibe | string ( | warm_up | afterhours | yoga | focus | sunset) | default "" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-diggercamp-music-similarity","endpoint":"/generate_playlist","input":{"url":"...","n":15,"end_url":"","vibe":""}}'cli
npx cracked-ai run -p mcp-com-diggercamp-music-similarity -e /generate_playlist -i '{"url":"...","n":15,"end_url":"","vibe":""}'mcp
run_tool({ provider: "mcp-com-diggercamp-music-similarity", endpoint: "/generate_playlist", input: {"url":"...","n":15,"end_url":"","vibe":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.