Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

get_issue_details

Retrieve details of a specific issue in an AtomGit repository by providing the owner, repository name, and issue number. Facilitates efficient issue tracking and management.

Instructions

Get details of a specific issue in a AtomGit repository

Input Schema

NameRequiredDescriptionDefault
issue_numberYesissue 的编号
ownerYes代码仓库的所有者
repoYes代码仓库的名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "description": "issue 的编号", "type": "number" }, "owner": { "description": "代码仓库的所有者", "type": "string" }, "repo": { "description": "代码仓库的名称", "type": "string" } }, "required": [ "owner", "repo", "issue_number" ], "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