create_repo_issue
Create a repository issue on Tangled by specifying the owner/repo, title, and optional body or labels. Returns a clickable URL and issue ID.
Instructions
create an issue on a repository
Args: repo: repository identifier in 'owner/repo' format title: issue title body: optional issue body/description labels: optional list of label names to apply
Returns: CreateIssueResult with url (clickable link) and issue_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') | |
| title | Yes | issue title | |
| body | No | ||
| labels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | construct clickable tangled.org URL |