工具 API
save_ project
创建或更新Linear项目。如果提供`id`,则更新现有项目;否则创建新项目。创建时需要`name`和至少一个团队(通过`addTeams`或`setTeams`)。
调用信息
- 工具标识
- linear.save_project
- 服务提供方
- Linear
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
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