Skip to main content
Glama
Madiocre

DevEnv Doctor MCP

by Madiocre

check_pnpm_workspace

Validate pnpm-workspace.yaml and detect orphaned packages, dead globs, stale lockfiles, and missing package manager pin.

Instructions

Validates pnpm-workspace.yaml, detects orphaned packages, dead glob patterns, lockfile staleness, and missing package manager pin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoPathYesAbsolute path to the monorepo root
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It lists what is validated (orphaned packages, dead glob patterns, etc.) but does not state whether the tool is read-only, how results are returned, or any side effects. This is a significant gap for an agent that needs to know if invoking the tool could cause changes.

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 sentence that front-loads the core action ('Validates pnpm-workspace.yaml') and then lists specific validation targets. There is no fluff, and every word adds value.

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?

The tool is simple with one well-documented parameter, and the description enumerates exactly what issues it detects, covering the main functionality. However, it does not describe the return value or prerequisites, and since there is no output schema, this leaves a gap for the agent regarding how to interpret the result.

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?

The only parameter, repoPath, has a full schema description ('Absolute path to the monorepo root'). The tool description does not add extra parameter semantics, so the baseline score 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?

Clearly states the tool's purpose with a specific verb 'Validates' and resource 'pnpm-workspace.yaml', then enumerates four distinct validation checks. This distinguishes it from siblings like check_docker_status and diagnose_stuck_process, which target completely different domains.

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 this tool is for validating pnpm workspace configurations, but it does not explicitly state when to use it, nor does it mention alternatives or exclusion criteria. Since the sibling tools are unrelated, the intended context is somewhat clear, but there is no direct when-to-use guidance.

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/Madiocre/DevDoc-MCP-Nitro'

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