
metamodel
AI-callable calculators and engineering models with real formulas.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| metamodel_list_projects | Browse available MetaModel calculators and engineering models. Returns project names, descriptions, tokens, and model names for each published project. |
| metamodel_get_schema | Get the input/output schema for a published MetaModel project. Returns model names, input parameters (with types, defaults, validation), and output fields. Models marked "presentation": true are display scaffolding (3D scenes etc.) — skip them for engineering analysis. Use a token from metamodel_list_projects. |
| metamodel_export_kn | Export a published MetaModel project as KN notation — a human-readable text spelling of the model: nested Component blocks, "Name: value" literals, "Name: expression" formulas, dotted cross-references. Deliberately lossy (rules, indicators, validations, table data and views are omitted). Useful for reading or diffing the engineering knowledge behind a project. |
| metamodel_compute | Run a computation on a MetaModel project. Send input values and get computed outputs from all models. Inputs are auto-routed to the correct model by property name. Models marked "presentation": true in results are display scaffolding, not engineering outputs. Use metamodel_get_schema first to discover available inputs and outputs. |