DL
Dayze — Life in Days + Notable People
/get_life_context
Life Context Snapshot
Get a snapshot of the authenticated user's current life context (identity, today/upcoming events, pulse, trackers). Relationships and memories are included by d
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 /get_life_context for me.
Input
| Field | Type | Description |
|---|---|---|
| include_location | boolean | Include city/country label; never returns a precise address default false |
| include_relationships | boolean | Include inner-circle and relationship summaries (default true; set false to omit) default true |
| include_memories | boolean | Include recent memory summaries (default true; set false to omit) default true |
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":"/get_life_context","input":{"include_location":false,"include_relationships":true,"include_memories":true}}'cli
npx cracked-ai run -p mcp-com-dayze-life-context -e /get_life_context -i '{"include_location":false,"include_relationships":true,"include_memories":true}'mcp
run_tool({ provider: "mcp-com-dayze-life-context", endpoint: "/get_life_context", input: {"include_location":false,"include_relationships":true,"include_memories":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.