Skip to main content
Glama

3D-MCP

by team-plask

getMetadata

Extract specific metadata or full metadata details from an entity by providing its identifier and optional key. Designed for integration with 3D-MCP, enabling structured access to entity data in digital content workflows.

Instructions

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 from 3D-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/team-plask/3d-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server