Skip to main content
Glama

verify_setup

Check MCP_CAD installation status and confirm server, SolidWorks connection, and active document accessibility. Run after setup or when issues arise.

Instructions

Diagnóstico — comprueba que la instalación de MCP_CAD funcione.

Junior workflow: en la primera instalación o cuando algo se ve raro, pregunta a Claude "verify_setup" para obtener un checklist de:

  • El servidor MCP responde y la versión de Python.

  • SolidWorks responde (en modo live) o estamos en modo mock.

  • Hay un documento activo (pieza/ensamble) accesible.

[en: Diagnostic — verify the MCP_CAD installation. Returns a checklist a non-technical customer can scan to confirm everything's wired correctly. Run after install, or when something seems off.]

Returns: { "ok": bool, # overall pass/fail "summary": str, # one-line Spanglish status "checks": [ {"name": str, "ok": bool, "detail": str}, ... ], }

A red check on "Active document" is normal if no part is open — the customer can still confirm the rest of the setup. A red check on "SolidWorks connection" in live mode requires opening SW first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, so description carries full burden. It discloses the tool returns a checklist with three checks, explains that a red check on 'Active document' is normal if no part is open, and that a red check on 'SolidWorks connection' in live mode requires opening SW. Also mentions mock mode. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is bilingual (Spanish then English) and includes a junior workflow, which adds context but makes it longer than necessary. It is front-loaded with purpose, but some redundancy exists (e.g., both Spanish and English versions of purpose). Adequate but not maximally concise.

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

Completeness4/5

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

Given zero parameters and no output schema, the description includes a sample return object covering the checklist structure and behavioral notes. It explains edge cases and mock mode. Could mention idempotency, but overall sufficiently complete for a diagnostic 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?

The tool has zero parameters with 100% schema coverage, so baseline is 4. No parameter information needed in description beyond what schema provides, and description does not add any.

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 is a diagnostic to verify MCP_CAD installation. It explicitly mentions checking server response, SolidWorks connection, and active document, distinguishing it from sibling tools that perform modeling or manipulation tasks.

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?

The description specifies when to use the tool: after installation or when something seems off. It provides a junior workflow example. No explicit when-not-to-use but given the tool's unique diagnostic purpose, the guidance is sufficient.

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/MCP_CAD'

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