Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new Linear issue in a team
| Field | Value |
|---|
| Name | linear:create-issue |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"teamId": {
"type": "string",
"description": "Team ID"
},
"title": {
"type": "string",
"description": "Issue title"
},
"description": {
"type": "string",
"description": "Issue description (markdown)"
},
"priority": {
"type": "number",
"description": "Priority (0=none, 1=urgent, 2=high, 3=medium, 4=low)"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"teamId",
"title"
],
"description": "Input schema for the linear:create-issue tool."
}
Output schema
This tool does not publish an output schema.