Skip to main content
Glama
by elad12390

get_changelog

Retrieve package changelog and release notes to understand version updates, new features, and breaking changes across npm and PyPI registries.

Instructions

Get changelog and release notes for a package.

Input Schema

NameRequiredDescriptionDefault
packageYes
reasoningYes
registryNoauto
max_releasesNo

Input Schema (JSON Schema)

{ "properties": { "max_releases": { "default": 5, "title": "Max Releases", "type": "integer" }, "package": { "title": "Package", "type": "string" }, "reasoning": { "title": "Reasoning", "type": "string" }, "registry": { "default": "auto", "enum": [ "npm", "pypi", "auto" ], "title": "Registry", "type": "string" } }, "required": [ "package", "reasoning" ], "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/elad12390/web-research-assistant'

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