context_resolve
Resolve the current active OS context — project, teams, and members — to automatically populate parameters for further operations.
Instructions
Get the current active OS context — active project, active teams, member list.
This is the infrastructure for all simplified operations. A single call returns the complete context of the current working environment, allowing Leader or other tools to auto-fill parameters like project_id, team_id, etc.
teams lists EVERY active team of the current project (a project routinely
has several at once: the session container team plus one per Workflow run).
team keeps the singular shape for backwards compatibility and holds the
primary team picked by the same 3-tier priority as team_id auto-resolution
(session container > plain project team > newest).
Returns: Context dict containing project / team / teams / agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||