iiRecord
Agentic AI Atlas · GitHub: Update Issue
tool-descriptor:github.update-issuea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:github.update-issue

Structured · live

GitHub: Update Issue json

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

File · extensions/tool-descriptors/github-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:github.update-issue",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "GitHub: Update Issue",
    "description": "Update title, body, state, labels, or assignees on an issue.",
    "inputSchema": {
      "type": "object",
      "required": [
        "owner",
        "repo",
        "issue_number"
      ],
      "properties": {
        "owner": {
          "type": "string"
        },
        "repo": {
          "type": "string"
        },
        "issue_number": {
          "type": "integer"
        },
        "title": {
          "type": "string"
        },
        "body": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "labels": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "issue": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:github.update-issue",
      "to": "tool-server:mcp-github",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-github",
      "to": "tool-descriptor:github.update-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:github-issues-mcp",
      "to": "tool-descriptor:github.update-issue",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}