{
"id": "tool-descriptor:github.create-issue",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: Create Issue",
"description": "Create a new issue in a GitHub repository.\n",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo",
"title"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"title": {
"type": "string"
},
"body": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"assignees": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"number": {
"type": "integer"
},
"url": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.create-issue",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-github-mcp-tools-yaml",
"to": "tool-descriptor:github.create-issue",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:github-issues-mcp",
"to": "tool-descriptor:github.create-issue",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}