Skip to main content
Glama

MCP Practice

by Ijongwon

generate_commit_message

Automates the creation of standardized commit messages by analyzing project changes within a specified directory, enhancing codebase documentation and workflow efficiency.

Instructions

Generate standardized commit message

Input Schema

NameRequiredDescriptionDefault
workingDirectoryYesThe absolute path of the project root directory, for example: /Users/yourname/projects/yourproject

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "workingDirectory": { "description": "The absolute path of the project root directory, for example: /Users/yourname/projects/yourproject", "type": "string" } }, "required": [ "workingDirectory" ], "type": "object" }
Install Server

Other Tools from MCP Practice

Related Tools

    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/Ijongwon/mcp-practice'

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