Skip to main content
Glama
rdolan5

solidworks-mcp

by rdolan5

solidworks_cam_workflow

Destructive

Dispatch low-level CAM workflow actions for SOLIDWORKS CAM, covering machine setup, stock definition, feature recognition, operation planning, toolpaths, and postprocessing.

Instructions

Legacy low-level CAM action/args dispatcher retained for the small set of raw CAMService.workflow actions (active_document, machine, stock, set_machine, stock_box, recognize_features, operation_plan, toolpaths, postprocess, license) that back the typed solidworks_cam grouped tool's operations. Prefer solidworks_cam -- it exposes the full CAM operation surface (list_machines, define_stock, generate_operation_plan, set_tool, generate_toolpaths, post_process, ...) with proper per-operation schemas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
actionYes
backgroundNo

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

A4.2/5.0
Behavior3/5

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

Annotations already indicate destructiveHint and readOnlyHint; description adds legacy/low-level context and the action list but does not disclose side effects or action-specific behavior beyond that.

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

Conciseness5/5

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

Two concise sentences with no redundant content; all information serves to identify purpose and direct the agent to the preferred alternative.

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?

Description is sufficient to avoid misuse by steering toward solidworks_cam and listing the supported raw actions. Output schema exists, so return details are not required, though action-specific invocation details are sparse.

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?

Description lists the raw action values and frames the tool as action/args dispatcher, but does not explain the args object structure, background flag semantics, or per-action parameters. Schema coverage is 0%, so more detail would be needed for full parameter clarity.

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 identifies the tool as a legacy low-level CAM action/args dispatcher for raw CAMService.workflow actions and distinguishes it from the preferred typed solidworks_cam tool.

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?

Explicitly states 'Prefer solidworks_cam' and explains that the typed tool exposes the full CAM operation surface with proper per-operation schemas, giving clear guidance on when not to use this legacy dispatcher.

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