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

tool-descriptor:jira.create-issue

Structured · live

Jira: Create Issue json

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

File · extensions/tool-descriptors/jira-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:jira.create-issue",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/jira-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Jira: Create Issue",
    "description": "Create a new Jira issue in a project.",
    "inputSchema": {
      "type": "object",
      "required": [
        "project_key",
        "summary",
        "issue_type"
      ],
      "properties": {
        "project_key": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "issue_type": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "assignee": {
          "type": "string"
        },
        "labels": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "issue_key": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:jira.create-issue",
      "to": "tool-server:mcp-jira",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-jira",
      "to": "tool-descriptor:jira.create-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}