Skip to main content
Glama

Freeze a project archive

finalize_review_upload
Idempotent

After uploading, validate the ZIP without executing its contents and freeze the inspected bytes into a private immutable snapshot. Returns its SHA-256. Unsafe archives are rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
upload_idYesID returned by prepare_review_upload
upload_tokenYesPrivate capability returned by prepare_review_upload

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=false, openWorldHint=true, idempotentHint=true, destructiveHint=false. The description adds valuable behavioral context: it validates without executing contents, freezes bytes into a private immutable snapshot, rejects unsafe archives, and returns the SHA-256. This goes beyond what annotations state, covering safety and idempotency implications without contradicting them.

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?

The description is two sentences that front-load the core action and then provide safety and return details. Every sentence earns its place; it is efficient and well-structured. It could be slightly more explicit about the order relative to other tools, but overall it is concise and clear.

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

Completeness4/5

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

Given the tool has 2 parameters (fully documented), no output schema, and annotations covering safety, the description provides sufficient context. It explains the main operation, safety constraint, return value, and failure condition. It doesn't detail error formats or edge cases, but for a tool in a sequential flow (after prepare_review_upload), it is reasonably 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 100% – both upload_id and upload_token have clear descriptions indicating their roles. The description does not add any extra meaning about these parameters. Baseline 3 applies since the schema fully documents them; no additional value is provided by the description.

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: validate a ZIP and freeze it into an immutable snapshot, returning SHA-256. It clearly identifies the resource (uploaded archive) and the verb (validate/freeze). It implies a step after uploading but does not explicitly name sibling tools like prepare_review_upload or submit_project_review, so it lacks explicit differentiation.

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?

The phrase 'After uploading' gives clear contextual guidance on when to use this tool, implying it should be called after prepare_review_upload. However, it does not explicitly state when not to use it, nor does it mention alternatives or exclusions. The usage context is clear but not exhaustive.

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.

Resources