Skip to main content
Glama
andrewbartels1

SolidworksMCP-python

validate_drawing_completeness

Validates SolidWorks drawings by checking for missing dimensions, annotations, and views to confirm they are ready for production.

Instructions

Validate drawing completeness for production readiness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_dataYesThe input data value.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must supply behavioral context. It only states the purpose but does not disclose whether the tool is read-only or modifies data, what output it produces, or any side effects. The presence of an output schema does not compensate for the lack of behavioral description.

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

Conciseness3/5

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

The description is a single sentence, making it concise. However, it is too brief to provide substantive guidance, and while no unnecessary words are present, the extreme brevity sacrifices clarity. It is adequate but not exemplary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and many sibling tools with overlapping purposes, the description is insufficiently complete. It does not explain what 'completeness' entails, what the output contains, or how it relates to other validation tools like 'analyze_drawing_comprehensive' or 'check_drawing_compliance'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one parameter 'input_data' described generically as 'The input data value.' Schema coverage is 100%, so the baseline is 3, but the tool description adds no meaning beyond the generic schema description. The parameter semantics remain vague, and the tool's description does not clarify how to structure the input data.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The name and description clearly state the tool validates drawing completeness for production readiness, using a specific verb and resource. It distinguishes from siblings like 'check_drawing_standards' by focusing on completeness rather than standards compliance, though further differentiation from 'analyze_drawing_comprehensive' is not explicit.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. Sibling tools include many validation and analysis functions, but the description offers no context about prerequisites, typical scenarios, or when this tool is preferred.

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/andrewbartels1/SolidworksMCP-python'

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