Skip to main content
Glama

Git Workflow Automation MCP Server

by Arcia125

create_pull_request

Automate GitHub pull request creation with proper authentication. Specify title, description, branches, and working directory. Supports dry run for preview.

Instructions

Create a GitHub pull request with proper authentication handling

Input Schema

NameRequiredDescriptionDefault
baseBranchNoBase branch (target)main
bodyYesPull request description
dryRunNoPreview without executing
headBranchNoHead branch (source, defaults to current branch)
titleYesPull request title
workingDirNoWorking directory path

Input Schema (JSON Schema)

{ "properties": { "baseBranch": { "default": "main", "description": "Base branch (target)", "type": "string" }, "body": { "description": "Pull request description", "type": "string" }, "dryRun": { "default": false, "description": "Preview without executing", "type": "boolean" }, "headBranch": { "description": "Head branch (source, defaults to current branch)", "type": "string" }, "title": { "description": "Pull request title", "type": "string" }, "workingDir": { "description": "Working directory path", "type": "string" } }, "required": [ "title", "body" ], "type": "object" }
Install Server

Other Tools from Git Workflow Automation MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arcia125/git-workflow-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server