Skip to main content
Glama
DanMat

packkit-mcp

packkit_scaffold

Scaffold a new npm package, CLI, or app by generating project files to disk with optional git init and dependency installation.

Instructions

Generate a project to disk. Writes files under / (or ./), optionally runs git init and installs dependencies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gitNogit init + initial commit (default false)
nameYesPackage name (also the folder name)
presetNoA preset or alias
installNoInstall dependencies (default false)
optionsNoAny options from packkit_schema
directoryNoParent directory to create the project in (default: current working directory)
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It mentions file writing location and optional git init/install, but lacks details on overwrite behavior, prerequisites, or safety concerns. Adequate but not thorough.

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?

Description is one sentence with two clauses: main purpose first, then additional details. No wasted words, essential information front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Description covers main action, path structure, and optional steps, but lacks detail on 'preset' and 'options' parameters. Given no output schema and reliance on sibling 'schema' tool, completeness is moderate.

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 coverage is 100% with descriptions for all 6 parameters. Description adds only minor contextual info (e.g., path pattern) beyond schema, so baseline of 3 is appropriate.

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?

Description clearly states 'Generate a project to disk', which is a specific verb+resource. It distinguishes from sibling tools (preview, schema) by explicitly saying it writes files to disk.

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?

No explicit guidance on when to use this tool vs alternatives. The description implies it's for actually creating projects, but doesn't mention preview or schema as alternatives for dry-run or configuration.

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/DanMat/create-packkit'

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