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"
    }
  },
  "required": [
    "owner",
    "repo"
  ],
  "description": "Input schema for the github__get_repo tool."
}

Output schema

This tool does not publish an output schema.