AtomGit MCP Server

Mulan Permissive Software License, Version 2
0

get_pull_request_details

Retrieve detailed information about a specific pull request on AtomGit by providing the repository owner, repository name, and pull request number.

Instructions

Get details of a specific pull request

Input Schema

NameRequiredDescriptionDefault
ownerYes
pull_numberYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "pull_number": { "type": "number" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "pull_number" ], "type": "object" }
ID: oymm0hus7s