github_create_issue
Create a GitHub issue in any repo with title, body, labels, and assignees. Use it to report bugs, request features, or track work without leaving your MCP workflow.
Instructions
Create an issue in a repo.
Args: repo (required): owner/repo format. title (required): body: Issue body markdown. labels: Labels to apply. assignees: Usernames to assign. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| repo | No | ||
| title | No | ||
| effect | No | ||
| labels | No | ||
| assignees | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |