Skip to main content
Glama

get_user_package

Retrieve a specific package for a user by providing the username, package type (e.g., npm, maven), and package name. Ideal for accessing user-specific package details on the MCP server.

Instructions

Get a package for a user

Input Schema

NameRequiredDescriptionDefault
package_nameYesThe name of the package
package_typeYesThe type of package
usernameYesUsername

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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" }, "username": { "description": "Username", "type": "string" } }, "required": [ "username", "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