Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

assembly_aoi_inspect

Detect placement defects in board photos by uploading images and comparing to an optional golden reference for automated optical inspection.

Instructions

Station 4: Automated optical inspection.

Uploads board photos and optional golden reference image. Server compares placement quality and flags defects.

IMPORTANT: Review the defect report and manually verify flagged items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_photosYesList of paths to board photos (JPEG/PNG)
reference_imageNoOptional path to golden reference image

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 provided, the description carries full burden. It states the server compares placement quality and flags defects, and includes a warning to manually verify. This gives adequate insight into the tool's behavior and limitations. No contradictions.

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?

Three sentences, front-loaded with purpose, then action, then important warning. No unnecessary words or redundancy. Each sentence earns its place.

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?

The tool has an output schema, so return values need not be described. Parameters are fully covered. The description adds the critical warning about verification. For a manufacturing inspection tool, this is sufficient.

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?

Input schema has 100% description coverage, so parameters are already well-documented. The description adds minor context (e.g., 'golden reference image' and 'JPEG/PNG'), but does not significantly enhance understanding beyond the schema. Baseline 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?

The description clearly states the tool is for automated optical inspection (Station 4), explains it uploads board photos and compares placement quality to flag defects. It distinguishes from sibling tools like assembly_functional_test or quality_fai_inspect by naming the specific station and purpose.

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 explains to upload board photos and an optional reference image, and explicitly instructs users to review the defect report and manually verify flagged items. However, it does not explicitly state when to use this tool versus other inspection tools (e.g., xray_analyze), which would make it clearer.

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