Dayze — Life in Days + Notable People
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
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 /update_food for me.

Input

FieldTypeDescription
food_id*stringUUID of a food diary row the authenticated user owns
whatstringFull updated dish/drink text (replaces, does not append). Example: Salmon Bento + hot tea
kindstring (meal | snack | drink)
meal_periodstringSpoken period when consumed_at is omitted, e.g. "late lunch"
consumed_atstringISO 8601 datetime; wins over meal_period
placestringVenue or location. Empty or null clears
merchantstringRestaurant, stall, or shop. Empty or null clears
amountnumberPrice if mentioned
currencystringISO currency, e.g. SGD
witharrayCompanion names, aliases, or ids to add (does not remove existing tags)
people_namesarrayAlias for with
person_idsarrayOwned person UUIDs to tag (user-scoped)
notesstringReplaces notes. Empty or null clears
paid_bystringWho 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.