iiRecord
Agentic AI Atlas · GitHub: Create Branch
tool-descriptor:github.create-brancha5c.ai
II.
ToolDescriptor JSON

tool-descriptor:github.create-branch

Structured · live

GitHub: Create Branch json

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

File · extensions/tool-descriptors/github-mcp-tools.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}