Github Create Issue
github_create_issueCreate a GitHub issue in a specified repository by providing owner, repo, title, and body, with optional labels and milestone.
Instructions
Creates a new issue. The update tools replace the label set as given and never re-add 'mcp'; only the create tools append it, and only when mcp_label is left enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| labels | No | Labels to apply, with the 'mcp' tracking label appended unless mcp_label is False. Omit to leave the issue unlabelled | |
| mcp_label | No | Append the 'mcp' tracking label to labels. Pass False to opt out | |
| milestone | No | Milestone title to file it under. Omit or pass null for no milestone | |
| repo_name | Yes | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| state | Yes | ||
| title | Yes | ||
| author | Yes | ||
| labels | Yes | ||
| number | Yes | ||
| html_url | Yes | ||
| assignees | Yes | ||
| milestone | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |