You're viewing a demo portfolio

Join the waitlist
PRSM

linear_create_issue

Active

Tool of Linear

declared in 0.1.0

Create a new issue in Linear with title and optional description. Returns issue ID, key, title, and URL.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "title": "Fix login redirect bug",
      "teamId": "ENG",
      "priority": 1
    },
    {
      "title": "Update documentation",
      "teamId": "DOC",
      "priority": 3,
      "description": "Add API reference section"
    }
  ],
  "required": [
    "title",
    "teamId"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Issue title"
    },
    "teamId": {
      "type": "string",
      "description": "Team ID to create the issue in"
    },
    "priority": {
      "type": "number",
      "description": "Priority level: 0 (none), 1 (urgent), 2 (high), 3 (medium), 4 (low)"
    },
    "description": {
      "type": "string",
      "description": "Issue description (markdown supported)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Linear

https://github.com/pipeworx-io/mcp-linear

1/7 registries
View full server →