set_context
Set the active team and project for a session so subsequent tool calls automatically use these IDs without needing to pass them repeatedly.
Instructions
Set or change the active team and/or project for this session. Use this after init_session when you have multiple teams/projects. Once set, all subsequent tool calls will use these IDs automatically — no need to pass teamId/projectId every time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Team ID to set as active | |
| projectId | No | Project ID to set as active |