glimind
.
Docs
Status
Get key
all tools
automation tools
// by live reliability
mcp-registry/com.quintadb/mcp/update_action_rule
Оновити параметри існуючого action-правила (тригера) на формі.
mcp-registry/com.quintadb/mcp/run_action
Запустити автоматизацію (action rule) для запису — відправити email, тригер webhook тощо. action_id — ID поля-кнопки дії
mcp-registry/com.b2bware/mcp-server/list_automation_flows
[automation] List automation flows (paginated). GET /api/v1/apps/automation-hub/flows. Filter by name or status when supported.
mcp-registry/com.b2bware/mcp-server/get_automation_flow
[automation] Get a single automation flow by ID. GET /flows/{id}.
mcp-registry/com.quintadb/mcp/create_action_rule
Створити тригер/правило дій для форми. Спрацьовує on_create/on_update і виконує: send_email, send_sms, update_record, redirect, show_message
mcp-registry/com.b2bware/mcp-server/list_available_automation_triggers
[automation] List triggers available for new flows (discovered at runtime). GET /flows/available-triggers/list.
mcp-registry/com.b2bware/mcp-server/list_available_automation_actions
[automation] List actions available for flow steps. GET /flows/available-actions/list (falls back to /available-actions/grouped).
mcp-registry/com.b2bware/mcp-server/list_flow_runs
[automation] List flow execution runs (paginated). GET /flow-runs. Filter by flow_id or status when needed.
mcp-registry/com.b2bware/mcp-server/get_flow_run
[automation] Get a single flow run by ID. GET /flow-runs/{id}.
mcp-registry/com.quintadb/mcp/list_action_rules
Повернути список всіх action-правил (тригерів автоматизації) форми.