save_project
Create a new Linear project or update an existing one. Set name, priority, dates, and assign a lead.
Instructions
Create or update a Linear project.
Pass id to update an existing project; omit id (and pass
team_ids) to create a new one. Linear requires at least one team
when creating.
Dates are ISO-8601 strings (YYYY-MM-DD). priority is 0-4
(0=none, 1=urgent, 2=high, 3=medium, 4=low).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| icon | No | ||
| name | No | ||
| color | No | ||
| state | No | ||
| content | No | ||
| lead_id | No | ||
| priority | No | ||
| team_ids | No | ||
| workspace | No | ||
| start_date | No | ||
| description | No | ||
| target_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||