Skip to main content
Glama

SketchupMCP

by mhyrr

create_finger_joint

Generate precise finger joints (box joints) between two components in Sketchup for woodworking or 3D modeling projects. Define width, height, depth, finger count, and offsets to customize the joint design.

Instructions

Create a finger joint (box joint) between two components

Input Schema

NameRequiredDescriptionDefault
board1_idYes
board2_idYes
depthNo
heightNo
num_fingersNo
offset_xNo
offset_yNo
offset_zNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "board1_id": { "title": "Board1 Id", "type": "string" }, "board2_id": { "title": "Board2 Id", "type": "string" }, "depth": { "default": 1, "title": "Depth", "type": "number" }, "height": { "default": 1, "title": "Height", "type": "number" }, "num_fingers": { "default": 5, "title": "Num Fingers", "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" }, "width": { "default": 1, "title": "Width", "type": "number" } }, "required": [ "board1_id", "board2_id" ], "title": "create_finger_jointArguments", "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