Smithery

create_branch

Create a new branch in a GitHub repository

Remote AndyManastorm/smithery-reference-servers

Other tools also called create_branch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "owner": {
      "type": "string",
      "description": "Repository owner (username or organization)"
    },
    "branch": {
      "type": "string",
      "description": "Name for the new branch"
    },
    "from_branch": {
      "type": "string",
      "description": "Optional: source branch to create from (defaults to the repository's default branch)"
    }
  }
}