Skip to main content
Glama
PackkitJS

packkit-mcp

Official

generate_project

Generate projects from a generator: preview the file tree, stack summary, and deployment contract, or write files to disk on demand. Existing files remain untouched unless force is set.

Instructions

Generate a project with a generator. By default it PREVIEWS (returns the file tree, stack summary and deployment contract without touching disk); pass write: true to scaffold the files under /. Existing files are never overwritten unless force is set. Call list_presets / get_generator_schema first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject/package name (also the folder name when writing)
forceNoOverwrite colliding existing files when writing (default false)
writeNoWrite files to disk (default false = preview only)
configNoOptions from get_generator_schema (overrides the preset)
presetNoA preset (or alias) from list_presets
directoryNoParent directory to create <name>/ in when writing (default: cwd)
generatorYesGenerator id from list_generators
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It clearly reveals that the default is a non-destructive preview, that write touches disk under '<directory>/<name>', and that existing files are never overwritten without force. This provides crucial side-effect information, though it does not cover auth requirements or error states.

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 three sentences, front-loaded with the main action, and covers all key behaviors (preview, write, force, prerequisite) without redundancy. Every sentence earns its place, making it easy to parse and act upon.

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?

The description addresses the main behaviors, including the preview return payload (file tree, stack summary, deployment contract). However, it does not state what the write mode returns or how config/preset interactions work in detail, leaving some gaps for a 7-param tool with no output schema. Overall it is mostly complete but could be slightly more thorough.

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?

The schema already covers all 7 parameters at 100% coverage, so the baseline is 3. The description adds meaning by linking 'write: true' to the path '<directory>/<name>' and by indicating that preset/config come from list_presets/get_generator_schema. This enriches the schema with contextual usage that helps the agent choose and set parameters correctly.

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 identifies the action: 'Generate a project with a generator,' and distinguishes it from sibling tools that list or inspect (list_generators, get_generator_schema, plan_upgrade). It also states the key modes (preview vs write), leaving no ambiguity about the tool's purpose.

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?

The description explicitly advises 'Call list_presets / get_generator_schema first,' establishing a clear sequence. It explains when to use the default preview mode versus write:true, but it does not discuss when to use plan_upgrade or other alternatives, leaving some room for guidance improvement.

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/PackkitJS/packkit-mcp'

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