create_issue_tool
Create a GitHub issue to track tasks or bugs by specifying repository, title, body, and labels.
Instructions
Create a new issue in a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Issue body (Markdown) | |
| repo | Yes | Repository name | |
| owner | No | Repository owner (defaults to GITHUB_DEFAULT_ORG if unset) | |
| title | Yes | Issue title (required, non-empty) | |
| labels | No | Optional list of label names to apply |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||