You're viewing a demo portfolio

Join the waitlist
PRSM

get_issue_status

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

Look up one GitHub issue or PR by repo + number. Canton/Daml/Splice repos only.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "repo",
    "number"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repo, e.g. \"canton-foundation/canton-dev-fund\" or shorthand \"canton-dev-fund\"."
    },
    "number": {
      "type": "integer",
      "maximum": 9007199254740991,
      "minimum": -9007199254740991,
      "description": "Issue or PR number."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →
get_issue_status — io.github.UnityNodes/canton-ccpedia — PRSM MCP