Skip to main content
Glama

Update Site

update_site
Idempotent

Update a site's metadata: title, subdomain (changes the live URL), description, password protection, or homepage file. Omit any field to leave it unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNew display name for the site.
site_idYesThe site's public identifier returned by list_sites or create_site.
homepageNoPath to the homepage file, e.g. 'index.html'. Pass null to use Upfling's default.
passwordNoSet a password (Lite+ plan required). Pass null to remove password protection.
subdomainNoNew subdomain. Changes the live URL — existing links will break.
descriptionNoShort description. Pass null to clear.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
titleNo
statusYes
subdomainYes
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it warns that changing the subdomain 'changes the live URL — existing links will break' and notes that password protection requires a 'Lite+ plan'. These are side effects and prerequisites not captured in annotations. Annotations already declare idempotentHint=true and destructiveHint=false, so the description does not contradict them and provides supplementary detail.

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 a single, efficient sentence that front-loads the action and lists the mutable fields. Every clause adds value: the field list informs what can be updated, and the omission note clarifies behavior. There is zero redundancy or filler.

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 output schema exists and annotations cover idempotency and non-destructiveness, the description covers the key context: side effects (subdomain change) and a prerequisite (Lite+ plan). It does not mention error handling or the behavior for invalid site_ids, but these are likely standard and not essential for correct invocation. The description is sufficiently complete for an agent to use it correctly.

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 every parameter has a description in the schema. The description adds a general note about omitting fields to leave them unchanged, which clarifies the update semantics but does not add per-parameter detail beyond the schema. This is adequate but not exceptional; baseline 3 is appropriate.

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?

The description clearly states the tool's purpose: 'Update a site's metadata' and enumerates the specific fields (title, subdomain, description, password protection, homepage file). This differentiates it from sibling tools like create_site and delete_site. The verb-resource pairing is explicit and unambiguous.

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 description implies usage (updating an existing site) but does not explicitly state when to choose this tool over alternatives like create_site or delete_site. It provides a useful operational note ('Omit any field to leave it unchanged') but lacks explicit exclusions or comparisons to siblings. The context is clear enough for an agent to infer, but it stops short of explicit guidance.

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