Skip to main content
Glama

Commit Helper MCP

by jolfr
  • Apple

validate_commit_message

Check commit message compliance with plugin rules to ensure consistency and alignment with project standards. Provides validation results and details for review.

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

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