Skip to main content
Glama
Dqrshan

Zip Hive Scaffold

by Dqrshan

Create Folders

scaffold_create_folders
Idempotent

Create empty folder structures in an existing directory by specifying a target path and relative folder paths. Returns a list of the created folders.

Instructions

Create empty folder structures within an existing directory.

Args:

  • target_dir (string): Absolute path to the parent directory

  • folders (array): Array of relative folder paths to create

Returns: A list of created folders.

Example: scaffold_create_folders( target_dir="/home/user/projects/my-app", folders=["src/components/ui", "src/hooks", "tests/unit"] )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
foldersYesArray of relative folder paths to create
target_dirYesAbsolute path to the parent directory
Behavior3/5

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

Annotations already indicate idempotentHint=true and readOnlyHint=false. The description adds that folders are empty and existing directory is required, but does not disclose behavior like whether parent directories are auto-created or what happens if target_dir is missing. Meets baseline with 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?

The description is well-structured with Args, Returns, and an Example. It is appropriately sized, though the example could be omitted without losing essential information. Still clear and front-loaded.

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?

For a simple 2-parameter tool without output schema, the description covers purpose, parameters, returns, and an example. The sibling tools provide context. Minor gap: behavior on pre-existing folders is not mentioned, but idempotent annotation covers it.

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%, with both target_dir and folders described. The description's Args section repeats the schema but adds no new meaning, so baseline of 3 applies.

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 states a specific verb+resource: 'Create empty folder structures within an existing directory.' It clearly distinguishes the tool from siblings like scaffold_create_files and scaffold_from_template by focusing on folders.

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 gives an example but does not explicitly state when to use this tool versus alternatives. The purpose implies it is for folder creation, but no exclusions or alternative references are provided.

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