Skip to main content
Glama

Multi-MCPs

by TaylorChen

list_commits

Retrieve recent commits for a GitHub repository by specifying the owner and repo details. Part of the Multi-MCPs server, which integrates multiple APIs for streamlined access to various web services.

Instructions

List recent commits for a repository

Input Schema

NameRequiredDescriptionDefault
ownerYes
repoYes

Input Schema (JSON Schema)

{ "properties": { "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TaylorChen/muti-mcps'

If you have feedback or need assistance with the MCP directory API, please join our Discord server