Skip to main content
Get details of a specific repository

Tool details

FieldValue
Namegithub:get-repo
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "Repository owner"
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "owner",
    "repo"
  ],
  "description": "Input schema for the github:get-repo tool."
}

Output schema

This tool does not publish an output schema.