Skip to main content
Get the diff for a pull request

Tool details

FieldValue
Namegithub__get_pr_diff
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "Repository owner"
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "pull_number": {
      "type": "number",
      "description": "Pull request number"
    }
  },
  "required": [
    "owner",
    "repo",
    "pull_number"
  ],
  "description": "Input schema for the github__get_pr_diff tool."
}

Output schema

This tool does not publish an output schema.