snow-flow 10.0.1-dev.441 → 10.0.1-dev.442
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -438,8 +438,7 @@ export const toolDefinition: MCPToolDefinition = {
|
|
|
438
438
|
},
|
|
439
439
|
trigger_type: {
|
|
440
440
|
type: 'string',
|
|
441
|
-
|
|
442
|
-
description: 'Trigger type (create only, default: manual)',
|
|
441
|
+
description: 'Trigger type - looked up dynamically in sys_hub_trigger_definition. Common values: record_create, record_update, record_create_or_update, scheduled, manual (default: manual)',
|
|
443
442
|
default: 'manual'
|
|
444
443
|
},
|
|
445
444
|
table: {
|