Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

create_commit_message

Generate structured and validated commit messages from provided answers using the Commit Helper MCP server. Simplify commit creation by transforming user inputs into ready-to-use messages.

Instructions

Generate a commit message from a complete answers dictionary.

Args: answers_dict: Dictionary containing all answers to commit questions

Returns: Dict containing the generated message and validation status

Input Schema

NameRequiredDescriptionDefault
answers_dictYes

Input Schema (JSON Schema)

{ "properties": { "answers_dict": { "additionalProperties": true, "title": "Answers Dict", "type": "object" } }, "required": [ "answers_dict" ], "title": "create_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