Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
3
7

create_issue

Facilitate issue creation in AtomGit repositories by specifying owner, repo, title, body, and optional fields like assignees, milestone, and labels for effective project management.

Instructions

Create a new issue in a AtomGit repository

Input Schema

NameRequiredDescriptionDefault
assigneesNo
bodyYesIssue content (in Markdown format)
labelsNo
milestoneNo
ownerYesRepository owner, typically referred to as 'username (owner)'. Case-insensitive.
repoYesRepository name. Case-insensitive.
titleYesIssue title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "body": { "description": "Issue content (in Markdown format)", "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone": { "type": "number" }, "owner": { "description": "Repository owner, typically referred to as 'username (owner)'. Case-insensitive.", "type": "string" }, "repo": { "description": "Repository name. Case-insensitive.", "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "owner", "repo", "title", "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