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

tool-descriptor:gitlab.create-issue

Structured · live

GitLab: Create Issue json

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

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