Dayze — Life in Days + Notable People
DL
Dayze — Life in Days + Notable People
/update_person

Update Person (CRM write)

MUTATES the authenticated user CRM. Patch one existing person they own (person_id UUID required). Optional fields: is_favorite, tier (vip|normal|low), relations

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_person for me.

Input

FieldTypeDescription
person_id*stringUUID of a person the authenticated user owns
is_favoritebooleanFavorite flag. Favorites (and VIP) appear in get_context_pack inner_circle
tierstring (vip | normal | low)Relationship priority. VIP stays in inner_circle even when not favorited
relationshipstringRelationship label (friend, sister, …). Empty or null clears
notesstringReplaces people.notes (does not append). Empty or null clears
birthdaystringYYYY, YYYY-MM, or YYYY-MM-DD. Null/empty clears

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_person","input":{"person_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /update_person -i '{"person_id":"..."}'
mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/update_person", input: {"person_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.