Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_list_accepted_findings

List accepted or suppressed findings for a session to identify resolved or intentionally ignored design issues in your PCB review.

Instructions

List all accepted/suppressed findings for a session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
Behavior3/5

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

The description indicates a read-only listing operation and adds context about 'accepted/suppressed' findings. However, with no annotations, it does not disclose behavior on invalid session IDs, pagination, or the exact return format, leaving moderate gaps in 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 a single, efficient sentence that directly states the purpose without any filler. It is well-structured and immediate.

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, but without an output schema or more behavioral details, the description leaves some uncertainty about what 'accepted/suppressed findings' entails and what the returned list looks like. It is adequate but could be enriched with a note about the findings' statuses or typical use case.

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?

The schema has one required session_id with 0% description coverage. The description only ties the parameter to 'a session', offering minimal additional meaning. It does not explain how to obtain a session ID, what format it should be in, or any related context, so the agent must infer from the parameter name alone.

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 identifies the action (list) and the target (accepted/suppressed findings) scoped to a session. This aligns with sibling tools like pcb_accept_finding, making its purpose unambiguous and distinct from other analysis tools.

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 a workflow (after accepting/suppressing findings, list them) but provides no explicit guidance on when to use this tool over alternatives. There are no stated prerequisites or exclusions, leaving the usage context somewhat implicit.

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