DL
Dayze — Life in Days + Notable People
/update_food
Update Food (diary patch)
MUTATES one existing Food Diary row the authenticated user owns. Required: food_id (UUID). Optional patch (same fields as log_food): what, kind, place, merchant
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 /update_food for me.
Input
| Field | Type | Description |
|---|---|---|
| food_id* | string | UUID of a food diary row the authenticated user owns |
| what | string | Full updated dish/drink text (replaces, does not append). Example: Salmon Bento + hot tea |
| 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. Empty or null clears |
| merchant | string | Restaurant, stall, or shop. Empty or null clears |
| amount | number | Price if mentioned |
| currency | string | ISO currency, e.g. SGD |
| with | array | Companion names, aliases, or ids to add (does not remove existing tags) |
| people_names | array | Alias for with |
| person_ids | array | Owned person UUIDs to tag (user-scoped) |
| notes | string | Replaces notes. Empty or null clears |
| 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":"/update_food","input":{"food_id":"..."}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /update_food -i '{"food_id":"..."}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/update_food", input: {"food_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.