cypher_record_triage
ActiveTool of cypher-mcp
declared in 3.4.2
Record the Porter's triage of a GitHub issue.
Parameters schema
{
"type": "object",
"required": [
"title",
"repo_url",
"issue_url",
"repo_name",
"disposition",
"issue_number",
"classification"
],
"properties": {
"npub": {
"type": "string",
"default": ""
},
"title": {
"type": "string",
"description": "Issue title."
},
"repo_url": {
"type": "string",
"description": "The repository's actual GitHub URL (gh repo view --json url)."
},
"issue_url": {
"type": "string",
"description": "The issue's actual GitHub URL (gh issue view <n> --json url)."
},
"repo_name": {
"type": "string",
"description": "Repository name."
},
"dpop_token": {
"type": "string",
"default": ""
},
"disposition": {
"type": "string",
"description": "Routing disposition, e.g. 'agent/fix', 'rejected', 'blocked/upstream'."
},
"issue_number": {
"type": "integer",
"description": "GitHub issue number."
},
"classification": {
"type": "string",
"description": "type/* classification, e.g. 'bug'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries