Skip to main content
Glama
rdolan5

solidworks-mcp

by rdolan5

solidworks_api

Destructive

Invoke SOLIDWORKS COM API methods, get or set properties, and pass arguments to automate parts, assemblies, drawings, and CAM operations.

Instructions

Invoke any exposed COM member. Use {$ref:handle}, {$variant:'I4',byref:true,value:0}, typed arrays with array:true, {$missing:true}, or {$bytes:base64}. Returns value and out_args. Get managers with action=get. Explicit action avoids confusing methods and properties. This is full API access: calls may modify documents, execute macros, or access local files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
valueNo
actionNocall
memberYes
targetYes

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.4/5.0
Behavior5/5

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

The description explicitly warns: 'This is full API access: calls may modify documents, execute macros, or access local files.' This goes beyond the annotations by explaining concrete side effects and destructive potential, making the behavioral impact clear.

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?

The description is dense but every sentence earns its place: purpose, argument syntax, return behavior, action guidance, and a safety warning. It is front-loaded with the core purpose and avoids unnecessary filler.

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?

For a generic full-API tool, the description covers the essential invocation mechanics, return shape, and safety caveats. It does not detail target handle acquisition or error behavior, but the presence of a separate output schema and sibling connection tools reduces the need for that detail.

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

Parameters4/5

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

The input schema has 0% description coverage, and the description adds meaningful details about argument encoding such as '{$ref:handle}', '{$variant:'I4',byref:true,value:0}', typed arrays, and '{$missing:true}'. It also explains return behavior via 'Returns value and out_args' and clarifies the action enum, though 'target' and 'member' remain somewhat implicit.

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: 'Invoke any exposed COM member,' making it distinct from the higher-level SolidWorks sibling tools. It also clarifies the action options and warns that this is 'full API access,' so an agent knows it is a generic low-level entry point.

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

Usage Guidelines3/5

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

The description gives some guidance, such as 'Get managers with action=get' and 'Explicit action avoids confusing methods and properties,' but it never explicitly says when to prefer this tool over the many specific sibling tools. It does not name alternatives or state conditions like 'use this only when no higher-level tool fits.'

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