Skip to main content
Glama

vibie_create_site

Upload a local folder to publish a new static site at a permanent vibie.page URL. Adds a marker file for future updates.

Instructions

Create a NEW Vibie site by uploading a local folder. Use this when the user wants to publish a brand new site, or when no .vibie/site.json marker exists in the folder. Vibie hosts static HTML/CSS/JS at a permanent URL like my-site-a3f9.vibie.page. Auto-creates a .vibie/site.json marker in the folder for future updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYesAbsolute or relative path to the folder containing index.html (or a single HTML file). Required.
nameNoDisplay name. Defaults to folder name.
categoryNoCategory id (portfolio / wedding / landing / event / game / photo / linkbio / misc). Defaults to misc.
is_publicNoWhether the site appears in the public gallery. Defaults to true.
noteNoOptional deployment note (changelog-style).
Behavior4/5

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

Discloses auto-creation of a .vibie/site.json marker and the permanent URL pattern. However, it does not mention that the folder must contain index.html or a single HTML file, which is a required input detail from the schema. No annotations exist, so description carries full burden.

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 sentences, each serving a distinct purpose: core action, usage context, hosting detail, side effect. No unnecessary words, well front-loaded.

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?

No output schema, yet description fails to mention what the tool returns (e.g., site ID, URL). Important for an agent to know the result. Also missing error conditions or permissions. Incomplete for a creation tool.

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 baseline is 3. The description reinforces the 'folder' parameter with 'upload a local folder' but adds no new meaning beyond the schema's parameter descriptions.

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 'Create a NEW Vibie site by uploading a local folder', using a specific verb and resource. It distinguishes from siblings (get, list, update) by focusing exclusively on creation.

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?

Explicitly tells when to use: 'Use this when the user wants to publish a brand new site, or when no .vibie/site.json marker exists in the folder.' This gives clear conditions and implies alternatives (e.g., update_site for existing markers).

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/shdomi8599/vibie-mcp'

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