Skip to main content
Glama
zyfasos

cloudbase-html-mcp

by zyfasos

offline_html

DestructiveIdempotent

Verify a page's current hash against the expected value, then permanently remove it from hosting to take it offline.

Instructions

下线指定页面:永久删除当前云端 HTML 及该站点旧版快照,保留本地登记。必须用户明确要求;先 get_html 查询哈希。先核对 COS 桶版本控制,启用、暂停或无法确认时拒绝删除。下线不清除外部浏览器/CDN 缓存;清理不完整必须按返回建议恢复。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdNo页面 ID;与其他目标选择器只能提供一个。
siteUrlNo当前环境静态托管页面 HTTPS URL;与其他目标选择器只能提供一个,允许片段,不允许查询参数。
localPathNo已登记路径,与 siteId、siteUrl 三选一;下线不读取或删除本地 HTML。
expectedSha256Yesget_html 返回的云端当前哈希;重试未完成下线时使用原操作的 expectedSha256,不删除已变化的内容。

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false, and the description adds substantial context: permanent deletion scope, retention of local registration and non-deletion of local HTML, cache non-clearing, version-control refusal, and recovery from partial cleanup via returned suggestions. No contradiction with annotations; idempotentHint is supported by retry semantics.

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?

Four brief sentences front-load the outcome and then pack safety conditions, side effects, and recovery guidance without redundancy. Every sentence contributes operational value.

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?

The description is complete for a destructive operation: prerequisites, refusal criteria, side effects, and partial-cleanup handling are all present. It loses one point only because there is no output schema and the description references '返回建议' without specifying what a successful return contains, leaving a minor ambiguity for the agent.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3; the description adds meaning beyond field names by tying expectedSha256 to the get_html result and retry behavior ('不删除已变化的内容') and explaining localPath does not read/delete local HTML. This compensates slightly beyond the schema.

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 opens with a specific action and outcome: '下线指定页面:永久删除当前云端 HTML 及该站点旧版快照,保留本地登记', clearly distinguishing this destructive offlining operation from siblings like get_html/list_html/online_html. It states the resource (current cloud HTML and old snapshots) and the retained part (local registration).

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

Usage Guidelines5/5

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

It gives explicit when-not-to-use and workflow conditions: '必须用户明确要求' and '先 get_html 查询哈希', plus refusal conditions ('启用、暂停或无法确认时拒绝删除'). It also clarifies that external caches are not cleared, managing expectations. This is stronger than a generic 'use for offlining' hint.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zyfasos/cloudbase-html-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server