iiRecord
Agentic AI Atlas · Linear: Create Issue
tool-descriptor:linear.create-issuea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:linear.create-issue

Structured · live

Linear: Create Issue json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/linear-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:linear.create-issue",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/linear-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Linear: Create Issue",
    "description": "Create a new Linear issue.",
    "inputSchema": {
      "type": "object",
      "required": [
        "team",
        "title"
      ],
      "properties": {
        "team": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "assignee": {
          "type": "string"
        },
        "labels": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "priority": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "identifier": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:linear.create-issue",
      "to": "tool-server:mcp-linear",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-linear",
      "to": "tool-descriptor:linear.create-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}