3D-MCP

by team-plask
Verified

getProperty

Get a property value from an object

Input Schema

NameRequiredDescriptionDefault
idYesObject identifier
propertyPathYesPath to the property (e.g., 'material.color')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Object identifier", "type": "string" }, "propertyPath": { "description": "Path to the property (e.g., 'material.color')", "type": "string" } }, "required": [ "id", "propertyPath" ], "type": "object" }

You must be authenticated.

Other Tools