WebMCP Registry

linear_change_priority

verifiedv0.1

Change the selected issue's priority. Simulated demo; registered by the /linear page.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "priority"
  ],
  "properties": {
    "priority": {
      "enum": [
        "none",
        "urgent",
        "high",
        "medium",
        "low"
      ],
      "type": "string",
      "description": "Priority level"
    }
  }
}

Full Contract

{
  "name": "linear_change_priority",
  "description": "Change the selected issue's priority. Simulated demo; registered by the /linear page.",
  "inputSchema": {
    "type": "object",
    "required": [
      "priority"
    ],
    "properties": {
      "priority": {
        "enum": [
          "none",
          "urgent",
          "high",
          "medium",
          "low"
        ],
        "type": "string",
        "description": "Priority level"
      }
    }
  }
}

GET /api/tool/agentk.stacktr.ee/linear_change_priority