git_branch_list
List all branches in a GitHub repository by providing the repository path. This tool simplifies branch management for AI assistants accessing project documentation via GitMCP.
Instructions
List all branches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Repository path |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Repository path",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}