Skip to main content
Glama
flujo-app

MCP CAD Studio

by flujo-app

Create CAD model

create_model

Create CAD models from declarative shape trees, with support for primitives, extrusions, transforms, mesh input, and boolean operations.

Instructions

Create a CAD model from a declarative parametric shape tree. Supports primitives, extrusions, transforms, mesh input, and boolean operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo#6ee7b7
shapeYes
Behavior4/5

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

Annotations provide only that the tool is not read-only and not destructive. The description adds that it creates a model from a parametric shape tree and enumerates supported operations, giving the agent insight into input capabilities. However, it does not disclose side effects like name conflicts, return values, or permissions, which would be valuable.

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?

The description is a single, focused sentence that front-loads the primary action and then lists supported capabilities. Every word adds value, and it is easy to scan.

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

Completeness3/5

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

Given the highly complex nested shape schema and lack of output schema, the description gives a helpful summary but omits important operational details such as naming constraints, return value, or error conditions. It tells the agent what the tool can do, but not enough about the results or side effects for a fully informed invocation.

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?

With 0% schema description coverage, the description's mention of 'primitives, extrusions, transforms, mesh input, and boolean operations' adds high-level meaning to the complex 'shape' parameter. However, it does not explain the 'name' or 'color' parameters, though their schema definitions are self-explanatory. The description partially compensates for the missing schema descriptions.

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 uses the specific verb 'Create' with resource 'CAD model' and clearly states the input is a 'declarative parametric shape tree'. It lists supported features (primitives, extrusions, transforms, mesh input, boolean operations), which distinguishes it from sibling tools like list_models, update_model, or delete_model.

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 does not mention when to use this tool versus alternatives. While 'Create' implies using it to make a new model, it does not differentiate from generate_model or import_model, nor does it state any exclusions or prerequisites. Usage is only implied by the name and title.

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/flujo-app/mcp-cad-studio'

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