3D-MCP

by team-plask
Verified

getChildren

Get all children of an object

Input Schema

NameRequiredDescriptionDefault
idYesParent object identifier
recursiveNoWhether to include all descendants
typeFilterNoFilter by object types

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Parent object identifier", "type": "string" }, "recursive": { "default": false, "description": "Whether to include all descendants", "type": "boolean" }, "typeFilter": { "description": "Filter by object types", "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools