II.
ToolDescriptor JSON
Structured · livetool-descriptor:github.create-branch
GitHub: Create Branch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:github.create-branch",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: Create Branch",
"description": "Create a new branch from a given source branch.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo",
"branch"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"branch": {
"type": "string"
},
"from_branch": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"ref": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.create-branch",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.create-branch",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}