GitHub MCP Server

list_commits

Retrieve a detailed list of commits from a specific branch in a GitHub repository to track changes, analyze history, or integrate with workflows. Input owner and repo to begin.

Instructions

Get list of commits of a branch in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYes
pageNo
perPageNo
repoYes
shaNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "type": "string" }, "page": { "type": "number" }, "perPage": { "type": "number" }, "repo": { "type": "string" }, "sha": { "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server

Related Tools

ID: 782x50kvuh