Skip to main content
Glama

Start a site revision

start_revision
Destructive

Start updating an EXISTING site with files of any type and size: returns presigned PUT URLs for the declared files; deletePaths removes files in the same revision. Complete with finalize_upload, passing the same siteId there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNo
siteIdYesSite id from publish_site or list_sites
deletePathsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
    • removedInput schema / properties / files / items / additionalProperties
      Removed value: -false
    • addedInput schema / properties / files / items / properties / sizeBytes / maximum
      Added value: +9007199254740991
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark it destructive and not read-only. The description adds useful behavioral details beyond that: it returns presigned PUT URLs rather than uploading directly, deletePaths operates within the same revision, and finalize_upload is the required follow-up. No contradictions with annotations.

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?

Two sentences with no filler. Purpose, return behavior, and continuation step are all front-loaded, and every sentence adds operational information.

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?

For a moderate-complexity tool with no output schema, the description gives the essential call flow: presigned URL outcome and the mandatory finalize_upload follow-up. It doesn't specify the exact shape of the returned URL map, but an agent can invoke the tool correctly with the schema and this high-level contract.

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?

Only siteId is described in the schema, so the description carries some weight. It adds semantics for deletePaths ('removes files in same revision') and connects files to presigned PUT URLs, but it doesn't explain path/sizeBytes/contentType requirements; the nested schema descriptions compensate for that detail.

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 names a specific verb ('Start updating') and resource ('EXISTING site'), then sharpens it with behavior ('returns presigned PUT URLs', 'deletePaths removes files'). This makes the tool's role distinct from start_upload/update_site without needing to open the schema.

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

Usage Guidelines4/5

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

Clearly frames when to use it (updating an existing site) and gives an explicit workflow handoff ('Complete with finalize_upload, passing the same siteId there'). It doesn't explicitly exclude alternatives like start_upload for new sites, so it stops short of a full when/when-not statement.

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