Skip to main content
Glama

SketchupMCP

transform_component

Adjust a component's position, rotation, or scale in Sketchup using the SketchupMCP server. Simplify 3D model manipulation by directly modifying component properties.

Instructions

Transform a component's position, rotation, or scale

Input Schema

NameRequiredDescriptionDefault
idYes
positionNo
rotationNo
scaleNo

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "string" }, "position": { "default": null, "items": { "type": "number" }, "title": "Position", "type": "array" }, "rotation": { "default": null, "items": { "type": "number" }, "title": "Rotation", "type": "array" }, "scale": { "default": null, "items": { "type": "number" }, "title": "Scale", "type": "array" } }, "required": [ "id" ], "title": "transform_componentArguments", "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