Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

delete_issue_label

Remove a label from an issue in a specified repository on AtomGit by providing the owner, repository name, issue number, and label name.

Instructions

Remove a label from an issue in a repository

Input Schema

NameRequiredDescriptionDefault
issue_numberYesissue编号
nameYes标签名称
ownerYes代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。
repoYes代码仓库名称(该名称不区分大小写)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "description": "issue编号", "type": "number" }, "name": { "description": "标签名称", "type": "string" }, "owner": { "description": "代码仓库的所有者,一般称之为'用户名(username)'。该名称不区分大小写。", "type": "string" }, "repo": { "description": "代码仓库名称(该名称不区分大小写)", "type": "string" } }, "required": [ "owner", "repo", "issue_number", "name" ], "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