DL
Dayze — Life in Days + Notable People
/log_food
Log Food (diary write)
MUTATES the authenticated user Food Diary and calendar. Use when they ate or drank — do not store this as a chat memory. Example: “I had Mee Pok for late lunch
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_food for me.
Input
| Field | Type | Description |
|---|---|---|
| what* | string | What they ate or drank (required). Example: Mee Pok |
| kind | string (meal | snack | drink) | |
| meal_period | string | Spoken period when consumed_at is omitted, e.g. "late lunch" |
| consumed_at | string | ISO 8601 datetime; wins over meal_period |
| place | string | Venue or location |
| merchant | string | Restaurant, stall, or shop |
| amount | number | Price if mentioned |
| currency | string | ISO currency, e.g. SGD |
| with | array | Companion names, aliases, ids, or group tokens. "my parents" / Mum / Dad resolve via alias |
| people_names | array | Alias for with |
| person_ids | array | Owned person UUIDs to tag (user-scoped) |
| notes | string | |
| paid_by | string | Who paid (name or alias) |
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_food","input":{"what":"..."}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /log_food -i '{"what":"..."}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/log_food", input: {"what":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.