Skip to main content
Glama
danielproxd2

MCP_CAD

by danielproxd2

describe_feature

Read a SOLIDWORKS feature definition to retrieve its type, depth, and through status for build report verification.

Instructions

Describir una operación — read a built feature's definition.

Returns {name, type, found, through, depth_mm, internal, source}. Used by verify_build_report to tell a through-hole from a blind one and read its depth. The rich path is the in-process add-in (MCP_CAD_USE_ADDIN, reads the real feature definition); the COM driver degrades to feature-tree dims (through/depth may be None — hole-wizard dims aren't exposed over COM).

Args: feature_name: exact feature name from get_active_part_info (verbatim; locale-sensitive — never translate it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feature_nameYes
Behavior4/5

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

With no annotations, the description carries full behavioral disclosure weight. It reveals that COM driver may return None for through/depth, indicating a degradation in capability. It does not mention idempotency or auth, but for a read-only feature inspection tool, the provided details are sufficient.

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 mostly concise but includes a Spanish fragment at the start which may confuse some agents. The key information is front-loaded and each sentence adds value, but the bilingual aspect slightly reduces clarity.

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?

Given a single parameter, no output schema, and no annotations, the description fully covers the tool's behavior: return fields, usage scenario, parameter specification, and limitations. It is complete for agent invocation.

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

Parameters5/5

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

Schema coverage is 0%, so the description must compensate. It provides detailed semantics for feature_name: exact name, verbatim requirement, locale-sensitivity, and source (get_active_part_info). This is critical for proper invocation and far exceeds basic schema repetition.

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 reads a built feature's definition and lists the returned fields. It also mentions its use by verify_build_report, providing a specific use case that distinguishes it from sibling tools like get_feature_inventory.

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

Usage Guidelines5/5

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

The description explicitly explains when to use the tool (e.g., for distinguishing through-hole vs blind features) and provides conditions for accurate results (rich path vs COM driver, locale-sensitive feature names). This gives clear guidance beyond the basic purpose.

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