Skip to main content
Glama

deploy_website

Deploy static websites to the Demox platform by uploading ZIP files or directories, which are automatically packaged and hosted on cloud storage.

Instructions

部署静态网站到 Demox 平台。仅支持 ZIP 文件或目录,系统会自动上传到云存储并部署。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipFileYesZIP 文件路径或目录路径。支持:1) 本地 ZIP 文件(如 ./dist.zip) 2) 本地目录(如 ./dist)- 自动打包成 ZIP 3) HTTPS URL(必须以 .zip 结尾)。**不支持 base64 内容**。
websiteIdNo网站 ID(可选)。如果不提供,将创建新网站;如果提供,将更新现有网站
fileNameNo网站名称,用于标识和展示。如果不提供,会自动使用目录或文件名
Behavior2/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 mentions that the system '会自动上传到云存储并部署', which implies automation and cloud storage usage, but fails to disclose critical traits like whether this is a destructive operation (e.g., overwriting existing sites), authentication requirements, rate limits, or error handling. This leaves significant gaps for a deployment tool.

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 highly concise and front-loaded, consisting of two sentences that efficiently convey the core purpose and key constraint. Every sentence earns its place by stating the action, target, and input format without unnecessary details.

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

Completeness2/5

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

Given the complexity of a deployment tool with no annotations and no output schema, the description is incomplete. It lacks information on behavioral traits (e.g., destructive nature, auth needs), output format, error conditions, or integration with sibling tools. This is inadequate for guiding an AI agent in a production environment.

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 the schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema by mentioning '仅支持 ZIP 文件或目录', which aligns with the zipFile parameter's description but doesn't provide additional syntax or format details. This meets the baseline for high schema coverage.

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 specific action ('部署' meaning deploy) and resource ('静态网站到 Demox 平台'), specifying the deployment target. It distinguishes from siblings by focusing on deployment rather than deletion (delete_website), retrieval (get_website), or listing (list_websites). The mention of '仅支持 ZIP 文件或目录' adds specificity about input formats.

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 context by stating '仅支持 ZIP 文件或目录', which suggests when to use this tool (for static website deployment with those formats) and indirectly when not to use it (for other file types). However, it lacks explicit guidance on alternatives or prerequisites, such as comparing to sibling tools or mentioning authentication needs.

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

Install Server

Other Tools

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/demox-site/mcp-server'

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