Smithery

list_commits

Get list of commits of a branch in a GitHub repository

Remote AndyManastorm/smithery-reference-servers

Other tools also called list_commits? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sha": {
      "type": "string"
    },
    "page": {
      "type": "number"
    },
    "repo": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "perPage": {
      "type": "number"
    }
  }
}