set_material
Assign a specific material to a component in Sketchup using the SketchupMCP integration, enabling precise control over 3D model appearances directly through Claude AI.
Instructions
Set material for a component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
material | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"material": {
"title": "Material",
"type": "string"
}
},
"required": [
"id",
"material"
],
"title": "set_materialArguments",
"type": "object"
}