3D-MCP

by team-plask
Verified

setMetadata

Assign or update metadata for a specific entity within the 3D-MCP server, enabling enhanced data management and integration with digital content tools.

Instructions

Set metadata on an entity

Input Schema

NameRequiredDescriptionDefault
idYesEntity identifier
mergeNoWhether to merge with existing metadata
metadataYesMetadata to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Entity identifier", "type": "string" }, "merge": { "default": true, "description": "Whether to merge with existing metadata", "type": "boolean" }, "metadata": { "additionalProperties": {}, "description": "Metadata to set", "type": "object" } }, "required": [ "id", "metadata" ], "type": "object" }

You must be authenticated.

Other Tools from 3D-MCP

Related Tools

ID: q8f72q5q5q