Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
3
7

assign_issue

Assign users to specific issues in AtomGit repositories by specifying the repository owner, repository name, issue number, and assignee list for efficient task management.

Instructions

Assign users to an issue in a AtomGit repository

Input Schema

NameRequiredDescriptionDefault
assigneeYesList of assignees to be assigned
issue_numberYesIssue number
ownerYesRepository owner
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "description": "List of assignees to be assigned", "type": "string" }, "issue_number": { "description": "Issue number", "type": "number" }, "owner": { "description": "Repository owner", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "issue_number", "assignee" ], "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