3D-MCP

by team-plask
Verified

select

Choose specific objects in 3D creative software by specifying their IDs and selection mode using the 3D-MCP server. Restrict selection by domain for precise object management.

Instructions

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 from 3D-MCP

Related Tools

ID: q8f72q5q5q