DL
Dayze — Life in Days + Notable People
/log_favorite_song
Log Favorite Song (music write)
MUTATES the authenticated user favorite tracks list at /music. Use when they favorite or save a song — do not store this as a chat memory or in music_preference
liveunknown~5s typical
mcpdayze—life
$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-dayze-life-context /log_favorite_song for me.
Input
| Field | Type | Description |
|---|---|---|
| title | string | Track title (required unless track blob parses) |
| artist | string | Artist name (required unless track blob parses) |
| track | string | Optional "Artist - Title (year remaster)" blob |
| year_note | string | Optional year or remaster note |
| remaster_note | string | Alias for year_note |
| source_url | string | Optional https link |
| url | string | Alias for source_url |
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-dayze-life-context","endpoint":"/log_favorite_song","input":{}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /log_favorite_song -i '{}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/log_favorite_song", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.