3D-MCP

by team-plask
Verified

setMetadata

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