3D-MCP

by team-plask
Verified

select

Select one or more objects

Input Schema

NameRequiredDescriptionDefault
domainNoOptional domain to restrict selection (e.g., 'mesh', 'animation')
idsYesObject identifiers to select
modeNoSelection mode operationreplace

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "domain": { "description": "Optional domain to restrict selection (e.g., 'mesh', 'animation')", "type": "string" }, "ids": { "description": "Object identifiers to select", "items": { "type": "string" }, "type": "array" }, "mode": { "default": "replace", "description": "Selection mode operation", "enum": [ "replace", "add", "remove", "toggle" ], "type": "string" } }, "required": [ "ids" ], "type": "object" }

You must be authenticated.

Other Tools