Skip to main content
Glama

GitHub PR Issue Analyser

by saidsef

update_github_issue

Modify GitHub issues by updating the title, body, labels, and state. Specify repository details, issue number, and new content to streamline issue management through automated updates.

Instructions

Updates a GitHub issue with the specified parameters. Args: repo_owner (str): The owner of the GitHub repository. repo_name (str): The name of the GitHub repository. issue_number (int): The number of the issue to update. title (str): The new title for the issue. body (str): The new body content for the issue. labels (list[str]): A list of labels to assign to the issue. state (str): The state to set for the issue (e.g., 'open', 'closed'). Returns: str: A message indicating whether the issue was updated successfully or an error occurred. Error Handling: Logs and returns an error message if an exception occurs during the update process.

Input Schema

NameRequiredDescriptionDefault
bodyYes
issue_numberYes
labelsYes
repo_nameYes
repo_ownerYes
stateYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "issue_number": { "title": "Issue Number", "type": "integer" }, "labels": { "items": { "type": "string" }, "title": "Labels", "type": "array" }, "repo_name": { "title": "Repo Name", "type": "string" }, "repo_owner": { "title": "Repo Owner", "type": "string" }, "state": { "title": "State", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "repo_owner", "repo_name", "issue_number", "title", "body", "labels", "state" ], "title": "update_github_issueArguments", "type": "object" }
Install Server

Other Tools from GitHub PR Issue Analyser

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/saidsef/mcp-github-pr-issue-analyser'

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