Skip to main content
Glama

SketchupMCP

by mhyrr

create_dovetail

Generate dovetail joints in Sketchup by defining components, dimensions, and angles for precise 3D modeling within the SketchupMCP server.

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" }
Install Server

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/mhyrr/sketchup-mcp'

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