Skip to main content
Get pull requests for a repository

Tool details

FieldValue
Namegithub__list_prs
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "Repository owner"
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "state": {
      "type": "string",
      "description": "State: open, closed, all"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page"
    },
    "page": {
      "type": "number",
      "description": "Page number for pagination"
    }
  },
  "required": [
    "owner",
    "repo"
  ],
  "description": "Input schema for the github__list_prs tool."
}

Output schema

This tool does not publish an output schema.