Skip to main content
Glama

GitHub Enterprise MCP Server

create-pull-request

Automate pull request creation on GitHub Enterprise by specifying repository details, branch names, title, and description for efficient code merging and collaboration.

Input Schema

NameRequiredDescriptionDefault
baseYesBase branch (e.g., 'main')
bodyNoPull request description
draftNoCreate as draft PR
headYesHead branch (e.g., 'username:feature' or just 'feature' for same repo)
ownerYesRepository owner (user or organization)
repoYesRepository name
titleYesPull request title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "base": { "description": "Base branch (e.g., 'main')", "type": "string" }, "body": { "description": "Pull request description", "type": "string" }, "draft": { "default": false, "description": "Create as draft PR", "type": "boolean" }, "head": { "description": "Head branch (e.g., 'username:feature' or just 'feature' for same repo)", "type": "string" }, "owner": { "description": "Repository owner (user or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "title": { "description": "Pull request title", "type": "string" } }, "required": [ "owner", "repo", "title", "head", "base" ], "type": "object" }

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/ddukbg/github-enterprise-mcp'

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