You're viewing a demo portfolio

Join the waitlist
PRSM

list_repo_issues

Active

Tool of github

declared in 0.1.0

List issues for a GitHub repository by owner and repo name; filters pull requests out automatically. Returns issue number, title, state, labels, author, comment count, URL, and timestamps. Defaults to open issues.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "repo": "react",
      "owner": "facebook",
      "state": "open"
    },
    {
      "repo": "kubernetes",
      "owner": "kubernetes",
      "state": "all",
      "per_page": 25
    }
  ],
  "required": [
    "owner",
    "repo"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "owner": {
      "type": "string",
      "description": "Repository owner (user or org)"
    },
    "state": {
      "type": "string",
      "description": "Filter by issue state: open, closed, or all (default: open)"
    },
    "per_page": {
      "type": "number",
      "description": "Number of issues to return (default 10, max 30)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

github

https://github.com/pipeworx-io/mcp-github

1/7 registries
View full server →
list_repo_issues — github — PRSM MCP