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

Input

FieldTypeDescription
what*stringWhat they ate or drank (required). Example: Mee Pok
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
merchantstringRestaurant, stall, or shop
amountnumberPrice if mentioned
currencystringISO currency, e.g. SGD
witharrayCompanion names, aliases, ids, or group tokens. "my parents" / Mum / Dad resolve via alias
people_namesarrayAlias for with
person_idsarrayOwned person UUIDs to tag (user-scoped)
notesstring
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":"/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.