Skip to main content
Glama
ANYLXB

solidworks-mcp-pro

by ANYLXB

sw_create_tube_sheet

Create a simplified circular tube sheet part with a grid of tube holes for heat exchanger or pressure vessel designs. Specify outer diameter, thickness, hole count, pitch, and material to generate the 3D model.

Instructions

Create a simplified tube sheet with a grid of tube holes inside a circular plate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
materialNo
save_as_nameNotube_sheet.SLDPRT
thickness_mmYes
tube_pitch_mmYes
edge_margin_mmNo
tube_hole_countYes
outer_diameter_mmYes
tube_hole_diameter_mmYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are absent, so the description carries the full burden of behavioral disclosure. It only reveals that the result is simplified and geometric; it does not state side effects such as creating a SolidWorks part, using save_as_name, requiring an active document, or behavior on invalid dimensions.

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, grammatically clean sentence with no filler, front-loading the core action and object. It is appropriately short for stating purpose, though the brevity contributes to missing semantics elsewhere.

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?

With 8 parameters, 5 required, and no annotations, the description is insufficient. It does not explain constraints between outer_diameter, tube_hole_count, tube_pitch, and edge_margin, nor the role of material and save_as_name. The output schema covers return values, but preconditions and valid parameter relationships are undocumented.

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 property descriptions cover 0% of the parameters, and the description names none of them explicitly. Terms like tube_pitch_mm, edge_margin_mm, material, and save_as_name are left entirely to inference from parameter names.

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 uses a specific verb ('Create') and names a concrete resource ('simplified tube sheet') with distinguishing geometry ('grid of tube holes inside a circular plate'). It is clearly distinct from sibling tools like sw_create_cylinder or sw_create_flange.

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 about when to use this tool versus the sibling CAD-creation tools. There is no mention of prerequisites, exclusions, or alternatives; the only implied context is the tool name and the word 'Create'.

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/ANYLXB/solidworks-mcp-pro'

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