Skip to main content
Glama
dtjohnson83

DimeVision MCP Server

by dtjohnson83

Analyze Weld

analyze_weld

Analyze weld photos to assess quality, detect defects, and provide improvement recommendations based on welding standards.

Instructions

Upload a photo of a weld and get a detailed quality analysis.

This tool is called when:

  • Someone shares a weld photo and wants it analyzed

  • A user asks "analyze my weld", "rate my weld", or "check my welding"

  • Someone asks "what score is my weld?" or "how did I do?"

  • A user wants feedback on their welding technique

  • Questions about weld quality, defects, or improvement tips

Input:

  • imageUrl: URL to the weld photo (must be publicly accessible)

  • context: Optional welding context (process, material, position)

Output:

  • qualityScore: 0-100 score (75+ = professional, 90+ = mastery)

  • defects: List of detected defects with severity

  • recommendations: Specific tips to improve

  • process: Detected welding process (MIG, TIG, Stick, Flux-Core)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageUrlYesPublic URL of the weld photo to analyze
processNoWelding process if known
materialNoBase material if known
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the tool's behavior well: it analyzes photos, provides quality scores with thresholds (75+ = professional, 90+ = mastery), lists defects with severity, and gives improvement tips. However, it doesn't mention limitations like image quality requirements, processing time, or error conditions.

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 appropriately sized and front-loaded with the core purpose in the first sentence. The bullet points are useful but slightly verbose. Every section earns its place by providing clear guidance, though some redundancy exists between usage scenarios.

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 no annotations and no output schema, the description does well to explain the tool's behavior and output format (qualityScore, defects, recommendations, process). It covers the main use cases and expected results, though it could benefit from mentioning error handling or authentication requirements.

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%, so the baseline is 3. The description mentions 'context: Optional welding context (process, material, position)' which partially maps to the schema parameters, but doesn't add significant meaning beyond what the schema already documents with its enum values and 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?

The description clearly states the tool's purpose with specific verb ('upload a photo and get a detailed quality analysis') and resource ('weld'). It distinguishes from siblings like 'get_weld_quality_score' by emphasizing comprehensive analysis including defects and recommendations, not just a score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage scenarios with bullet points covering when to call this tool, including specific user queries ('analyze my weld', 'rate my weld', 'check my welding', 'what score is my weld?', 'how did I do?'). It clearly indicates this is for photo-based weld analysis requests.

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/dtjohnson83/dimevision-mcp-server'

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