Skip to main content
Glama
rdolan5

solidworks-mcp

by rdolan5

solidworks_assembly

Destructive

Performs SOLIDWORKS assembly operations, including inserting components, applying mates, moving and rotating parts, patterning, mirroring, checking interference, and generating bill of materials.

Instructions

solidworks_assembly: dispatches on payload.operation to one of the capability-module handlers for [bom, clearance, collapse, explode, fix, float, insert_component, insert_components, interference, mate, mirror_components, move_component, pattern_components, replace_component, rotate_component]. Each operation has its own typed field set (see the tool's input schema); unspecified fields fall back to the module function's own default. Lengths/angles follow each field's documented unit convention (SI unless the function accepts a unit field).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes
documentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already mark this as destructive (destructiveHint: true) and not read-only, so the mutating nature is covered. The description adds useful behavioral details about fallback defaults and unit conventions, but does not explicitly state that operations modify the active assembly or require a connected document. This adds some value beyond the annotations but is not rich.

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 two sentences, efficiently listing the operations and giving unit/default guidance. It front-loads the dispatch concept and avoids filler, though it is somewhat abstract and could benefit from a concrete example or a clearer effect statement.

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

Completeness3/5

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

Given the tool's complexity (15 operation variants), the description is minimal. It relies heavily on the input schema, which is detailed, but it lacks guidance on when to select each operation, prerequisites like an open document, and how the tool interacts with the active assembly. The presence of an output schema mitigates the need for return-value descriptions, but overall completeness is only adequate.

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?

With schema description coverage at 0%, the description must compensate. It explains the fallback-default mechanism and unit conventions (SI unless a unit field is accepted), which are not fully captured in the schema's property defaults. However, it does not detail individual operation parameters beyond pointing to the schema, so the added value is moderate.

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 description clearly states it dispatches on payload.operation to capability-module handlers for a specific list of assembly operations (bom, mate, move_component, etc.), making its purpose evident. It distinguishes itself from sibling tools by naming its operation set, though it remains somewhat generic as a dispatcher without describing the effect of each operation.

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?

The description offers no explicit guidance on when to use this tool versus sibling tools like solidworks_assembly_tree or solidworks_mass_properties. It neither states alternatives nor provides exclusions, leaving the agent to infer usage from the operation list and the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rdolan5/solidworks-mcp-2'

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