Skip to main content
Glama
PackkitJS

packkit-mcp

Official

packkit_scaffold

Create a runnable project from a preset by writing files to disk, then optionally initialize git, install dependencies, and create a GitHub repository.

Instructions

Generate a project to disk. Writes files under / (or ./), optionally runs git init, installs dependencies, and creates the GitHub repository. Call packkit_schema first if you have not already — picking the preset by guess is how projects end up the wrong shape. If the target directory already has files in it (an existing clone, for instance), pass merge: true rather than failing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gitNogit init + initial commit (default false)
nameYesPackage name (also the folder name)
mergeNoScaffold into a non-empty directory. Existing files are never overwritten — colliding ones are skipped and reported. Use this when the target is an already-cloned repo.
githubNoCreate the repository on GitHub and push to it, using the `gh` CLI. Requires git. Private unless "public" is set.
presetNoA preset or alias
publicNoWhen creating the repository, make it public (default: private)
installNoInstall dependencies (default false)
optionsNoAny options from packkit_schema
directoryNoParent directory to create the project in (default: current working directory)
Behavior4/5

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

Discloses file placement, optional side effects (git init, dependency install, GitHub repo creation), and the failure/skip behavior for existing directories. Since no annotations are provided, the description carries the burden and handles it well, though it omits GitHub auth requirements (which appear in schema).

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 informative: purpose, file path/effects, schema prerequisite, and merge guidance. No fluff, front-loaded with the action, and every sentence earns its place.

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 9-parameter tool with nested objects and no output schema, the description covers the essential behavior: where files go, optional actions, the schema precondition, and the merge edge case. It does not describe return values or detailed error handling, but those are less critical and the schema covers parameters.

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?

All 9 parameters have schema descriptions, so baseline is 3. The description adds context about the directory/name relationship and merge semantics, but these are largely covered in the schema. No substantial per-parameter insight beyond 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?

States the core action clearly: "Generate a project to disk." and specifies output location and optional side effects (git init, install, GitHub repo). This distinguishes it from sibling tools like packkit_schema (which provides presets) and packkit_preview (likely a dry-run).

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 instructs to call packkit_schema first, with a rationale ("picking the preset by guess is how projects end up the wrong shape"). Also provides specific guidance for non-empty directories: pass merge: true rather than failing. This is strong when-to-use guidance relative to 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/PackkitJS/create-packkit'

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