cypher_claim_issue
ActiveTool of cypher-mcp
declared in 3.4.2
Mark an issue as actively being worked at the start of an agent's turn.
Parameters schema
{
"type": "object",
"required": [
"activity",
"issue_url",
"repo_name",
"worked_by",
"issue_number"
],
"properties": {
"npub": {
"type": "string",
"default": ""
},
"title": {
"type": "string",
"default": null,
"description": "Issue title (sets it if the node is new; omit to leave as-is)."
},
"activity": {
"type": "string",
"description": "What the agent is doing this turn: 'triaging' | 'fixing' | 'reviewing'."
},
"issue_url": {
"type": "string",
"description": "The issue's actual GitHub URL (gh issue view <n> --json url). Required: an Issue node is never created without its URL."
},
"repo_name": {
"type": "string",
"description": "Repository name."
},
"worked_by": {
"type": "string",
"description": "The agent role picking it up: 'porter' | 'journeyman' | 'qa'."
},
"dpop_token": {
"type": "string",
"default": ""
},
"issue_number": {
"type": "integer",
"description": "GitHub issue number."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries