Skip to main content
Glama

edit

Check the zip for unsafe files, then redeploy the live Worker. Flat $0.50 per edit on every rail (x402 wallet or card/PromptPay payment_url) unless a complimentary edit remains. Same claiming wallet. Does not extend lease days. If you have no wallet, get payment_url from the 402 response and show it to the human — they pay by card or Thai PromptPay in THB (no crypto needed); after they pay, poll preview_status/retry until live. Wallet-less owners: pass ownerWallet (the address that claimed this slug) so the 402 carries a Stripe payment_url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
tokensNo
uploadIdYes
ownerWalletNo

TDQS

A3.5/5.0
Behavior5/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 reveals that the tool requires payment ($0.50 per edit), checks for unsafe files, redeploys the Worker, and does not extend lease days. It also details the wallet-less payment flow and polling process. This is thorough and transparent, leaving no major behavioral surprises.

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

Conciseness3/5

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

The description is a single large block that mixes pricing, payment, wallet process, and the core action. It is front-loaded with the main purpose but becomes verbose with payment and process details. While information-dense, it lacks clear formatting or section breaks, making it less scannable than ideal.

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?

The description covers many contextual aspects: payment, wallet, lease days, and the wallet-less workflow. However, it does not define the required uploadId parameter or explain the meaning of tokens, and it provides no indication of the response format (no output schema exists). These gaps leave an agent uncertain about how to correctly fill all inputs and what to expect after invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 by naming and explaining parameters. It explicitly explains ownerWallet ('the address that claimed this slug') and implicitly references slug via 'claimed this slug'. However, uploadId and tokens are never defined, leaving two of the four parameters ambiguous. The description does not sufficiently clarify all schema fields.

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 clearly states the tool's function: 'Check the zip for unsafe files, then redeploy the live Worker.' This is a specific verb-resource pair that distinguishes it from read-only tools like scan or preview_status, though it does not explicitly name sibling tools. It conveys what the tool accomplishes without ambiguity.

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 provides operational context, including the editing process, payment details, and wallet requirements. It mentions a limitation ('Does not extend lease days') and gives instructions for wallet-less owners, but it does not explicitly state when to use this tool versus alternatives or when not to use it. The guidance is implicit rather than prescriptive.

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.9/5.0
Disambiguation5/5

Each tool has a clearly distinct role in the website lifecycle: upload, scan, inspect, check status, claim, edit, renew, connect domain, and run the full publish flow. Even publish_website, which orchestrates other steps, is clearly higher-level and wouldn't be confused with individual action tools.

Naming Consistency4/5

All names are lowercase snake_case and mostly verb-first (claim, edit, inspect, renew, scan, upload_url, publish_website). A couple are noun-noun compounds like preview_status and connect_custom_hostname, but the overall pattern is predictable and readable.

Tool Count5/5

Nine tools is a good scope for a website publishing/hosting service. Each tool covers an essential step without unnecessary redundancy, and the pipeline from upload to claim to renew is clearly represented.

Completeness4/5

The tool set covers the core workflow comprehensively: upload, scan, preview, claim, edit, renew, and custom domains. A minor gap is that there is no direct tool to check the live site's remaining lease time, which is relevant for renewal eligibility, though the workflow works around it through publish/renew context.

Resources