Skip to main content
Glama
vespo92

SolidWorks MCP Server

batch_apply_template

Apply a parent drawing template to multiple child drawing files in batch, controlling sheet format, custom properties, styles, and subfolder processing.

Instructions

Apply template to multiple child drawing files

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentFileYesPath to parent drawing file to use as template
childFilesYesArray of child drawing file paths
includeSubfoldersNoProcess files in subfolders
filePatternNoFile pattern for automatic discovery*.SLDDRW
applyFormatNoApply sheet format
applyPropertiesNoApply custom properties
applyStylesNoApply dimension/annotation styles
overwriteExistingNoOverwrite existing properties
saveReportNoPath to save processing report
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It does not mention that this tool modifies child files, any prerequisites (e.g., parentFile must exist), potential side effects, or whether operations are reversible. The description is too brief to inform the agent of critical behaviors.

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 front-loads the core action. It is efficient, though it could benefit from slight elaboration on the batch process without becoming wordy.

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?

Given 9 parameters, no output schema, and no annotations, the description is insufficiently complete. It does not explain how the batch operation works, how file discovery via filePattern relates to childFiles, or what the saveReport parameter captures. The agent lacks context to use the tool confidently without extra information.

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?

The input schema has 100% coverage with descriptions for all 9 parameters. The tool description adds no additional parameter semantics beyond what the schema already provides, so baseline 3 is appropriate.

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 'Apply template to multiple child drawing files' uses a clear verb-resource pair and specifies the batch scope, distinguishing it from sibling tools like apply_drawing_template (which likely applies to a single file).

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 implies batch usage via the word 'multiple' but does not explicitly state when to use this tool over alternatives like apply_drawing_template or extract_drawing_template. No when-not-to-use guidance is provided.

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