get_issue_status
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries