GitHub: Create Pull Request
tool-descriptor:github.create-pull-request
ToolDescriptorextensions/tool-descriptors/github-mcp-tools.yaml·Open in Graph → {
"id": "tool-descriptor:github.create-pull-request",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: Create Pull Request",
"description": "Open a new pull request.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo",
"title",
"head",
"base"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"title": {
"type": "string"
},
"head": {
"type": "string"
},
"base": {
"type": "string"
},
"body": {
"type": "string"
},
"draft": {
"type": "boolean"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"number": {
"type": "integer"
},
"url": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.create-pull-request",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.create-pull-request",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}