Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
3
7

delete_issue_label

Remove a specific label from an issue in an AtomGit repository by specifying the owner, repository, issue number, and label name for precise issue management.

Instructions

Remove a label from an issue in a repository

Input Schema

NameRequiredDescriptionDefault
issue_numberYesIssue number
nameYesLabel name
ownerYesRepository owner, typically referred to as 'username'. Case-insensitive.
repoYesRepository name. Case-insensitive.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "description": "Issue number", "type": "number" }, "name": { "description": "Label name", "type": "string" }, "owner": { "description": "Repository owner, typically referred to as 'username'. Case-insensitive.", "type": "string" }, "repo": { "description": "Repository name. Case-insensitive.", "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