Smithery

get_issue

Get details of a specific issue in a GitHub repository.

Remote AndyManastorm/smithery-reference-servers

Other tools also called get_issue? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "issue_number": {
      "type": "number"
    }
  }
}