Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

validate_commit_message

Checks commit messages against plugin-specific rules to ensure compliance, returning validation results and details for accuracy.

Instructions

Validate an existing commit message against the current plugin's rules.

Args: message: The commit message to validate

Returns: Dict containing validation result and details

Input Schema

NameRequiredDescriptionDefault
messageYes

Input Schema (JSON Schema)

{ "properties": { "message": { "title": "Message", "type": "string" } }, "required": [ "message" ], "title": "validate_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