Skip to main content
Glama

get_repo_package

Retrieve a specific package from a GitHub repository by specifying the owner, repo, package type, and package name. Ideal for developers managing dependencies or workflows.

Instructions

Get a package for a repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
package_nameYesThe name of the package
package_typeYesThe type of package
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "package_name": { "description": "The name of the package", "type": "string" }, "package_type": { "description": "The type of package", "enum": [ "npm", "maven", "rubygems", "docker", "nuget", "container" ], "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "package_type", "package_name" ], "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/MissionSquad/mcp-github'

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