set_material
Assign specific materials to components in Sketchup using the Model Context Protocol. Simplify 3D modeling by integrating AI-driven material customization directly into your workflow.
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"
}