Skip to main content
List issues for a repository

Tool details

FieldValue
Namegithub:list-issues
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "Repository owner"
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "states": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "One state item supplied to the tool."
      },
      "description": "Issue states to include (e.g. OPEN, CLOSED)"
    },
    "first": {
      "type": "number",
      "description": "Results per page"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "owner",
    "repo"
  ],
  "description": "Input schema for the github:list-issues tool."
}

Output schema

This tool does not publish an output schema.