Skip to main content
Glama

MCP Memory Server

by keleshteri

add_changelog_entry

Track project changes by adding detailed entries to the changelog, including descriptions, modified files, change type, and impact level, ensuring comprehensive project history management.

Instructions

Add an entry to the project changelog

Input Schema

NameRequiredDescriptionDefault
breakingChangeNoWhether this is a breaking change
descriptionYesDescription of the change
filesChangedYesFiles that were changed
impactNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "breakingChange": { "description": "Whether this is a breaking change", "type": "boolean" }, "description": { "description": "Description of the change", "type": "string" }, "filesChanged": { "description": "Files that were changed", "items": { "type": "string" }, "type": "array" }, "impact": { "enum": [ "major", "minor", "patch" ], "type": "string" }, "type": { "enum": [ "added", "changed", "deprecated", "removed", "fixed", "security" ], "type": "string" } }, "required": [ "description", "filesChanged", "type" ], "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/keleshteri/mcp-memory'

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