Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

create_pull_request

Initiate a pull request in a specified repository using the AtomGit MCP Server. Define title, body, head, and base branches to propose and review code changes effectively.

Instructions

Create a new pull request in a repository

Input Schema

NameRequiredDescriptionDefault
bodyYes
ownerYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "additionalProperties": false, "properties": { "base": { "type": "string" }, "body": { "type": "string" }, "draft": { "default": false, "type": "boolean" }, "head": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "body", "head", "base" ], "type": "object" }, "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "body" ], "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/kaiyuanxiaobing/atomgit-mcp-server'

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