Skip to main content
Glama

commit

Commit to a deliverable BEFORE handover. commit_hash = sha256(salt || sha256(content)) as 64 hex chars; deadline is ISO-8601; context links the escrow/job. Idempotent per (committer, nonce).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nonceYes
contextNo
deadlineYes
committerYes
commit_hashYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.5/5.0
Behavior2/5

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

No annotations provided, so description must carry full burden. Discloses idempotency and commit_hash construction, but does not mention side effects, authorization requirements, or success/failure outcomes.

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?

Single sentence with format specifications. Extremely concise, front-loaded with purpose, no wasted words.

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?

Description explains commit_hash derivation, deadline format, and context linking, but leaves nonce and committer undocumented. Has an output schema but does not reference it. Incomplete for a 5-parameter tool with no schema descriptions.

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?

With 0% schema coverage, description adds meaning for commit_hash, deadline, and context, but nonce and committer remain unexplained (just names). Adds some value but not fully compensatory.

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

Purpose5/5

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

Description clearly states the action ('commit to a deliverable') and the resource, with specific format details (commit_hash, deadline). Distinguishes from siblings like reveal and verify by emphasizing 'BEFORE handover'.

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

Usage Guidelines3/5

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

Implies timing ('BEFORE handover') and idempotency, but does not explicitly state when to use commit vs alternatives like commitment_status or list_commitments. No exclusions or conditional guidance provided.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: committing, revealing, verifying, listing, status checking, and agent description. No overlapping functionality.

Naming Consistency4/5

Most tools follow a verb_noun pattern (commit, describe_agent, list_commitments, reveal, verify), but 'commitment_status' uses a noun_noun pattern, slightly breaking consistency.

Tool Count5/5

With 6 tools, the server is well-scoped for a notary service, covering all necessary operations without excess.

Completeness5/5

The tool set covers the full lifecycle of commitments: creation, status query, listing, revealing, and verification. No obvious gaps for the stated purpose.