Skip to main content
Glama
wernerglinka

Metalsmith Plugin MCP Server

by wernerglinka

install-claude-md

Installs or updates a CLAUDE.md file in a Metalsmith plugin directory, smart-merging the MCP Server Integration section while preserving user customizations.

Instructions

Install a CLAUDE.md in an existing Metalsmith plugin. Smart-merges the MCP Server Integration section into any existing CLAUDE.md so user customizations survive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoDirectory path where CLAUDE.md should be created.
replaceNoReplace existing CLAUDE.md completely (default: smart merge)
dryRunNoPreview the merge without writing
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool uses smart-merge by default (preserving customizations) and mentions replace and dryRun options. However, it does not cover all edge cases like error handling or directory creation.

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 two sentences, under 200 characters, and front-loaded with the purpose. Every part is necessary and clearly written.

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?

Given no output schema and simple parameters, the description covers the core functionality well. It explains the merge behavior, but lacks detail on error conditions or prerequisites (e.g., plugin must exist). Still, it is largely sufficient for a straightforward tool.

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

Parameters4/5

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

Input schema coverage is 100%, so baseline is 3. The description adds value by explaining the behavior of the 'replace' parameter (smart merge vs. full replace) and 'dryRun' as preview mode. This goes beyond the schema descriptions.

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 clearly states it installs a CLAUDE.md in an existing Metalsmith plugin with smart-merging to preserve user customizations. This distinguishes it from sibling tools like 'audit-plugin' or 'configs' which have different purposes.

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?

The description implies when to use the tool (install CLAUDE.md), but does not explicitly state when to use alternatives or provide exclusionary guidance. Usage is implied by the purpose.

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/wernerglinka/metalsmith-plugin-mcp-server'

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