Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List commits for a repository, branch, or file path
| Field | Value |
|---|---|
| Name | github__list_commits |
| Group | Integrations |
{
"type": "object",
"properties": {
"owner": {
"type": "string",
"description": "Repository owner"
},
"repo": {
"type": "string",
"description": "Repository name"
},
"sha": {
"type": "string",
"description": "SHA or branch name to list commits from"
},
"path": {
"type": "string",
"description": "Only include commits touching this file path"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"page": {
"type": "number",
"description": "Page number for pagination"
}
},
"required": [
"owner",
"repo"
],
"description": "Input schema for the github__list_commits tool."
}