Skip to main content
Glama

SketchupMCP

create_dovetail

Generate precise dovetail joints between two components in Sketchup by configuring angles, depth, width, and tail count for accurate 3D modeling.

Instructions

Create a dovetail joint between two components

Input Schema

NameRequiredDescriptionDefault
angleNo
depthNo
heightNo
num_tailsNo
offset_xNo
offset_yNo
offset_zNo
pin_idYes
tail_idYes
widthNo

Input Schema (JSON Schema)

{ "properties": { "angle": { "default": 15, "title": "Angle", "type": "number" }, "depth": { "default": 1, "title": "Depth", "type": "number" }, "height": { "default": 1, "title": "Height", "type": "number" }, "num_tails": { "default": 3, "title": "Num Tails", "type": "integer" }, "offset_x": { "default": 0, "title": "Offset X", "type": "number" }, "offset_y": { "default": 0, "title": "Offset Y", "type": "number" }, "offset_z": { "default": 0, "title": "Offset Z", "type": "number" }, "pin_id": { "title": "Pin Id", "type": "string" }, "tail_id": { "title": "Tail Id", "type": "string" }, "width": { "default": 1, "title": "Width", "type": "number" } }, "required": [ "tail_id", "pin_id" ], "title": "create_dovetailArguments", "type": "object" }

You must be authenticated.

Other Tools from SketchupMCP

Related Tools

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/BearNetwork-BRNKC/SketchUp-MCP'

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