II.
ToolDescriptor JSON
Structured · livetool-descriptor:gitlab.create-issue
GitLab: Create Issue json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}