Skip to main content
Glama
Dqrshan

Zip Hive Scaffold

by Dqrshan

Scaffold from Template

scaffold_from_template
Idempotent

Create a complete project from built-in templates for React, Next.js, Node, FastAPI, static HTML, or monorepos.

Instructions

Create a complete project from a built-in template. Available templates: react-vite, nextjs-app, node-express, python-fastapi, vanilla-html, monorepo-turborepo.

Args:

  • template_name (string): Name of the template to use

  • project_name (string): Name of the project folder to create

  • root_dir (string): Parent directory where the project folder will be created

  • overwrite (boolean): Whether to overwrite existing files (default: false)

Returns: A summary of created, skipped, and errored files/folders with the root path.

Example:

  • "Create a React project called my-app in /home/user/projects" -> template_name="react-vite", project_name="my-app", root_dir="/home/user/projects"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
root_dirYesAbsolute path to the parent directory where the project will be created
overwriteNoWhether to overwrite existing files (default: false)
project_nameYesName of the project folder to create
template_nameYesName of the built-in template (e.g. react-vite, nextjs-app, node-express, python-fastapi, vanilla-html, monorepo-turborepo)
Behavior4/5

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

The description discloses overwrite behavior ('Whether to overwrite existing files') and return summary ('created, skipped, and errored files/folders'), which are not in the annotations. It does not contradict the idempotentHint or destructiveHint annotations.

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

Conciseness4/5

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

Well-structured with intro, args, returns, and example paragraphs. It is not overly long, though the arg list duplicates schema info.

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 purpose, templates, return value, and an example, enough for a 4-parameter tool without an output schema. It doesn't address error cases or permission prerequisites, but the annotations and schema fill most gaps.

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 descriptions cover all four parameters; the tool description adds a structured arg list and an example that maps natural language to parameter values, reinforcing template_name and root_dir usage. This adds modest value 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 clearly states it creates a complete project from a built-in template, enumerates available templates, and includes a concrete example mapping a natural-language request to parameter values. This distinguishes it from sibling tools like scaffold_create_folders and scaffold_create_files.

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

Usage Guidelines4/5

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

Provides clear context: use when scaffolding from a built-in template, listing six templates. However, it does not explicitly exclude or contrast with sibling tools such as scaffold_create_project, so guidance on alternatives is missing.

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/Dqrshan/ziphive-scaffold'

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