iiRecord
Agentic AI Atlas · Jira: Add Comment
tool-descriptor:jira.add-commenta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:jira.add-comment

Structured · live

Jira: Add Comment 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.add-comment",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/jira-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Jira: Add Comment",
    "description": "Add a comment to a Jira issue.",
    "inputSchema": {
      "type": "object",
      "required": [
        "issue_key",
        "body"
      ],
      "properties": {
        "issue_key": {
          "type": "string"
        },
        "body": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "comment_id": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:jira.add-comment",
      "to": "tool-server:mcp-jira",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-jira",
      "to": "tool-descriptor:jira.add-comment",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}