TOOL API
save_ project
Create or update a Linear project. If `id` is provided, updates the existing project; otherwise creates a new one. When creating, `name` and at least one team (via `addTeams` or `setTeams`) are required.
Call information
- Tool slug
- linear.save_project
- Provider
- Linear
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
idProject ID. If provided, updates the existing project
nameProject name (required when creating)
iconIcon emoji (e.g., :eagle:)
colorHex color
summaryShort summary (max 255 chars)
descriptionContent as Markdown. Do not escape the string โ use literal newlines and special characters, not escape sequences
stateProject state
startDateStart date (ISO format)
targetDateTarget date (ISO format)
priority0=None, 1=Urgent, 2=High, 3=Medium, 4=Low
addTeamsTeam name or ID to add
removeTeamsTeam name or ID to remove
setTeamsReplace all teams with these. Cannot combine with addTeams/removeTeams
labelsLabel names or IDs
leadUser ID, name, email, or "me". Null to remove
addInitiativesInitiative names/IDs to add
removeInitiativesInitiative names/IDs to remove
setInitiativesReplace all initiatives with these. Cannot combine with addInitiatives/removeInitiatives