Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

create_pull_request_reply

Generate a reply to a comment on a pull request within AtomGit repositories by specifying owner, repo, pull number, comment ID, and response content.

Instructions

Reply to a comment on a pull request

Input Schema

NameRequiredDescriptionDefault
bodyYes
comment_idYes
ownerYes
pull_numberYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "type": "string" }, "comment_id": { "type": "string" }, "owner": { "type": "string" }, "pull_number": { "type": "number" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "pull_number", "comment_id", "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