Skip to main content
Glama

Multi-MCPs

by TaylorChen

get_repository_info

Retrieve detailed GitHub repository information using owner and repository name. Integrated into Multi-MCPs, it streamlines access to repository data alongside other popular APIs in a unified interface.

Instructions

Get GitHub repository details

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