Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

generate_commit_message

Generate and validate conventional commit messages using specified parameters like type, subject, scope, and more. Supports detailed descriptions, issue references, and optional git previews.

Instructions

Generate a commit message with validation using provided parameters.

Args: type: The commit type (e.g., 'feat', 'fix', 'docs') subject: The commit subject/description body: Optional commit body with detailed description scope: Optional scope of the change breaking: Whether this is a breaking change footer: Optional footer (e.g., issue references) include_git_preview: Whether to include git preview in response

Returns: Dict containing the generated message and validation status

Input Schema

NameRequiredDescriptionDefault
bodyNo
breakingNo
footerNo
include_git_previewNo
scopeNo
subjectYes
typeYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "breaking": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Breaking" }, "footer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Footer" }, "include_git_preview": { "default": false, "title": "Include Git Preview", "type": "boolean" }, "scope": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Scope" }, "subject": { "title": "Subject", "type": "string" }, "type": { "title": "Type", "type": "string" } }, "required": [ "type", "subject" ], "title": "generate_commit_messageArguments", "type": "object" }
Install Server

Other Tools from Commit Helper MCP

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/jolfr/commit-helper-mcp'

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