# DezignWorks

Query DezignWorks reverse engineering software — features, file format compatibility, pricing, and technical capabilities for CAD sketch reconstruction.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add recursive/dezignworks

# Browse available tools
npx -y @smithery/cli@latest tool list recursive/dezignworks

# Get full schema for a tool
npx -y @smithery/cli@latest tool get recursive/dezignworks query.product

# Call a tool
npx -y @smithery/cli@latest tool call recursive/dezignworks query.product '{}'
```

## Direct MCP Connection

Endpoint: `https://dezignworks--recursive.run.tools`

**Optional config:**
- `timeout` (query) — Request timeout in seconds for tool calls.

## Tools (4)

- `query.product` — Query the DezignWorks knowledge base for information about the product, troubleshooting, features, workflows, supported…
- `query.recommend` — Recommend the right DezignWorks product tier based on the user's equipment and needs. DezignWorks offers three tiers: P…
- `data.product` — Returns structured product information for DezignWorks including product tiers, pricing, supported CAD platforms, core …
- `data.hardware` — Returns the list of supported measurement devices (CMMs, scanners), file formats, and system requirements for DezignWor…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get recursive/dezignworks <tool-name>
```

## Prompts (2)

- `discover-capabilities` — Walk through this agent's capabilities step by step: list available tools, check data endpoints, then ask a sample ques…
- `available-tools` — List all tools with descriptions. Tools: query.product, query.recommend, data.product, data.hardware
