linear_createDocument
Create a new document in Linear with a title and markdown content. Optionally link to a project or initiative, and set icon, color, and sort order.
Instructions
Create a new Linear document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Document title | |
| content | No | Markdown content for the document | |
| icon | No | Icon for the document | |
| color | No | Icon color for the document | |
| projectId | No | Optional project associated with the document | |
| initiativeId | No | Optional initiative associated with the document | |
| lastAppliedTemplateId | No | Optional template last applied to the document | |
| sortOrder | No | Optional sort order in the resources list |