Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

quality_iqc_inspect

Validate incoming electronic components by uploading packaging photos and PO data to verify label readability, date code freshness, MPN, and MSL level before accepting into stock.

Instructions

Station 1: Incoming quality control inspection.

Uploads component reel/packaging photos and PO reference data. Server validates label readability, checks date code freshness, verifies MPN, and checks MSL level.

IMPORTANT: Review the inspection checks before accepting components into stock. Rejected components must not enter production.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
photosYesList of paths to component reel/packaging photos (JPEG/PNG)
part_numberYesExpected manufacturer part number (MPN)
expected_quantityYesExpected quantity from PO
expected_date_codeNoExpected date code (YYWW format, optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the server validates multiple checks (label readability, date code, MPN, MSL level) and warns that rejected components must not enter production. This gives reasonable behavioral context for a read-heavy inspection tool, though it doesn't specify if the tool is read-only or if it mutates state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise with two paragraphs and a bolded note. It front-loads the purpose ('Station 1: Incoming quality control inspection') and efficiently lists actions. The important note adds necessary safety information without bloating the text.

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 the tool's complexity (4 params, multiple checks, output schema exists), the description covers the process and validation steps adequately. It explains what happens on the server and the critical outcome (rejection). With output schema present, omitting return value details is acceptable. However, it could briefly mention how results are returned.

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?

Schema coverage is 100% with descriptions for all 4 parameters. The description adds value beyond the schema by explaining why each parameter is used: photos and PO reference data are uploaded, date code freshness is checked (linking to expected_date_code), and MPN is verified. This contextualizes the parameters within the inspection process.

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 is 'Station 1: Incoming quality control inspection' and lists specific actions: uploads photos and PO data, validates label readability, date code, MPN, MSL level. This distinguishes it from sibling quality tools (e.g., quality_fai_inspect for final inspection) by specifying the incoming stage and the resource (component reels/packaging).

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 use for incoming inspection as 'Station 1' but provides no explicit guidance on when to use this tool versus alternatives (e.g., quality_fai_inspect, quality_compliance_check). There is no 'do not use' or 'use when' directive, and alternatives are not mentioned.

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