3D-MCP

by team-plask
Verified

getMetadata

Get metadata from an entity

Input Schema

NameRequiredDescriptionDefault
idYesEntity identifier
keyNoSpecific metadata key to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Entity identifier", "type": "string" }, "key": { "description": "Specific metadata key to retrieve", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools