3D-MCP

by team-plask
Verified

batchSetProperty

Set properties on multiple objects

Input Schema

NameRequiredDescriptionDefault
itemsYesProperty assignments to make

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Property assignments to make", "items": { "additionalProperties": false, "properties": { "id": { "description": "Object identifier", "type": "string" }, "propertyPath": { "description": "Path to the property", "type": "string" }, "value": { "description": "Property value to set" } }, "required": [ "id", "propertyPath" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" }

You must be authenticated.

Other Tools