Skip to main content
Glama

scan_anomalies

Scan images to detect tilted or anomalous components by analyzing overlapping blocks, verifying candidates on the original high-resolution image, and reporting confidence and angle details.

Instructions

自动扫描图片中的异常/歪斜元件:把区域切成带重叠的块逐块定位候选,再从原图高清裁切逐个验证,输出带置信度与角度/丝印的报告。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes
regionNo可选:限定扫描区域 [x1,y1,x2,y2] 像素,默认全图
targetNo要找的异常特征描述,默认:摆放歪斜、方向与周边不一致的元件
verifyNo是否自动高清验证候选,默认 true
overlapNo切块重叠像素,默认 250
max_tilesNo切块数上限(1-12),默认 6
tile_sizeNo切块边长(像素),默认自动
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals the multi-step algorithm (overlapping tiles, candidate localization, high-resolution crop verification) and discloses output fields (confidence, angle, silkscreen). This goes beyond a generic 'scan' claim, though it stops short of discussing performance implications or input requirements.

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 a single, dense sentence but remains structured and front-loaded with the primary purpose. It packs substantial detail without excessive verbosity, earning its length through workflow explanation. It could be slightly more scannable, but it is far from bloated.

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 7 parameters and no output schema, the description provides a comprehensive overview: purpose, algorithm, and key output fields. It does not explicitly detail every parameter (e.g., target, max_tiles) but the schema covers those. The algorithm context helps explain why certain parameters exist, making the tool's behavior well-rounded.

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 high (86%), so baseline is 3. The description adds algorithm context that explains the purpose of region, overlap, tile_size, and verify parameters, linking them to the tiling and verification process. This enriches the semantic meaning beyond the schema's individual 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?

Description clearly states the tool scans for abnormal/skewed components in images, using a specific verb ('scan') and resource ('abnormal/skewed components'). It distinguishes itself from sibling tools like analyze_image or locate_object by focusing on anomaly detection and describing a tiled verification workflow.

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 usage for detecting anomalies in images but does not explicitly instruct when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. Sibling tool names provide context, but the description itself lacks comparative guidance.

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/zouyuanqing/vision-primitives-mcp'

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