Skip to main content
Glama

greptile-mcp

get_repository_info

Retrieve status and metadata for indexed repositories on GitHub or GitLab to monitor indexing progress and access repository details.

Instructions

Get information about an indexed repository including status and metadata

Input Schema

NameRequiredDescriptionDefault
branchYesBranch that was indexed
remoteYesRepository host
repositoryYesRepository in owner/repo format

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch that was indexed", "type": "string" }, "remote": { "description": "Repository host", "enum": [ "github", "gitlab" ], "type": "string" }, "repository": { "description": "Repository in owner/repo format", "type": "string" } }, "required": [ "remote", "repository", "branch" ], "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/sosacrazy126/greptile-mcp'

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