set_active_project
Set a project as active to omit its ID in subsequent tools, such as generate_handoff. Use clear to revert.
Instructions
Set the active project so later tools can omit project_id (a convenience for a multi-step session on one project). Set it once from a list_projects id, then call generate_handoff / list_events / etc. without repeating project_id. Not required if you always pass project_id explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the active project. Generation then requires an explicit project_id again. | |
| project_id | No | Project id (from list_projects) to set as active. Omit, or set clear, to unset it. |