Skip to main content
Glama
rdolan5

solidworks-mcp

by rdolan5

solidworks_cam

Destructive

Automate SOLIDWORKS CAM to generate toolpaths, post-process G-code, simulate machining, and manage setups, machines, and tools.

Instructions

solidworks_cam: dispatches on payload.operation to one of the capability-module handlers for [check_collisions, define_feature, define_stock, generate_operation_plan, generate_toolpaths, list_features, list_machines, list_operations, list_setups, post_process, recognize_features, save_cam_data, set_machine, set_operation_parameter, set_post, set_tool, setup_sheet, simulate, techdb_query]. 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

C2.4/5.0
Behavior2/5

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

Annotations already flag destructiveHint=true and readOnlyHint=false. The description adds only that fields fall back to module defaults and that units follow a convention (SI unless a unit field exists). It does not disclose that operations like save_cam_data or set_* modify CAM data, nor does it mention side effects, prerequisites, or reversibility. It adds minimal context beyond the annotations, leaving the destructive nature unelaborated.

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 dense sentence listing 19 operations, which is necessary but could be better structured (e.g., bullet points or grouping). It front-loads the dispatcher concept and mentions the schema, defaults, and units. It is not excessively verbose given the scope, but the run-on nature and lack of paragraph breaks reduce clarity.

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?

For a tool with 19 operations and many parameters, the description is severely incomplete. It does not explain what each operation accomplishes, prerequisites, side effects, or workflow order. It relies on the input schema for field details, but the schema is also incomplete. The output schema exists, so return values are covered, but the operational semantics are entirely missing, making it hard for an agent to choose and invoke the right operation.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the description provides no parameter details. It merely says each operation has a typed field set (see the input schema) and mentions unit conventions. The schema itself is sparse for many parameters (e.g., target_operation, techdb_id have no descriptions). The description does not compensate for this lack, leaving an agent to infer parameter meaning from field names alone.

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 that the tool dispatches on payload.operation to specific handlers and lists all 19 operations. This conveys a specific, broad CAM capability set that distinguishes it from siblings like solidworks_cam_connect or solidworks_cam_status. However, it doesn't explicitly say 'use this for all CAM operations' or contrast with those siblings, so it stops short of a 5.

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 given on when to use this tool versus alternatives. It does not mention any other tool or provide selection criteria. The operation list implies it's for those operations, but there is no explicit 'use this when you need to...' or exclusion of other tools. An agent must infer the scope from the list alone.

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