GETPro+
/api/v1/models/{model_id}/schema

Get Schema

Returns the metamodel (M2 schema): all node types, relationship types, their properties, and allowed connection patterns. Equivalent to the MCP get_metamodel tool.

AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+

Parameter

NameTypPflichtfeldStandardBeschreibung
model_idString[Get Schema] UUID of the model. Path parameter.
localeString[Get Schema] Return type names and descriptions in this locale. Query parameter.

Beispielantwort

{"node_types": [{"name": "Feature", "properties": [{"name": "status", "data_type": "String"}]}], "relationship_types": [{"name": "depends_on"}], "allowed_connections": [...]}