Skip to main content
Glama

forgepilot_create_shareable_pack

Scaffold a portable MCP, WebMCP, and PWA agent tool pack with awnboard/awiam/awbac/awdit metadata for shareable integrations.

Instructions

Scaffold a portable MCP + WebMCP + PWA agent tool pack with awnboard/awiam/awbac/awdit metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it falls short. "Scaffold" implies a write operation that produces files or artifacts, but the description never says where output lands, whether it overwrites existing content, what permissions are needed, or whether the result is reversible.

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?

A single front-loaded sentence with the verb and resource up front and zero filler. It is appropriately sized, though its dense noun-stacking of acronyms and metadata terms reduces readability.

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

Completeness2/5

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

For a mutating scaffold tool with no annotations, no output schema, and 0% parameter coverage, the description omits nearly everything an agent needs: output location, generated file structure, side effects, and parameter meaning. It is too thin for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for both required parameters, and it does not. It never clarifies whether "name" is the pack identifier, a directory name, or a display label, nor what "description" describes — the pack, the agent, or the toolset.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb ("Scaffold") and a concrete resource ("portable MCP + WebMCP + PWA agent tool pack"), which is enough to distinguish it from read-only siblings like forgepilot_health or forgepilot_search. However, it does not differentiate itself from the other creation siblings (forgepilot_create_artifact, forgepilot_create_connector_artifact, forgepilot_create_community_bridge_pack), and the metadata jargon (awnboard/awiam/awbac/awdit) is unglossed.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no statement of when to use this pack-scaffolding tool versus the several other create_* siblings, and no prerequisites, conditions, or exclusions are given. The agent must infer usage entirely from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.