Get Workspace Context
get_contextGet a snapshot of the current workspace: user info, task counts, recent tasks, and active projects. Use it to resolve a name or answer what is in the workspace, not as a warm-up before every turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| timezone | No | IANA timezone used to resolve "today" for views and scheduling (e.g. Australia/Melbourne). Defaults to UTC, which misclassifies Today/Upcoming for users in other timezones, so always pass the user's timezone when known. | |
| workspace | No | Workspace id, slug, or name | |
| tasks_limit | No | Max recent open tasks to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teams | Yes | ||
| today | Yes | Today's date (YYYY-MM-DD) in the requested timezone (UTC when none given) | |
| labels | Yes | ||
| members | Yes | ||
| taskCounts | Yes | ||
| viewCounts | Yes | ||
| recentTasks | Yes | ||
| activeProjects | Yes |