Skip to main content
Glama
3lehr
by 3lehr

project_commit_ack

Sign and append an acknowledgement for the current staged tree, binding actor, base commit, digest, and reason. Any edit invalidates the signature, preserving verified provenance.

Instructions

Append one signed local acknowledgement for the current staged tree. The acknowledgement binds actor, base commit, staged/untracked digest and reason; edit it again and it becomes invalid. Reason must be non-secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorYes
signatureYes
project_rootYes
acknowledgement_reasonYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It meaningfully discloses that the acknowledgement binds actor, base commit, staged/untracked digest, and reason; that editing invalidates it; and that the reason must be non-secret. It does not mention permissions or return behavior, but the disclosed invalidation and secrecy rules are substantive.

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

Conciseness5/5

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

The description is two compact sentences with the action front-loaded and no redundant phrasing. Every clause adds information: scope, binding semantics, invalidation behavior, and the non-secret constraint.

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

Completeness3/5

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

For a four-required-parameter operation with no annotations and no output schema, the description covers core semantics well. However, it leaves gaps around usage alternatives, explicit parameter mapping, and what a successful call returns, so it is not fully complete.

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 0%, so the description must compensate for the bare parameter names. It directly maps actor and acknowledgement_reason, implies signature via 'signed', and loosely ties project_root to 'current staged tree', but it does not define expected formats or the exact use of project_root and signature in the binding.

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 states a specific action ('Append'), a specific resource ('one signed local acknowledgement'), and a scope ('current staged tree'), so an agent can understand the core operation. It does not explicitly distinguish itself from related commit workflow siblings like project_commit_gate, which keeps it from a 5.

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?

There is no explicit guidance about when to use this tool versus alternatives such as project_commit_gate or project_change. The description implies a context ('current staged tree') and gives one content constraint ('Reason must be non-secret'), but it does not tell the agent when to choose this tool or when to avoid it.

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

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/3lehr/brainlehr'

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