Skip to main content
Glama

deploy_website

Deploy static websites to the Demox platform. Converts directories, ZIP files, PDFs, and documents into deployed static sites.

Instructions

部署静态网站到 Demox 平台。支持目录、ZIP、PDF 和文档;PDF/文档会先转换为静态站点再部署。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipFileYes文件或目录路径。支持:1) 本地目录(自动打包)2) 本地 ZIP 3) PDF 4) .md/.markdown/.txt/.docx 文档 5) HTTPS ZIP URL。**不支持 base64 内容**。
websiteIdNo网站 ID(可选)。如果不提供,将创建新网站;如果提供,将更新现有网站
fileNameNo网站名称,用于标识和展示。如果不提供,会自动使用目录或文件名
templateIdNo文档转网页时使用的模板,可选 insight、warm、dark。仅对文档文件生效,默认 insight
Behavior3/5

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

No annotations provided, so the description must cover behavioral traits. It explains PDF/document conversion and create vs. update behavior based on websiteId. However, it omits whether deployment is synchronous, permission requirements, or error conditions.

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. The first sentence states the core action and supported types; the second adds conversion details. Every word is informative.

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?

Covers input types, optional parameters, and conversion logic. Missing details about output (e.g., returns website URL or ID), sync/async nature, and potential errors. For a deploy tool with no output schema, these gaps are notable but not critical.

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%, but the description adds significant value beyond field names: it clarifies that zipFile accepts multiple formats, explains auto-packaging for directories, and details templateId's scope (only for documents) and fileName fallback.

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 'deploy static website to Demox platform' and lists supported input types (directory, ZIP, PDF, documents) with conversion behavior. This distinguishes it from sibling tools focused on domain management and website CRUD operations.

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 when to use this tool (for deployment), but does not explicitly contrast with siblings like check_custom_domain or list_websites. No guidance on when NOT to use it or alternatives.

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