Webasyst MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_webasyst_appsC | Получить список всех приложений Webasyst |
| get_app_infoC | Получить информацию о конкретном приложении |
| list_app_pluginsC | Получить список плагинов приложения |
| get_plugin_infoC | Получить информацию о плагине |
| list_app_themesC | Получить список тем оформления приложения |
| list_app_widgetsC | Получить список виджетов приложения |
| get_routing_configC | Получить конфигурацию маршрутизации |
| get_system_configC | Получить системную конфигурацию |
| run_webasyst_cliC | Выполнить CLI команду Webasyst |
| create_app_structureC | Создать структуру нового приложения |
| create_plugin_structureC | Создать структуру нового плагина |
| create_widgetC | Создать виджет для Dashboard |
| create_actionC | Создать action или controller |
| create_modelC | Создать модель для работы с БД |
| create_themeC | Создать тему оформления для приложения |
| create_site_pluginC | Создать плагин для приложения Site |
| create_site_widgetD | Создать виджет для Site |
| create_site_blockC | Создать блок конструктора Site |
| create_site_themeC | Создать тему для Site |
| create_shop_pluginC | Создать плагин Shop-Script |
| create_shop_themeC | Создать тему Shop-Script |
| create_shipping_pluginC | Создать плагин доставки (wa-plugins/shipping/) |
| create_payment_pluginC | Создать плагин оплаты (wa-plugins/payment/) |
| create_shop_reportD | Создать отчет Shop-Script |
| create_generic_appC | Создать новое приложение Webasyst (в указанном пути) |
| enable_webasyst_uiC | Подключить дизайн-систему Webasyst UI 2.0 |
| create_ui_componentC | Сгенерировать UI-компонент Webasyst 2.0 |
| setup_seo_optimizationC | Базовые SEO-настройки (robots/sitemap) |
| analyze_projectD | Проанализировать проект Webasyst |
| generate_po_templateC | Создать/обновить PO шаблон для приложения |
| compile_moC | Скомпилировать .mo из .po |
| check_project_complianceC | Проверить базовое соответствие UI/локализации |
| prepare_release_bundleC | Собрать архив проекта для публикации |
| generate_nginx_vhostD | Сгенерировать nginx-конфиг |
| generate_htaccessD | Сгенерировать .htaccess |
| validate_ui_usageC | Проверить использование UI 2.0 (хардкод цветов, устаревшие паттерны) |
| generate_color_schemeC | Сгенерировать CSS-переменные цветовой схемы |
| create_responsive_layoutC | Создать адаптивные лейауты (Desktop + Mobile) с isMobile() |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 38 tools
Most tools have distinct purposes targeting specific Webasyst components (apps, plugins, themes, widgets) or development tasks, but some overlap exists, such as multiple 'create' tools for different plugin types that could be confused if the agent doesn't carefully read descriptions. The tools are generally well-differentiated by their target domains.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. Verbs like 'create', 'get', 'list', 'generate', and 'run' are applied predictably across different nouns, making the set easy to navigate and understand.
With 38 tools, this is an excessively large set for a single server, likely overwhelming for agents and indicating poor scoping. While Webasyst is a complex platform, the count suggests fragmentation of functionality that could be consolidated into fewer, more versatile tools.
The tool set provides comprehensive coverage for Webasyst development, including creation, analysis, configuration, and management of apps, plugins, themes, widgets, and system settings. It supports the full lifecycle from setup to deployment, with no obvious gaps in the domain.