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
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_person for me.
Input
| Field | Type | Description |
|---|---|---|
| person_id* | string | UUID of a person the authenticated user owns |
| is_favorite | boolean | Favorite flag. Favorites (and VIP) appear in get_context_pack inner_circle |
| tier | string (vip | normal | low) | Relationship priority. VIP stays in inner_circle even when not favorited |
| relationship | string | Relationship label (friend, sister, …). Empty or null clears |
| notes | string | Replaces people.notes (does not append). Empty or null clears |
| birthday | string | YYYY, 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.