get_claim_status
Check if a GitHub issue is already being worked on by combining assignee and linked pull request signals, returning a boolean and supporting evidence.
Instructions
Is this issue already being worked on?
Combines two deterministic signals GitHub does not expose as one field: formal assignees, and pull requests linked to the issue. Returns a boolean plus the evidence behind it. (Comment-based "I'll take this" claims are not checked in this version.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | "owner/name" on the allowlist. | |
| number | Yes | the issue number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||