Skip to main content
Glama
vespo92

SolidWorks MCP Server

convert_text_to_native_macro

Convert plain text VBA code into a SolidWorks macro file, adding initialization and type references for automation.

Instructions

Convert plain text VBA code to a properly initialized SolidWorks macro

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vbaCodeYesPlain text VBA code to convert
outputPathYesPath where the converted macro will be saved
macroNameYesName for the macro
addInitializationNoAdd SolidWorks initialization code
addReferencesNoAdd required type library references
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It states the macro is 'properly initialized' but does not explain what initialization entails (e.g., adding entry points, handling errors) or mention side effects like file creation. This is insufficient for a conversion tool.

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 a single concise sentence that covers the core purpose. It is appropriately front-loaded and contains no extraneous information.

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?

The tool has 5 parameters, all described, but lacks an output schema. The description does not mention return values or success/failure indicators. Given the complexity of macro conversion, this is a notable gap.

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?

All five parameters have descriptions in the schema (100% coverage), so the description adds no extra meaning. The baseline of 3 applies since the schema already documents the parameters adequately.

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 function: converting plain text VBA code into a properly initialized SolidWorks macro. The verb 'convert' paired with the specific input and output context distinguishes it from siblings like 'create_initialized_macro' which may imply creation from scratch.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it is for converting existing VBA code, but does not specify scenarios where other tools (e.g., creating from scratch) are more appropriate. Given the task, usage is clear but lacks comparative context.

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/vespo92/SolidworksMCP-TS'

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