Skip to main content
Glama
danielproxd2

MCP_CAD

by danielproxd2

activate_configuration

Switch the active document to a different configuration, triggering a rebuild to apply suppressions and dimensions. Use to verify a variant before saving.

Instructions

Activar otra configuración del documento activo.

El cambio dispara un rebuild: las supresiones y dimensiones definidas para la configuración objetivo se aplican. Útil para verificar que una variante construida con build_variant_family se ve correcta antes de guardar. [en: Switch the active document to a different configuration. The switch triggers a rebuild — suppressions and dimension values defined for the target config take effect. Useful to verify a variant built with build_variant_family looks right before saving.]

Args: name: Name of the configuration to activate.

Returns the previously-active configuration name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior5/5

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

Discloses that activation triggers a rebuild, applies suppressions and dimension values, and returns the previous configuration name. No annotations exist, so the description fully carries the burden.

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?

Concise bilingual description with front-loaded main action, then details, use case, and parameter doc. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Fully covers the tool's behavior, return value, and use case. No output schema, but description explains return. Complete for a simple tool.

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?

Describes the single parameter 'name' as 'Name of the configuration to activate', adding meaning beyond the schema's type string. Schema coverage is 0% but the description compensates.

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 states the verb "activate" and resource "configuration" clearly, and distinguishes from siblings like create_configuration or delete_configuration by specifying the action of switching and the rebuild trigger.

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

Usage Guidelines4/5

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

Explicitly mentions the use case: verify a variant built with build_variant_family before saving. Provides context but does not list conditions when not to use or alternatives other than build_variant_family.

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

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