Skip to main content
Get list of user’s repositories

Tool details

FieldValue
Namegithub__list_repos
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type: all, owner, public, private, member"
    },
    "sort": {
      "type": "string",
      "description": "Sort: created, updated, pushed, full_name"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page (max 100)"
    },
    "page": {
      "type": "number",
      "description": "Page number for pagination"
    }
  },
  "description": "Input schema for the github__list_repos tool."
}

Output schema

This tool does not publish an output schema.