get_metamodel

readSince 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.

Parameters

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

Example Request

{"locale": "en"}

Example Response

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