linear_createProject
Create a new project in Linear. Requires name and team IDs; optionally add description, content, and state.
Instructions
Create a new project in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project | |
| description | No | Short summary of the project | |
| content | No | Content of the project (Markdown supported) | |
| teamIds | Yes | IDs of the teams this project belongs to | |
| state | No | Initial state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled') |