Save project
save_projectCreate a new project or update an existing one by specifying its name and team. Optionally add a description and attach initiatives.
Instructions
Create (no id) or update (id) a project. Returns only {id, name, url}. Create requires name + team; addInitiatives (names or ids) are attached after create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Project id to UPDATE; omit to create | |
| name | No | Project name (required on create) | |
| team | No | Team name or id (required on create) | |
| description | No | Markdown body | |
| addInitiatives | No | Initiative names or ids to attach |