Skip to main content
Glama

MCP Practice

by Ijongwon

generate_commit_message

Create standardized commit messages for projects by specifying the root directory path, ensuring consistent and clear version control practices using MCP Practice.

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" }

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