Get GoalSlot account context
goalslot_get_contextRetrieve essential session context—user, plan usage, category values, labels, timezone, current date, weekly window, and active timer—before using any other goal tool. Read-only and safe to call repeatedly.
Instructions
READ ONLY. Call this first, before any other GoalSlot tool, in every session. It returns the facts the other tools require and that you must not guess: the signed-in user, the plan limits and how much of each is already used, the category VALUE strings that create_goal and manage_schedule_block require, the labels, the timezone, today's date in that timezone, the current Monday-first week window, and any timer already running. Do not assume today's date from your own sense of time, and do not invent a category value. Both come from here. Cheap and side-effect free. Call it again after a long conversation rather than relying on a stale copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||