Dayze — Life in Days + Notable People
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
mcpdayzelife
$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

FieldTypeDescription
titlestringTrack title (required unless track blob parses)
artiststringArtist name (required unless track blob parses)
trackstringOptional "Artist - Title (year remaster)" blob
year_notestringOptional year or remaster note
remaster_notestringAlias for year_note
source_urlstringOptional https link
urlstringAlias 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.