get_metamodel

readSeit v1.0

Get the model's schema (metamodel). Returns all node types, relationship types, their properties, allowed connections, and instance counts. Always call this first to understand what the model contains.

Parameter

NameTypPflichtfeldStandardBeschreibung
localeString[get_metamodel] Optional locale code (e.g. 'de', 'en') to return translated names and descriptions. Defaults to model's default language.

Beispielanfrage

{"locale": "en"}

Beispielantwort

{"model_name": "Product Roadmap", "node_types": [{"name": "Feature", "instance_count": 47, "properties": [{"name": "status", "data_type": "String"}]}], "total_nodes": 59}