Skip to main content
Glama

commit_setup_conventional

Configure commitlint to enforce conventional commits: select a preset, define allowed scopes, and set max length.

Instructions

Set up conventional commit linting with commitlint configuration and rules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetYesCommit convention preset
scopesNoAllowed commit scopes
api_keyNoAPI key for authentication
max_lengthNoMaximum subject line length
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the full disclosure burden. It reveals only that configuration and rules are 'set up', leaving unstated what files are created or modified (e.g., commitlint.config.js), whether existing config is overwritten, whether dependencies are installed, and why an api_key parameter is needed for what appears to be a local linting setup.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler, stating the primary action first. The phrase 'configuration and rules' is somewhat redundant with 'conventional commit linting', and the brevity leaves out substantive guidance, so it earns 4 rather than 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations and no output schema, the description must cover a 4-parameter setup operation on its own, but it omits key context: what artifacts are produced, whether the operation is destructive, prerequisites, and its relationship to the sibling commit_setup_husky. The unexplained api_key parameter is a further completeness gap for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline of 3 applies; each parameter already has its own description in the schema. The tool description adds no parameter-level meaning and, notably, does not explain the unexpected api_key parameter's role in a commitlint setup, which undermines the agent's ability to decide whether it must be supplied.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('set up') with a clear resource ('conventional commit linting') and names the concrete implementation (commitlint), making the function immediately identifiable. It implicitly differentiates from nearby siblings like commit_setup_husky and git_setup_hooks by naming commitlint, though it never explicitly contrasts itself with them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No statement of when to choose this tool over closely related siblings (commit_setup_husky, commit_validate_history, git_setup_hooks). No prerequisites are mentioned (e.g., an existing Node/Git project), and there is no note on whether this tool is a required precursor to commit_setup_husky or how it interacts with git hooks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/barnburner121/claude-plugin-marketplace'

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