Skip to main content
Glama

scaffold_plugin

Generate a starter plugin template for the Judges Panel with custom rules, optional custom judges, and lifecycle hooks.

Instructions

Generate a starter plugin template for the Judges Panel. Creates a self-contained plugin file with custom rules, optional custom judges, and lifecycle hooks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUnique plugin name (e.g., "my-org-rules", "acme-standards")
dryRunNoPreview output without writing to disk
versionNoSemantic version (default: 1.0.0)
outputPathNoFile path to write the plugin (default: "judges-plugin.ts")
rulePrefixYesRule ID prefix for this plugin's rules (e.g., "ACME")
descriptionNoPlugin description (e.g., "ACME Corp internal coding standards")
includeHooksNoInclude beforeEvaluate/afterEvaluate hook stubs (default: true)
includeCustomJudgeNoInclude a custom judge definition stub (default: false)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only states that it 'creates a self-contained plugin file', but does not mention whether it overwrites existing files, required permissions, rate limits, or what happens if the file already exists.

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 concise with two sentences. The first sentence immediately states the action and target, followed by a clear elaboration of what the generated file includes. No wasted words.

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?

Despite having 8 parameters and no output schema, the description does not explain the return value (e.g., file path written), error conditions, or side effects. For a tool that interacts with the filesystem, this is insufficient.

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 8 parameters have descriptions in the input schema (100% coverage). The description adds no additional meaning about parameters, remaining at a general overview level. Baseline 3 is appropriate.

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 clearly states the tool generates a starter plugin template with specific features (custom rules, optional custom judges, lifecycle hooks). It uses a specific verb 'Generate' and identifies the resource. However, it does not explicitly distinguish from the sibling tool 'scaffold_judge', which could cause minor confusion.

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?

The description provides no guidance on when to use this tool versus alternatives like scaffold_judge. It lacks any context about prerequisites, use cases, or when not to use it.

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/KevinRabun/judges'

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