Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
github__list_commits
{ "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." }