Skip to main content
Glama
PackkitLabs

packkit-mcp

Official

list_presets

List generator presets with descriptions and maturity to select the right project template. Include experimental presets when needed.

Instructions

List the presets a generator offers (e.g. ts-lib, react-lib, node-service for javascript; py-lib, py-cli for python), each with a description and maturity. Experimental presets are hidden unless includeExperimental is true. Choose a preset that matches the shape the user wants instead of guessing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
generatorYesGenerator id from list_generators (e.g. "javascript", "python", "go")
includeExperimentalNoInclude experimental presets (default false)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that experimental presets are hidden unless includeExperimental is true, and notes each preset comes with a description and maturity. This is useful behavioral context beyond a simple 'list' action.

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 a single, information-dense sentence. It front-loads the core purpose and includes examples, behavioral notes, and usage guidance without unnecessary words.

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

Completeness5/5

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

For a simple listing tool with two documented parameters and no output schema, the description covers the essential details: what is returned (presets with description and maturity), the experimental filtering behavior, and how to choose a preset. It is complete enough for an agent to use correctly.

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%, so baseline is 3. The description adds examples of preset names and clarifies the output, but it does not significantly expand on the parameter meanings beyond what the schema already provides.

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 uses a specific verb and resource ('List the presets a generator offers'), provides concrete examples (e.g., ts-lib, py-cli), and clearly distinguishes from sibling tools like list_generators (which lists generators) and generate_project (which creates projects).

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 gives clear usage context: choose a preset that matches the user's desired shape instead of guessing. It implies this tool should be used after picking a generator and before generating. It does not explicitly name alternatives or exclusions, but the guidance is strong enough to merit a 4.

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

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