Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_finalize_review

Finalize a PCB design review, blocking until all critical-priority actions are resolved. Returns a summary with action backlog, confidence audit, and self-critique.

Instructions

Close out the multi-pass review. Refuses to succeed if any pending critical-priority action remains unresolved (unless force=true). Returns a finalisation summary that includes the action backlog status, confidence audit, and self-critique pointer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession id.
require_critical_verifiedNoIf true, refuse to finalize while any pending critical-priority action remains.
Behavior3/5

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

With no annotations, the description carries the full disclosure burden. It does disclose the refusal condition and the summary contents. However, it references a non-existent 'force=true' parameter instead of the actual require_critical_verified boolean, and it does not state whether finalizing is destructive or affects the session state, reducing transparency.

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, front-loaded with the core action, and contains no filler. The only extra detail, the force reference, is inaccurate but not verbose, so the structure remains concise and scannable.

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 has a simple schema, no output schema, and no annotations, so the description must explain return values and side effects. It does describe the summary contents and the gating condition, but omits the actual parameter path to force finalization and whether calling this tool closes or modifies the session. This leaves the description slightly incomplete for a finalization action.

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 coverage is 100% and the schema already documents both parameters clearly. The description adds no useful parameter semantics and introduces confusion by mentioning 'force=true', which is not a parameter in the schema; the actual bypass mechanism is require_critical_verified=false. This mismatch detracts from the description's value.

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 the tool's role: 'Close out the multi-pass review' with a specific verb and resource. It further distinguishes itself by describing the refusal condition and the returned finalisation summary, making it distinct from sibling review, validation, and session-close tools.

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 context that this is the terminal step for a multi-pass review, implying use after review actions are complete. It does not explicitly name alternatives or exclusions, but the closing intent is clear enough for an agent to select it when finalizing a review.

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/RFingAdam/mcp-pcb-emcopilot'

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