Skip to main content
Glama

list_user_packages

Retrieve and filter packages by type, visibility, and pagination for a specified user on the MCP GitHub server to manage and track software dependencies effectively.

Instructions

List packages for a user

Input Schema

NameRequiredDescriptionDefault
package_typeNoThe type of package to filter for
pageNoPage number of the results
per_pageNoResults per page (max 100)
usernameYesUsername
visibilityNoThe visibility to filter for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "package_type": { "description": "The type of package to filter for", "enum": [ "npm", "maven", "rubygems", "docker", "nuget", "container" ], "type": "string" }, "page": { "description": "Page number of the results", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "username": { "description": "Username", "type": "string" }, "visibility": { "description": "The visibility to filter for", "enum": [ "public", "private", "internal" ], "type": "string" } }, "required": [ "username" ], "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