Skip to main content
Glama

PyGithub MCP Server

by AstroMined

remove_issue_label

Remove a specific label from a GitHub issue by providing the repository owner, repository name, issue number, and label name. Ensures accurate label management for streamlined issue tracking.

Instructions

Remove a label from an issue.

Args: params: Parameters for removing a label including: - owner: Repository owner (user or organization) - repo: Repository name - issue_number: Issue number - label: Label to remove Returns: Empty response on success or error if label doesn't exist

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "RemoveIssueLabelParams": { "description": "Parameters for removing a label from an issue.", "properties": { "issue_number": { "description": "Issue number", "title": "Issue Number", "type": "integer" }, "label": { "description": "Label to remove", "title": "Label", "type": "string" }, "owner": { "description": "Repository owner (username or organization)", "title": "Owner", "type": "string" }, "repo": { "description": "Repository name", "title": "Repo", "type": "string" } }, "required": [ "owner", "repo", "issue_number", "label" ], "title": "RemoveIssueLabelParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/RemoveIssueLabelParams" } }, "required": [ "params" ], "title": "remove_issue_labelArguments", "type": "object" }
Install Server

Other Tools from PyGithub MCP Server

Related Tools

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/AstroMined/pygithub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server