You're viewing a demo portfolio

Join the waitlist
PRSM

cypher_record_triage

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cypher-mcp

https://github.com/lonniev/cypher-mcp

2/7 registries
View full server →