Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

eco_feedback

Generate engineering change notice suggestions from failure analysis data to address paste aperture changes, AVL updates, or design modifications.

Instructions

Station 6: Generate ECN suggestions based on failure patterns.

Uses failure analysis data to suggest engineering change notices (e.g., paste aperture changes, AVL updates, design modifications).

IMPORTANT: Review ECN suggestions before creating formal ECNs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
failure_analysis_idNoReference to a prior failure analysis
top_failuresNoOptional list of failure summaries [{failure_mode, count, percentage}]
lot_correlationNoOptional list of lot data [{lot, failure_rate}]

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations present, so description carries full burden. Discloses non-authoritative nature (suggestions) and requires human review. Lacks details on output format or limitations, but output schema covers some behavioral aspects.

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?

Extremely concise: two short sentences plus a warning note. Purpose is immediately clear, no extraneous content.

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?

Covers input (failure analysis), output (suggestions), and usage note. Output schema handles return structure. Lacks mention of prerequisites like needing a prior failure analysis, but overall adequate for a suggestion tool.

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?

Schema description coverage is 100%, baseline of 3 applies. Description provides contextual examples but does not add significant meaning beyond parameter names and their 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?

Clearly states the tool generates ECN suggestions from failure pattern analysis. Provides examples of suggestions (paste aperture changes, AVL updates) and distinguishes from siblings like ecn_create by emphasizing it is a suggestion stage.

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?

Indicates it uses failure analysis data and advises reviewing suggestions before creating formal ECNs, implicitly positioning it as a precursor to ecn_create. Could be improved by explicitly stating when to use versus alternatives.

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/SourceParts/parts-mcp'

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