Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

create_pull_request_comment

Add comments to pull requests on AtomGit repositories to facilitate collaboration and provide feedback during code reviews.

Instructions

Create a comment on a pull request

Input Schema

NameRequiredDescriptionDefault
bodyYes
pull_numberYes
repoYes
repoOwnerYes

Input Schema (JSON Schema)

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