@keystrokehq/stack_ai 0.1.0

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.
Files changed (210) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/check-health.cjs +16 -0
  7. package/dist/actions/check-health.cjs.map +1 -0
  8. package/dist/actions/check-health.d.cts +9 -0
  9. package/dist/actions/check-health.d.cts.map +1 -0
  10. package/dist/actions/check-health.d.mts +9 -0
  11. package/dist/actions/check-health.d.mts.map +1 -0
  12. package/dist/actions/check-health.mjs +13 -0
  13. package/dist/actions/check-health.mjs.map +1 -0
  14. package/dist/actions/get-action-inputs.cjs +19 -0
  15. package/dist/actions/get-action-inputs.cjs.map +1 -0
  16. package/dist/actions/get-action-inputs.d.cts +9 -0
  17. package/dist/actions/get-action-inputs.d.cts.map +1 -0
  18. package/dist/actions/get-action-inputs.d.mts +9 -0
  19. package/dist/actions/get-action-inputs.d.mts.map +1 -0
  20. package/dist/actions/get-action-inputs.mjs +16 -0
  21. package/dist/actions/get-action-inputs.mjs.map +1 -0
  22. package/dist/actions/get-action-outputs.cjs +27 -0
  23. package/dist/actions/get-action-outputs.cjs.map +1 -0
  24. package/dist/actions/get-action-outputs.d.cts +9 -0
  25. package/dist/actions/get-action-outputs.d.cts.map +1 -0
  26. package/dist/actions/get-action-outputs.d.mts +9 -0
  27. package/dist/actions/get-action-outputs.d.mts.map +1 -0
  28. package/dist/actions/get-action-outputs.mjs +24 -0
  29. package/dist/actions/get-action-outputs.mjs.map +1 -0
  30. package/dist/actions/get-connector-type-schema.cjs +32 -0
  31. package/dist/actions/get-connector-type-schema.cjs.map +1 -0
  32. package/dist/actions/get-connector-type-schema.d.cts +9 -0
  33. package/dist/actions/get-connector-type-schema.d.cts.map +1 -0
  34. package/dist/actions/get-connector-type-schema.d.mts +9 -0
  35. package/dist/actions/get-connector-type-schema.d.mts.map +1 -0
  36. package/dist/actions/get-connector-type-schema.mjs +31 -0
  37. package/dist/actions/get-connector-type-schema.mjs.map +1 -0
  38. package/dist/actions/get-license-status.cjs +22 -0
  39. package/dist/actions/get-license-status.cjs.map +1 -0
  40. package/dist/actions/get-license-status.d.cts +9 -0
  41. package/dist/actions/get-license-status.d.cts.map +1 -0
  42. package/dist/actions/get-license-status.d.mts +9 -0
  43. package/dist/actions/get-license-status.d.mts.map +1 -0
  44. package/dist/actions/get-license-status.mjs +19 -0
  45. package/dist/actions/get-license-status.mjs.map +1 -0
  46. package/dist/actions/get-provider-action.cjs +68 -0
  47. package/dist/actions/get-provider-action.cjs.map +1 -0
  48. package/dist/actions/get-provider-action.d.cts +9 -0
  49. package/dist/actions/get-provider-action.d.cts.map +1 -0
  50. package/dist/actions/get-provider-action.d.mts +9 -0
  51. package/dist/actions/get-provider-action.d.mts.map +1 -0
  52. package/dist/actions/get-provider-action.mjs +67 -0
  53. package/dist/actions/get-provider-action.mjs.map +1 -0
  54. package/dist/actions/get-provider-icon.cjs +24 -0
  55. package/dist/actions/get-provider-icon.cjs.map +1 -0
  56. package/dist/actions/get-provider-icon.d.cts +9 -0
  57. package/dist/actions/get-provider-icon.d.cts.map +1 -0
  58. package/dist/actions/get-provider-icon.d.mts +9 -0
  59. package/dist/actions/get-provider-icon.d.mts.map +1 -0
  60. package/dist/actions/get-provider-icon.mjs +23 -0
  61. package/dist/actions/get-provider-icon.mjs.map +1 -0
  62. package/dist/actions/get-provider-trigger.cjs +83 -0
  63. package/dist/actions/get-provider-trigger.cjs.map +1 -0
  64. package/dist/actions/get-provider-trigger.d.cts +9 -0
  65. package/dist/actions/get-provider-trigger.d.cts.map +1 -0
  66. package/dist/actions/get-provider-trigger.d.mts +9 -0
  67. package/dist/actions/get-provider-trigger.d.mts.map +1 -0
  68. package/dist/actions/get-provider-trigger.mjs +82 -0
  69. package/dist/actions/get-provider-trigger.mjs.map +1 -0
  70. package/dist/actions/get-provider.cjs +64 -0
  71. package/dist/actions/get-provider.cjs.map +1 -0
  72. package/dist/actions/get-provider.d.cts +9 -0
  73. package/dist/actions/get-provider.d.cts.map +1 -0
  74. package/dist/actions/get-provider.d.mts +9 -0
  75. package/dist/actions/get-provider.d.mts.map +1 -0
  76. package/dist/actions/get-provider.mjs +63 -0
  77. package/dist/actions/get-provider.mjs.map +1 -0
  78. package/dist/actions/get-root.cjs +16 -0
  79. package/dist/actions/get-root.cjs.map +1 -0
  80. package/dist/actions/get-root.d.cts +9 -0
  81. package/dist/actions/get-root.d.cts.map +1 -0
  82. package/dist/actions/get-root.d.mts +9 -0
  83. package/dist/actions/get-root.d.mts.map +1 -0
  84. package/dist/actions/get-root.mjs +13 -0
  85. package/dist/actions/get-root.mjs.map +1 -0
  86. package/dist/actions/get-trigger-by-provider.cjs +41 -0
  87. package/dist/actions/get-trigger-by-provider.cjs.map +1 -0
  88. package/dist/actions/get-trigger-by-provider.d.cts +9 -0
  89. package/dist/actions/get-trigger-by-provider.d.cts.map +1 -0
  90. package/dist/actions/get-trigger-by-provider.d.mts +9 -0
  91. package/dist/actions/get-trigger-by-provider.d.mts.map +1 -0
  92. package/dist/actions/get-trigger-by-provider.mjs +40 -0
  93. package/dist/actions/get-trigger-by-provider.mjs.map +1 -0
  94. package/dist/actions/get-trigger-inputs.cjs +19 -0
  95. package/dist/actions/get-trigger-inputs.cjs.map +1 -0
  96. package/dist/actions/get-trigger-inputs.d.cts +9 -0
  97. package/dist/actions/get-trigger-inputs.d.cts.map +1 -0
  98. package/dist/actions/get-trigger-inputs.d.mts +9 -0
  99. package/dist/actions/get-trigger-inputs.d.mts.map +1 -0
  100. package/dist/actions/get-trigger-inputs.mjs +16 -0
  101. package/dist/actions/get-trigger-inputs.mjs.map +1 -0
  102. package/dist/actions/get-trigger-outputs.cjs +31 -0
  103. package/dist/actions/get-trigger-outputs.cjs.map +1 -0
  104. package/dist/actions/get-trigger-outputs.d.cts +9 -0
  105. package/dist/actions/get-trigger-outputs.d.cts.map +1 -0
  106. package/dist/actions/get-trigger-outputs.d.mts +9 -0
  107. package/dist/actions/get-trigger-outputs.d.mts.map +1 -0
  108. package/dist/actions/get-trigger-outputs.mjs +28 -0
  109. package/dist/actions/get-trigger-outputs.mjs.map +1 -0
  110. package/dist/actions/index.cjs +45 -0
  111. package/dist/actions/index.d.cts +23 -0
  112. package/dist/actions/index.d.mts +23 -0
  113. package/dist/actions/index.mjs +23 -0
  114. package/dist/actions/list-connector-types.cjs +16 -0
  115. package/dist/actions/list-connector-types.cjs.map +1 -0
  116. package/dist/actions/list-connector-types.d.cts +9 -0
  117. package/dist/actions/list-connector-types.d.cts.map +1 -0
  118. package/dist/actions/list-connector-types.d.mts +9 -0
  119. package/dist/actions/list-connector-types.d.mts.map +1 -0
  120. package/dist/actions/list-connector-types.mjs +13 -0
  121. package/dist/actions/list-connector-types.mjs.map +1 -0
  122. package/dist/actions/list-integrations.cjs +21 -0
  123. package/dist/actions/list-integrations.cjs.map +1 -0
  124. package/dist/actions/list-integrations.d.cts +9 -0
  125. package/dist/actions/list-integrations.d.cts.map +1 -0
  126. package/dist/actions/list-integrations.d.mts +9 -0
  127. package/dist/actions/list-integrations.d.mts.map +1 -0
  128. package/dist/actions/list-integrations.mjs +20 -0
  129. package/dist/actions/list-integrations.mjs.map +1 -0
  130. package/dist/actions/list-permission-groups.cjs +16 -0
  131. package/dist/actions/list-permission-groups.cjs.map +1 -0
  132. package/dist/actions/list-permission-groups.d.cts +9 -0
  133. package/dist/actions/list-permission-groups.d.cts.map +1 -0
  134. package/dist/actions/list-permission-groups.d.mts +9 -0
  135. package/dist/actions/list-permission-groups.d.mts.map +1 -0
  136. package/dist/actions/list-permission-groups.mjs +13 -0
  137. package/dist/actions/list-permission-groups.mjs.map +1 -0
  138. package/dist/actions/list-permissions.cjs +29 -0
  139. package/dist/actions/list-permissions.cjs.map +1 -0
  140. package/dist/actions/list-permissions.d.cts +9 -0
  141. package/dist/actions/list-permissions.d.cts.map +1 -0
  142. package/dist/actions/list-permissions.d.mts +9 -0
  143. package/dist/actions/list-permissions.d.mts.map +1 -0
  144. package/dist/actions/list-permissions.mjs +28 -0
  145. package/dist/actions/list-permissions.mjs.map +1 -0
  146. package/dist/actions/list-provider-triggers.cjs +39 -0
  147. package/dist/actions/list-provider-triggers.cjs.map +1 -0
  148. package/dist/actions/list-provider-triggers.d.cts +9 -0
  149. package/dist/actions/list-provider-triggers.d.cts.map +1 -0
  150. package/dist/actions/list-provider-triggers.d.mts +9 -0
  151. package/dist/actions/list-provider-triggers.d.mts.map +1 -0
  152. package/dist/actions/list-provider-triggers.mjs +38 -0
  153. package/dist/actions/list-provider-triggers.mjs.map +1 -0
  154. package/dist/actions/list-stack-ai-triggers.cjs +16 -0
  155. package/dist/actions/list-stack-ai-triggers.cjs.map +1 -0
  156. package/dist/actions/list-stack-ai-triggers.d.cts +9 -0
  157. package/dist/actions/list-stack-ai-triggers.d.cts.map +1 -0
  158. package/dist/actions/list-stack-ai-triggers.d.mts +9 -0
  159. package/dist/actions/list-stack-ai-triggers.d.mts.map +1 -0
  160. package/dist/actions/list-stack-ai-triggers.mjs +13 -0
  161. package/dist/actions/list-stack-ai-triggers.mjs.map +1 -0
  162. package/dist/actions/list-stackai-actions.cjs +16 -0
  163. package/dist/actions/list-stackai-actions.cjs.map +1 -0
  164. package/dist/actions/list-stackai-actions.d.cts +9 -0
  165. package/dist/actions/list-stackai-actions.d.cts.map +1 -0
  166. package/dist/actions/list-stackai-actions.d.mts +9 -0
  167. package/dist/actions/list-stackai-actions.d.mts.map +1 -0
  168. package/dist/actions/list-stackai-actions.mjs +13 -0
  169. package/dist/actions/list-stackai-actions.mjs.map +1 -0
  170. package/dist/actions/list-stackai-providers.cjs +41 -0
  171. package/dist/actions/list-stackai-providers.cjs.map +1 -0
  172. package/dist/actions/list-stackai-providers.d.cts +9 -0
  173. package/dist/actions/list-stackai-providers.d.cts.map +1 -0
  174. package/dist/actions/list-stackai-providers.d.mts +9 -0
  175. package/dist/actions/list-stackai-providers.d.mts.map +1 -0
  176. package/dist/actions/list-stackai-providers.mjs +40 -0
  177. package/dist/actions/list-stackai-providers.mjs.map +1 -0
  178. package/dist/actions/list-stackai-tools.cjs +39 -0
  179. package/dist/actions/list-stackai-tools.cjs.map +1 -0
  180. package/dist/actions/list-stackai-tools.d.cts +9 -0
  181. package/dist/actions/list-stackai-tools.d.cts.map +1 -0
  182. package/dist/actions/list-stackai-tools.d.mts +9 -0
  183. package/dist/actions/list-stackai-tools.d.mts.map +1 -0
  184. package/dist/actions/list-stackai-tools.mjs +38 -0
  185. package/dist/actions/list-stackai-tools.mjs.map +1 -0
  186. package/dist/app.cjs +9 -0
  187. package/dist/app.cjs.map +1 -0
  188. package/dist/app.d.cts +5 -0
  189. package/dist/app.d.cts.map +1 -0
  190. package/dist/app.d.mts +5 -0
  191. package/dist/app.d.mts.map +1 -0
  192. package/dist/app.mjs +10 -0
  193. package/dist/app.mjs.map +1 -0
  194. package/dist/catalog.cjs +15 -0
  195. package/dist/catalog.cjs.map +1 -0
  196. package/dist/catalog.d.cts +14 -0
  197. package/dist/catalog.d.cts.map +1 -0
  198. package/dist/catalog.d.mts +14 -0
  199. package/dist/catalog.d.mts.map +1 -0
  200. package/dist/catalog.mjs +15 -0
  201. package/dist/catalog.mjs.map +1 -0
  202. package/dist/execute.cjs +18 -0
  203. package/dist/execute.cjs.map +1 -0
  204. package/dist/execute.mjs +18 -0
  205. package/dist/execute.mjs.map +1 -0
  206. package/dist/index.cjs +50 -0
  207. package/dist/index.d.cts +25 -0
  208. package/dist/index.d.mts +25 -0
  209. package/dist/index.mjs +26 -0
  210. package/package.json +49 -0
@@ -0,0 +1,64 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-provider.ts
4
+ const StackAiGetProviderInput = zod.z.object({ provider_id: zod.z.string().describe("The unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github')") }).describe("Request model for getting details of a specific tool provider.");
5
+ const StackAiGetProvider_ActionSchemaSchema = zod.z.object({
6
+ name: zod.z.string().describe("Display name of the action"),
7
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the action").nullable().optional(),
8
+ action_id: zod.z.string().describe("Unique identifier for the action"),
9
+ description: zod.z.union([zod.z.object({}), zod.z.string()]),
10
+ provider_id: zod.z.string().describe("Identifier of the provider this action belongs to"),
11
+ input_params: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of input parameters for the action"),
12
+ api_tool_info: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional API tool information for the action").nullable().optional(),
13
+ is_searchable: zod.z.boolean().describe("Whether the action is searchable").nullable().optional(),
14
+ output_params: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of output parameters returned by the action"),
15
+ input_param_count: zod.z.number().int().describe("Number of input parameters"),
16
+ output_param_count: zod.z.number().int().describe("Number of output parameters")
17
+ }).describe("Schema for an action provided by the tool provider.");
18
+ const StackAiGetProvider_TriggerSchemaSchema = zod.z.object({
19
+ name: zod.z.string().describe("Display name of the trigger"),
20
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the trigger").nullable().optional(),
21
+ ui_copy: zod.z.record(zod.z.string(), zod.z.unknown()).describe("UI copy information for displaying the trigger"),
22
+ trigger_id: zod.z.string().describe("Unique identifier for the trigger"),
23
+ description: zod.z.string().describe("Description of what the trigger does"),
24
+ provider_id: zod.z.string().describe("Identifier of the provider this trigger belongs to"),
25
+ input_params: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of input parameters for the trigger"),
26
+ api_tool_info: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional API tool information for the trigger").nullable().optional(),
27
+ output_params: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of output parameters returned by the trigger"),
28
+ input_param_count: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.number().int()]).nullable().optional(),
29
+ output_param_count: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.number().int()]).nullable().optional()
30
+ }).describe("Schema for a trigger provided by the tool provider.");
31
+ const StackAiGetProvider_DeprecationInfoSchema = zod.z.object({
32
+ instructions: zod.z.string().describe("Instructions for migrating away from deprecated provider").nullable().optional(),
33
+ date_will_be_removed: zod.z.string().describe("Date when the provider will be removed").nullable().optional()
34
+ }).describe("Deprecation information for a provider.");
35
+ const StackAiGetProviderOutput = zod.z.object({
36
+ icon: zod.z.string().describe("URL or identifier for the provider icon"),
37
+ name: zod.z.string().describe("Display name of the provider"),
38
+ tags: zod.z.array(zod.z.string()).describe("Tags for categorizing and filtering providers"),
39
+ color: zod.z.string().default("#A3A3A3").describe("Color code for the provider UI").nullable().optional(),
40
+ labels: zod.z.array(zod.z.string()).describe("Labels for organizing providers"),
41
+ actions: zod.z.array(StackAiGetProvider_ActionSchemaSchema).describe("List of actions available for this provider"),
42
+ headers: zod.z.array(zod.z.object({})).describe("Custom headers required for this provider").nullable().optional(),
43
+ triggers: zod.z.array(StackAiGetProvider_TriggerSchemaSchema).describe("List of triggers available for this provider"),
44
+ connectors: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of connectors associated with the provider").nullable().optional(),
45
+ description: zod.z.string().describe("Description of what the provider does"),
46
+ provider_id: zod.z.string().describe("Unique identifier of the provider"),
47
+ action_count: zod.z.number().int().default(0).describe("Total number of actions available").nullable().optional(),
48
+ trigger_count: zod.z.number().int().default(0).describe("Total number of triggers available").nullable().optional(),
49
+ openapi_schema: zod.z.string().describe("OpenAPI schema URL or definition for the provider").nullable().optional(),
50
+ provider_group: zod.z.array(zod.z.string()).describe("Groups this provider belongs to").nullable().optional(),
51
+ deprecation_info: StackAiGetProvider_DeprecationInfoSchema.nullable().optional(),
52
+ provider_version: zod.z.string().describe("Version of the provider").nullable().optional()
53
+ }).describe("Response model containing details of a tool provider.");
54
+ const stackAiGetProvider = require_action.action("STACK_AI_GET_PROVIDER", {
55
+ slug: "stack_ai-get-provider",
56
+ name: "Get Provider Details",
57
+ description: "Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.",
58
+ input: StackAiGetProviderInput,
59
+ output: StackAiGetProviderOutput
60
+ });
61
+ //#endregion
62
+ exports.stackAiGetProvider = stackAiGetProvider;
63
+
64
+ //# sourceMappingURL=get-provider.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider.cjs","names":["z","action"],"sources":["../../src/actions/get-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderInput: z.ZodTypeAny = z.object({\n provider_id: z.string().describe(\"The unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github')\"),\n}).describe(\"Request model for getting details of a specific tool provider.\");\nconst StackAiGetProvider_ActionSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name of the action\"),\n tags: z.array(z.string()).describe(\"Tags associated with the action\").nullable().optional(),\n action_id: z.string().describe(\"Unique identifier for the action\"),\n description: z.union([z.object({}), z.string()]),\n provider_id: z.string().describe(\"Identifier of the provider this action belongs to\"),\n input_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of input parameters for the action\"),\n api_tool_info: z.record(z.string(), z.unknown()).describe(\"Additional API tool information for the action\").nullable().optional(),\n is_searchable: z.boolean().describe(\"Whether the action is searchable\").nullable().optional(),\n output_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of output parameters returned by the action\"),\n input_param_count: z.number().int().describe(\"Number of input parameters\"),\n output_param_count: z.number().int().describe(\"Number of output parameters\"),\n}).describe(\"Schema for an action provided by the tool provider.\");\nconst StackAiGetProvider_TriggerSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name of the trigger\"),\n tags: z.array(z.string()).describe(\"Tags associated with the trigger\").nullable().optional(),\n ui_copy: z.record(z.string(), z.unknown()).describe(\"UI copy information for displaying the trigger\"),\n trigger_id: z.string().describe(\"Unique identifier for the trigger\"),\n description: z.string().describe(\"Description of what the trigger does\"),\n provider_id: z.string().describe(\"Identifier of the provider this trigger belongs to\"),\n input_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of input parameters for the trigger\"),\n api_tool_info: z.record(z.string(), z.unknown()).describe(\"Additional API tool information for the trigger\").nullable().optional(),\n output_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of output parameters returned by the trigger\"),\n input_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional(),\n output_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional(),\n}).describe(\"Schema for a trigger provided by the tool provider.\");\nconst StackAiGetProvider_DeprecationInfoSchema: z.ZodTypeAny = z.object({\n instructions: z.string().describe(\"Instructions for migrating away from deprecated provider\").nullable().optional(),\n date_will_be_removed: z.string().describe(\"Date when the provider will be removed\").nullable().optional(),\n}).describe(\"Deprecation information for a provider.\");\nexport const StackAiGetProviderOutput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"URL or identifier for the provider icon\"),\n name: z.string().describe(\"Display name of the provider\"),\n tags: z.array(z.string()).describe(\"Tags for categorizing and filtering providers\"),\n color: z.string().default(\"#A3A3A3\").describe(\"Color code for the provider UI\").nullable().optional(),\n labels: z.array(z.string()).describe(\"Labels for organizing providers\"),\n actions: z.array(StackAiGetProvider_ActionSchemaSchema).describe(\"List of actions available for this provider\"),\n headers: z.array(z.object({})).describe(\"Custom headers required for this provider\").nullable().optional(),\n triggers: z.array(StackAiGetProvider_TriggerSchemaSchema).describe(\"List of triggers available for this provider\"),\n connectors: z.array(z.record(z.string(), z.unknown())).describe(\"List of connectors associated with the provider\").nullable().optional(),\n description: z.string().describe(\"Description of what the provider does\"),\n provider_id: z.string().describe(\"Unique identifier of the provider\"),\n action_count: z.number().int().default(0).describe(\"Total number of actions available\").nullable().optional(),\n trigger_count: z.number().int().default(0).describe(\"Total number of triggers available\").nullable().optional(),\n openapi_schema: z.string().describe(\"OpenAPI schema URL or definition for the provider\").nullable().optional(),\n provider_group: z.array(z.string()).describe(\"Groups this provider belongs to\").nullable().optional(),\n deprecation_info: StackAiGetProvider_DeprecationInfoSchema.nullable().optional(),\n provider_version: z.string().describe(\"Version of the provider\").nullable().optional(),\n}).describe(\"Response model containing details of a tool provider.\");\n\nexport const stackAiGetProvider = action(\"STACK_AI_GET_PROVIDER\", {\n slug: \"stack_ai-get-provider\",\n name: \"Get Provider Details\",\n description: \"Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.\",\n input: StackAiGetProviderInput,\n output: StackAiGetProviderOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider.d.ts
4
+ declare const StackAiGetProviderInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProvider };
9
+ //# sourceMappingURL=get-provider.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider.d.cts","names":[],"sources":["../../src/actions/get-provider.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEqC;AAAA,cA+BhE,wBAAA,EAA0B,CAAA,CAAE,UAkB2B;AAAA,cAEvD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider.d.ts
4
+ declare const StackAiGetProviderInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProvider };
9
+ //# sourceMappingURL=get-provider.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider.d.mts","names":[],"sources":["../../src/actions/get-provider.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEqC;AAAA,cA+BhE,wBAAA,EAA0B,CAAA,CAAE,UAkB2B;AAAA,cAEvD,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,63 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-provider.ts
4
+ const StackAiGetProviderInput = z.object({ provider_id: z.string().describe("The unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github')") }).describe("Request model for getting details of a specific tool provider.");
5
+ const StackAiGetProvider_ActionSchemaSchema = z.object({
6
+ name: z.string().describe("Display name of the action"),
7
+ tags: z.array(z.string()).describe("Tags associated with the action").nullable().optional(),
8
+ action_id: z.string().describe("Unique identifier for the action"),
9
+ description: z.union([z.object({}), z.string()]),
10
+ provider_id: z.string().describe("Identifier of the provider this action belongs to"),
11
+ input_params: z.array(z.record(z.string(), z.unknown())).describe("List of input parameters for the action"),
12
+ api_tool_info: z.record(z.string(), z.unknown()).describe("Additional API tool information for the action").nullable().optional(),
13
+ is_searchable: z.boolean().describe("Whether the action is searchable").nullable().optional(),
14
+ output_params: z.array(z.record(z.string(), z.unknown())).describe("List of output parameters returned by the action"),
15
+ input_param_count: z.number().int().describe("Number of input parameters"),
16
+ output_param_count: z.number().int().describe("Number of output parameters")
17
+ }).describe("Schema for an action provided by the tool provider.");
18
+ const StackAiGetProvider_TriggerSchemaSchema = z.object({
19
+ name: z.string().describe("Display name of the trigger"),
20
+ tags: z.array(z.string()).describe("Tags associated with the trigger").nullable().optional(),
21
+ ui_copy: z.record(z.string(), z.unknown()).describe("UI copy information for displaying the trigger"),
22
+ trigger_id: z.string().describe("Unique identifier for the trigger"),
23
+ description: z.string().describe("Description of what the trigger does"),
24
+ provider_id: z.string().describe("Identifier of the provider this trigger belongs to"),
25
+ input_params: z.array(z.record(z.string(), z.unknown())).describe("List of input parameters for the trigger"),
26
+ api_tool_info: z.record(z.string(), z.unknown()).describe("Additional API tool information for the trigger").nullable().optional(),
27
+ output_params: z.array(z.record(z.string(), z.unknown())).describe("List of output parameters returned by the trigger"),
28
+ input_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional(),
29
+ output_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional()
30
+ }).describe("Schema for a trigger provided by the tool provider.");
31
+ const StackAiGetProvider_DeprecationInfoSchema = z.object({
32
+ instructions: z.string().describe("Instructions for migrating away from deprecated provider").nullable().optional(),
33
+ date_will_be_removed: z.string().describe("Date when the provider will be removed").nullable().optional()
34
+ }).describe("Deprecation information for a provider.");
35
+ const stackAiGetProvider = action("STACK_AI_GET_PROVIDER", {
36
+ slug: "stack_ai-get-provider",
37
+ name: "Get Provider Details",
38
+ description: "Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.",
39
+ input: StackAiGetProviderInput,
40
+ output: z.object({
41
+ icon: z.string().describe("URL or identifier for the provider icon"),
42
+ name: z.string().describe("Display name of the provider"),
43
+ tags: z.array(z.string()).describe("Tags for categorizing and filtering providers"),
44
+ color: z.string().default("#A3A3A3").describe("Color code for the provider UI").nullable().optional(),
45
+ labels: z.array(z.string()).describe("Labels for organizing providers"),
46
+ actions: z.array(StackAiGetProvider_ActionSchemaSchema).describe("List of actions available for this provider"),
47
+ headers: z.array(z.object({})).describe("Custom headers required for this provider").nullable().optional(),
48
+ triggers: z.array(StackAiGetProvider_TriggerSchemaSchema).describe("List of triggers available for this provider"),
49
+ connectors: z.array(z.record(z.string(), z.unknown())).describe("List of connectors associated with the provider").nullable().optional(),
50
+ description: z.string().describe("Description of what the provider does"),
51
+ provider_id: z.string().describe("Unique identifier of the provider"),
52
+ action_count: z.number().int().default(0).describe("Total number of actions available").nullable().optional(),
53
+ trigger_count: z.number().int().default(0).describe("Total number of triggers available").nullable().optional(),
54
+ openapi_schema: z.string().describe("OpenAPI schema URL or definition for the provider").nullable().optional(),
55
+ provider_group: z.array(z.string()).describe("Groups this provider belongs to").nullable().optional(),
56
+ deprecation_info: StackAiGetProvider_DeprecationInfoSchema.nullable().optional(),
57
+ provider_version: z.string().describe("Version of the provider").nullable().optional()
58
+ }).describe("Response model containing details of a tool provider.")
59
+ });
60
+ //#endregion
61
+ export { stackAiGetProvider };
62
+
63
+ //# sourceMappingURL=get-provider.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider.mjs","names":[],"sources":["../../src/actions/get-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderInput: z.ZodTypeAny = z.object({\n provider_id: z.string().describe(\"The unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github')\"),\n}).describe(\"Request model for getting details of a specific tool provider.\");\nconst StackAiGetProvider_ActionSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name of the action\"),\n tags: z.array(z.string()).describe(\"Tags associated with the action\").nullable().optional(),\n action_id: z.string().describe(\"Unique identifier for the action\"),\n description: z.union([z.object({}), z.string()]),\n provider_id: z.string().describe(\"Identifier of the provider this action belongs to\"),\n input_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of input parameters for the action\"),\n api_tool_info: z.record(z.string(), z.unknown()).describe(\"Additional API tool information for the action\").nullable().optional(),\n is_searchable: z.boolean().describe(\"Whether the action is searchable\").nullable().optional(),\n output_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of output parameters returned by the action\"),\n input_param_count: z.number().int().describe(\"Number of input parameters\"),\n output_param_count: z.number().int().describe(\"Number of output parameters\"),\n}).describe(\"Schema for an action provided by the tool provider.\");\nconst StackAiGetProvider_TriggerSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name of the trigger\"),\n tags: z.array(z.string()).describe(\"Tags associated with the trigger\").nullable().optional(),\n ui_copy: z.record(z.string(), z.unknown()).describe(\"UI copy information for displaying the trigger\"),\n trigger_id: z.string().describe(\"Unique identifier for the trigger\"),\n description: z.string().describe(\"Description of what the trigger does\"),\n provider_id: z.string().describe(\"Identifier of the provider this trigger belongs to\"),\n input_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of input parameters for the trigger\"),\n api_tool_info: z.record(z.string(), z.unknown()).describe(\"Additional API tool information for the trigger\").nullable().optional(),\n output_params: z.array(z.record(z.string(), z.unknown())).describe(\"List of output parameters returned by the trigger\"),\n input_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional(),\n output_param_count: z.union([z.record(z.string(), z.unknown()), z.number().int()]).nullable().optional(),\n}).describe(\"Schema for a trigger provided by the tool provider.\");\nconst StackAiGetProvider_DeprecationInfoSchema: z.ZodTypeAny = z.object({\n instructions: z.string().describe(\"Instructions for migrating away from deprecated provider\").nullable().optional(),\n date_will_be_removed: z.string().describe(\"Date when the provider will be removed\").nullable().optional(),\n}).describe(\"Deprecation information for a provider.\");\nexport const StackAiGetProviderOutput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"URL or identifier for the provider icon\"),\n name: z.string().describe(\"Display name of the provider\"),\n tags: z.array(z.string()).describe(\"Tags for categorizing and filtering providers\"),\n color: z.string().default(\"#A3A3A3\").describe(\"Color code for the provider UI\").nullable().optional(),\n labels: z.array(z.string()).describe(\"Labels for organizing providers\"),\n actions: z.array(StackAiGetProvider_ActionSchemaSchema).describe(\"List of actions available for this provider\"),\n headers: z.array(z.object({})).describe(\"Custom headers required for this provider\").nullable().optional(),\n triggers: z.array(StackAiGetProvider_TriggerSchemaSchema).describe(\"List of triggers available for this provider\"),\n connectors: z.array(z.record(z.string(), z.unknown())).describe(\"List of connectors associated with the provider\").nullable().optional(),\n description: z.string().describe(\"Description of what the provider does\"),\n provider_id: z.string().describe(\"Unique identifier of the provider\"),\n action_count: z.number().int().default(0).describe(\"Total number of actions available\").nullable().optional(),\n trigger_count: z.number().int().default(0).describe(\"Total number of triggers available\").nullable().optional(),\n openapi_schema: z.string().describe(\"OpenAPI schema URL or definition for the provider\").nullable().optional(),\n provider_group: z.array(z.string()).describe(\"Groups this provider belongs to\").nullable().optional(),\n deprecation_info: StackAiGetProvider_DeprecationInfoSchema.nullable().optional(),\n provider_version: z.string().describe(\"Version of the provider\").nullable().optional(),\n}).describe(\"Response model containing details of a tool provider.\");\n\nexport const stackAiGetProvider = action(\"STACK_AI_GET_PROVIDER\", {\n slug: \"stack_ai-get-provider\",\n name: \"Get Provider Details\",\n description: \"Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.\",\n input: StackAiGetProviderInput,\n output: StackAiGetProviderOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-root.ts
4
+ const StackAiGetRootInput = zod.z.object({}).describe("Request model for getting root endpoint information.");
5
+ const StackAiGetRootOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for root endpoint.");
6
+ const stackAiGetRoot = require_action.action("STACK_AI_GET_ROOT", {
7
+ slug: "stack_ai-get-root",
8
+ name: "Get Root",
9
+ description: "Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.",
10
+ input: StackAiGetRootInput,
11
+ output: StackAiGetRootOutput
12
+ });
13
+ //#endregion
14
+ exports.stackAiGetRoot = stackAiGetRoot;
15
+
16
+ //# sourceMappingURL=get-root.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-root.cjs","names":["z","action"],"sources":["../../src/actions/get-root.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetRootInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting root endpoint information.\");\nexport const StackAiGetRootOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for root endpoint.\");\n\nexport const stackAiGetRoot = action(\"STACK_AI_GET_ROOT\", {\n slug: \"stack_ai-get-root\",\n name: \"Get Root\",\n description: \"Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.\",\n input: StackAiGetRootInput,\n output: StackAiGetRootOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAC7H,MAAa,uBAAqCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAEhI,MAAa,iBAAiBC,eAAAA,OAAO,qBAAqB;CACxD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-root.d.ts
4
+ declare const StackAiGetRootInput: z.ZodTypeAny;
5
+ declare const StackAiGetRootOutput: z.ZodTypeAny;
6
+ declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetRoot };
9
+ //# sourceMappingURL=get-root.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-root.d.cts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAA0F;AAAA,cACjH,oBAAA,EAAsB,CAAA,CAAE,UAA4F;AAAA,cAEpH,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-root.d.ts
4
+ declare const StackAiGetRootInput: z.ZodTypeAny;
5
+ declare const StackAiGetRootOutput: z.ZodTypeAny;
6
+ declare const stackAiGetRoot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetRoot };
9
+ //# sourceMappingURL=get-root.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-root.d.mts","names":[],"sources":["../../src/actions/get-root.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAA0F;AAAA,cACjH,oBAAA,EAAsB,CAAA,CAAE,UAA4F;AAAA,cAEpH,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiGetRoot = action("STACK_AI_GET_ROOT", {
4
+ slug: "stack_ai-get-root",
5
+ name: "Get Root",
6
+ description: "Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.",
7
+ input: z.object({}).describe("Request model for getting root endpoint information."),
8
+ output: z.record(z.string(), z.unknown()).describe("Response model for root endpoint.")
9
+ });
10
+ //#endregion
11
+ export { stackAiGetRoot };
12
+
13
+ //# sourceMappingURL=get-root.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-root.mjs","names":[],"sources":["../../src/actions/get-root.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetRootInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting root endpoint information.\");\nexport const StackAiGetRootOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for root endpoint.\");\n\nexport const stackAiGetRoot = action(\"STACK_AI_GET_ROOT\", {\n slug: \"stack_ai-get-root\",\n name: \"Get Root\",\n description: \"Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.\",\n input: StackAiGetRootInput,\n output: StackAiGetRootOutput,\n});\n"],"mappings":";;AAOA,MAAa,iBAAiB,OAAO,qBAAqB;CACxD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAO9D;CACP,QAPgD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAOnF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-trigger-by-provider.ts
4
+ const StackAiGetTriggerByProviderInput = zod.z.object({
5
+ trigger_id: zod.z.string().describe("The unique identifier of the trigger (e.g., 'on_record_change')."),
6
+ provider_id: zod.z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack').")
7
+ }).describe("Request model for getting a specific trigger from a provider.");
8
+ const StackAiGetTriggerByProvider_TriggerUICopySchema = zod.z.object({
9
+ event_name: zod.z.string().describe("Name of the event that the trigger listens for."),
10
+ instructions: zod.z.string().describe("Instructions for setting up or using the trigger.").nullable().optional(),
11
+ listening_text: zod.z.string().describe("Text displayed when the trigger is listening for events.")
12
+ }).describe("UI copy information for the trigger.");
13
+ const StackAiGetTriggerByProvider_TriggerTypeSchema = zod.z.enum([
14
+ "POLLING",
15
+ "WEBHOOK",
16
+ "SCHEDULED"
17
+ ]).describe("Type of trigger mechanism.");
18
+ const StackAiGetTriggerByProviderOutput = zod.z.object({
19
+ icon: zod.z.string().describe("Icon identifier or URL for the trigger."),
20
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the trigger for categorization.").nullable().optional(),
21
+ ui_copy: StackAiGetTriggerByProvider_TriggerUICopySchema.nullable(),
22
+ version: zod.z.string().default("1.0.0").describe("Version of the trigger definition.").nullable().optional(),
23
+ trigger_id: zod.z.string().describe("The unique identifier of the trigger."),
24
+ description: zod.z.string().describe("Description of what the trigger does."),
25
+ provider_id: zod.z.string().describe("The unique identifier of the provider."),
26
+ trigger_name: zod.z.string().describe("The display name of the trigger."),
27
+ trigger_type: StackAiGetTriggerByProvider_TriggerTypeSchema.nullable(),
28
+ can_get_test_samples: zod.z.boolean().describe("Whether the trigger supports retrieving test samples for testing purposes."),
29
+ webhook_requires_verification: zod.z.boolean().default(false).describe("Whether the webhook requires verification by the provider with a challenge request before creation (e.g., Microsoft Graph Outlook & Slack).").nullable().optional()
30
+ }).describe("Response model containing trigger definition details.");
31
+ const stackAiGetTriggerByProvider = require_action.action("STACK_AI_GET_TRIGGER_BY_PROVIDER", {
32
+ slug: "stack_ai-get-trigger-by-provider",
33
+ name: "Get Trigger Details From Provider",
34
+ description: "Tool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.",
35
+ input: StackAiGetTriggerByProviderInput,
36
+ output: StackAiGetTriggerByProviderOutput
37
+ });
38
+ //#endregion
39
+ exports.stackAiGetTriggerByProvider = stackAiGetTriggerByProvider;
40
+
41
+ //# sourceMappingURL=get-trigger-by-provider.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-by-provider.cjs","names":["z","action"],"sources":["../../src/actions/get-trigger-by-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetTriggerByProviderInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"The unique identifier of the trigger (e.g., 'on_record_change').\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack').\"),\n}).describe(\"Request model for getting a specific trigger from a provider.\");\nconst StackAiGetTriggerByProvider_TriggerUICopySchema: z.ZodTypeAny = z.object({\n event_name: z.string().describe(\"Name of the event that the trigger listens for.\"),\n instructions: z.string().describe(\"Instructions for setting up or using the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening for events.\"),\n}).describe(\"UI copy information for the trigger.\");\nconst StackAiGetTriggerByProvider_TriggerTypeSchema: z.ZodTypeAny = z.enum([\"POLLING\", \"WEBHOOK\", \"SCHEDULED\"]).describe(\"Type of trigger mechanism.\");\nexport const StackAiGetTriggerByProviderOutput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"Icon identifier or URL for the trigger.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the trigger for categorization.\").nullable().optional(),\n ui_copy: StackAiGetTriggerByProvider_TriggerUICopySchema.nullable(),\n version: z.string().default(\"1.0.0\").describe(\"Version of the trigger definition.\").nullable().optional(),\n trigger_id: z.string().describe(\"The unique identifier of the trigger.\"),\n description: z.string().describe(\"Description of what the trigger does.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider.\"),\n trigger_name: z.string().describe(\"The display name of the trigger.\"),\n trigger_type: StackAiGetTriggerByProvider_TriggerTypeSchema.nullable(),\n can_get_test_samples: z.boolean().describe(\"Whether the trigger supports retrieving test samples for testing purposes.\"),\n webhook_requires_verification: z.boolean().default(false).describe(\"Whether the webhook requires verification by the provider with a challenge request before creation (e.g., Microsoft Graph Outlook & Slack).\").nullable().optional(),\n}).describe(\"Response model containing trigger definition details.\");\n\nexport const stackAiGetTriggerByProvider = action(\"STACK_AI_GET_TRIGGER_BY_PROVIDER\", {\n slug: \"stack_ai-get-trigger-by-provider\",\n name: \"Get Trigger Details From Provider\",\n description: \"Tool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.\",\n input: StackAiGetTriggerByProviderInput,\n output: StackAiGetTriggerByProviderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;AACvG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAChG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,gDAA8DA,IAAAA,EAAE,KAAK;CAAC;CAAW;CAAW;AAAW,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACrJ,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACnE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,SAAS,gDAAgD,SAAS;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACzE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACpE,cAAc,8CAA8C,SAAS;CACrE,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E;CACvH,+BAA+BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxO,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,8BAA8BC,eAAAA,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-by-provider.d.ts
4
+ declare const StackAiGetTriggerByProviderInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerByProviderOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerByProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerByProvider };
9
+ //# sourceMappingURL=get-trigger-by-provider.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-by-provider.d.cts","names":[],"sources":["../../src/actions/get-trigger-by-provider.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAG2B;AAAA,cAO/D,iCAAA,EAAmC,CAAA,CAAE,UAYkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-by-provider.d.ts
4
+ declare const StackAiGetTriggerByProviderInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerByProviderOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerByProvider: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerByProvider };
9
+ //# sourceMappingURL=get-trigger-by-provider.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-by-provider.d.mts","names":[],"sources":["../../src/actions/get-trigger-by-provider.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAG2B;AAAA,cAO/D,iCAAA,EAAmC,CAAA,CAAE,UAYkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-trigger-by-provider.ts
4
+ const StackAiGetTriggerByProviderInput = z.object({
5
+ trigger_id: z.string().describe("The unique identifier of the trigger (e.g., 'on_record_change')."),
6
+ provider_id: z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack').")
7
+ }).describe("Request model for getting a specific trigger from a provider.");
8
+ const StackAiGetTriggerByProvider_TriggerUICopySchema = z.object({
9
+ event_name: z.string().describe("Name of the event that the trigger listens for."),
10
+ instructions: z.string().describe("Instructions for setting up or using the trigger.").nullable().optional(),
11
+ listening_text: z.string().describe("Text displayed when the trigger is listening for events.")
12
+ }).describe("UI copy information for the trigger.");
13
+ const StackAiGetTriggerByProvider_TriggerTypeSchema = z.enum([
14
+ "POLLING",
15
+ "WEBHOOK",
16
+ "SCHEDULED"
17
+ ]).describe("Type of trigger mechanism.");
18
+ const stackAiGetTriggerByProvider = action("STACK_AI_GET_TRIGGER_BY_PROVIDER", {
19
+ slug: "stack_ai-get-trigger-by-provider",
20
+ name: "Get Trigger Details From Provider",
21
+ description: "Tool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.",
22
+ input: StackAiGetTriggerByProviderInput,
23
+ output: z.object({
24
+ icon: z.string().describe("Icon identifier or URL for the trigger."),
25
+ tags: z.array(z.string()).describe("Tags associated with the trigger for categorization.").nullable().optional(),
26
+ ui_copy: StackAiGetTriggerByProvider_TriggerUICopySchema.nullable(),
27
+ version: z.string().default("1.0.0").describe("Version of the trigger definition.").nullable().optional(),
28
+ trigger_id: z.string().describe("The unique identifier of the trigger."),
29
+ description: z.string().describe("Description of what the trigger does."),
30
+ provider_id: z.string().describe("The unique identifier of the provider."),
31
+ trigger_name: z.string().describe("The display name of the trigger."),
32
+ trigger_type: StackAiGetTriggerByProvider_TriggerTypeSchema.nullable(),
33
+ can_get_test_samples: z.boolean().describe("Whether the trigger supports retrieving test samples for testing purposes."),
34
+ webhook_requires_verification: z.boolean().default(false).describe("Whether the webhook requires verification by the provider with a challenge request before creation (e.g., Microsoft Graph Outlook & Slack).").nullable().optional()
35
+ }).describe("Response model containing trigger definition details.")
36
+ });
37
+ //#endregion
38
+ export { stackAiGetTriggerByProvider };
39
+
40
+ //# sourceMappingURL=get-trigger-by-provider.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-by-provider.mjs","names":[],"sources":["../../src/actions/get-trigger-by-provider.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetTriggerByProviderInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"The unique identifier of the trigger (e.g., 'on_record_change').\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack').\"),\n}).describe(\"Request model for getting a specific trigger from a provider.\");\nconst StackAiGetTriggerByProvider_TriggerUICopySchema: z.ZodTypeAny = z.object({\n event_name: z.string().describe(\"Name of the event that the trigger listens for.\"),\n instructions: z.string().describe(\"Instructions for setting up or using the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening for events.\"),\n}).describe(\"UI copy information for the trigger.\");\nconst StackAiGetTriggerByProvider_TriggerTypeSchema: z.ZodTypeAny = z.enum([\"POLLING\", \"WEBHOOK\", \"SCHEDULED\"]).describe(\"Type of trigger mechanism.\");\nexport const StackAiGetTriggerByProviderOutput: z.ZodTypeAny = z.object({\n icon: z.string().describe(\"Icon identifier or URL for the trigger.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the trigger for categorization.\").nullable().optional(),\n ui_copy: StackAiGetTriggerByProvider_TriggerUICopySchema.nullable(),\n version: z.string().default(\"1.0.0\").describe(\"Version of the trigger definition.\").nullable().optional(),\n trigger_id: z.string().describe(\"The unique identifier of the trigger.\"),\n description: z.string().describe(\"Description of what the trigger does.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider.\"),\n trigger_name: z.string().describe(\"The display name of the trigger.\"),\n trigger_type: StackAiGetTriggerByProvider_TriggerTypeSchema.nullable(),\n can_get_test_samples: z.boolean().describe(\"Whether the trigger supports retrieving test samples for testing purposes.\"),\n webhook_requires_verification: z.boolean().default(false).describe(\"Whether the webhook requires verification by the provider with a challenge request before creation (e.g., Microsoft Graph Outlook & Slack).\").nullable().optional(),\n}).describe(\"Response model containing trigger definition details.\");\n\nexport const stackAiGetTriggerByProvider = action(\"STACK_AI_GET_TRIGGER_BY_PROVIDER\", {\n slug: \"stack_ai-get-trigger-by-provider\",\n name: \"Get Trigger Details From Provider\",\n description: \"Tool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.\",\n input: StackAiGetTriggerByProviderInput,\n output: StackAiGetTriggerByProviderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;AACvG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,kDAAgE,EAAE,OAAO;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAChG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,gDAA8D,EAAE,KAAK;CAAC;CAAW;CAAW;AAAW,CAAC,CAAC,CAAC,SAAS,4BAA4B;AAerJ,MAAa,8BAA8B,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACnE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,SAAS,gDAAgD,SAAS;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACzE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EACpE,cAAc,8CAA8C,SAAS;EACrE,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,4EAA4E;EACvH,+BAA+B,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxO,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-trigger-inputs.ts
4
+ const StackAiGetTriggerInputsInput = zod.z.object({
5
+ trigger_id: zod.z.string().describe("Identifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook')."),
6
+ provider_id: zod.z.string().describe("Identifier for the provider (e.g., 'stackai' for Stack AI providers).")
7
+ });
8
+ const StackAiGetTriggerInputsOutput = zod.z.object({ inputs_schema: zod.z.record(zod.z.string(), zod.z.unknown()).describe("JSON schema definition describing the input parameters required by the trigger.").nullable().optional() });
9
+ const stackAiGetTriggerInputs = require_action.action("STACK_AI_GET_TRIGGER_INPUTS", {
10
+ slug: "stack_ai-get-trigger-inputs",
11
+ name: "Get Trigger Inputs",
12
+ description: "Tool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.",
13
+ input: StackAiGetTriggerInputsInput,
14
+ output: StackAiGetTriggerInputsOutput
15
+ });
16
+ //#endregion
17
+ exports.stackAiGetTriggerInputs = stackAiGetTriggerInputs;
18
+
19
+ //# sourceMappingURL=get-trigger-inputs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-inputs.cjs","names":["z","action"],"sources":["../../src/actions/get-trigger-inputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetTriggerInputsInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"Identifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook').\"),\n provider_id: z.string().describe(\"Identifier for the provider (e.g., 'stackai' for Stack AI providers).\"),\n});\nexport const StackAiGetTriggerInputsOutput: z.ZodTypeAny = z.object({\n inputs_schema: z.record(z.string(), z.unknown()).describe(\"JSON schema definition describing the input parameters required by the trigger.\").nullable().optional(),\n});\n\nexport const stackAiGetTriggerInputs = action(\"STACK_AI_GET_TRIGGER_INPUTS\", {\n slug: \"stack_ai-get-trigger-inputs\",\n name: \"Get Trigger Inputs\",\n description: \"Tool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.\",\n input: StackAiGetTriggerInputsInput,\n output: StackAiGetTriggerInputsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC5H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;AAC1G,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,eAAeA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnK,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-inputs.d.ts
4
+ declare const StackAiGetTriggerInputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerInputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerInputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerInputs };
9
+ //# sourceMappingURL=get-trigger-inputs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-inputs.d.cts","names":[],"sources":["../../src/actions/get-trigger-inputs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-inputs.d.ts
4
+ declare const StackAiGetTriggerInputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerInputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerInputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerInputs };
9
+ //# sourceMappingURL=get-trigger-inputs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-inputs.d.mts","names":[],"sources":["../../src/actions/get-trigger-inputs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cACW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiGetTriggerInputs = action("STACK_AI_GET_TRIGGER_INPUTS", {
4
+ slug: "stack_ai-get-trigger-inputs",
5
+ name: "Get Trigger Inputs",
6
+ description: "Tool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.",
7
+ input: z.object({
8
+ trigger_id: z.string().describe("Identifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook')."),
9
+ provider_id: z.string().describe("Identifier for the provider (e.g., 'stackai' for Stack AI providers).")
10
+ }),
11
+ output: z.object({ inputs_schema: z.record(z.string(), z.unknown()).describe("JSON schema definition describing the input parameters required by the trigger.").nullable().optional() })
12
+ });
13
+ //#endregion
14
+ export { stackAiGetTriggerInputs };
15
+
16
+ //# sourceMappingURL=get-trigger-inputs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-inputs.mjs","names":[],"sources":["../../src/actions/get-trigger-inputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetTriggerInputsInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"Identifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook').\"),\n provider_id: z.string().describe(\"Identifier for the provider (e.g., 'stackai' for Stack AI providers).\"),\n});\nexport const StackAiGetTriggerInputsOutput: z.ZodTypeAny = z.object({\n inputs_schema: z.record(z.string(), z.unknown()).describe(\"JSON schema definition describing the input parameters required by the trigger.\").nullable().optional(),\n});\n\nexport const stackAiGetTriggerInputs = action(\"STACK_AI_GET_TRIGGER_INPUTS\", {\n slug: \"stack_ai-get-trigger-inputs\",\n name: \"Get Trigger Inputs\",\n description: \"Tool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.\",\n input: StackAiGetTriggerInputsInput,\n output: StackAiGetTriggerInputsOutput,\n});\n"],"mappings":";;AAYA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZwD,EAAE,OAAO;EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;EAC5H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CAC1G,CASS;CACP,QATyD,EAAE,OAAO,EAClE,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnK,CAOU;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-trigger-outputs.ts
4
+ const StackAiGetTriggerOutputsInput = zod.z.object({
5
+ trigger_id: zod.z.string().describe("The unique identifier of the trigger (e.g., 'on_record_change', 'on_contact_update'). This identifies the specific event type being monitored."),
6
+ provider_id: zod.z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'salesforce'). This identifies which external service the trigger is connected to.")
7
+ }).describe("Request model for getting trigger outputs from Stack AI.");
8
+ const StackAiGetTriggerOutputsOutput = zod.z.object({
9
+ data: zod.z.union([
10
+ zod.z.string(),
11
+ zod.z.number().int(),
12
+ zod.z.number(),
13
+ zod.z.boolean(),
14
+ zod.z.object({})
15
+ ]).nullable().optional(),
16
+ base_id: zod.z.string().describe("The base or database identifier. Present for database-based providers like Airtable.").nullable().optional(),
17
+ table_id: zod.z.string().describe("The table identifier within the base. Present for table-based providers.").nullable().optional(),
18
+ record_id: zod.z.string().describe("The unique identifier of the affected record. Present for record-based triggers.").nullable().optional(),
19
+ event_type: zod.z.string().describe("The type of event that occurred (e.g., 'record_created', 'record_updated'). Present for some triggers.").nullable().optional()
20
+ }).passthrough().describe("Response model for trigger outputs, containing the schema of fields produced by the trigger.\n\nThe response is dynamic and varies by provider and trigger type. Common fields include\nidentifiers, event types, and data payloads specific to the provider's data model.");
21
+ const stackAiGetTriggerOutputs = require_action.action("STACK_AI_GET_TRIGGER_OUTPUTS", {
22
+ slug: "stack_ai-get-trigger-outputs",
23
+ name: "Get Trigger Outputs",
24
+ description: "Tool to retrieve the output schema for a specific trigger in Stack AI. Use when you need to understand what fields a trigger will produce when it fires. This action helps discover the structure of data that will be available from a trigger event, which is useful for configuring workflows and data processing.",
25
+ input: StackAiGetTriggerOutputsInput,
26
+ output: StackAiGetTriggerOutputsOutput
27
+ });
28
+ //#endregion
29
+ exports.stackAiGetTriggerOutputs = stackAiGetTriggerOutputs;
30
+
31
+ //# sourceMappingURL=get-trigger-outputs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-outputs.cjs","names":["z","action"],"sources":["../../src/actions/get-trigger-outputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetTriggerOutputsInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"The unique identifier of the trigger (e.g., 'on_record_change', 'on_contact_update'). This identifies the specific event type being monitored.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'salesforce'). This identifies which external service the trigger is connected to.\"),\n}).describe(\"Request model for getting trigger outputs from Stack AI.\");\nexport const StackAiGetTriggerOutputsOutput: z.ZodTypeAny = z.object({\n data: z.union([z.string(), z.number().int(), z.number(), z.boolean(), z.object({})]).nullable().optional(),\n base_id: z.string().describe(\"The base or database identifier. Present for database-based providers like Airtable.\").nullable().optional(),\n table_id: z.string().describe(\"The table identifier within the base. Present for table-based providers.\").nullable().optional(),\n record_id: z.string().describe(\"The unique identifier of the affected record. Present for record-based triggers.\").nullable().optional(),\n event_type: z.string().describe(\"The type of event that occurred (e.g., 'record_created', 'record_updated'). Present for some triggers.\").nullable().optional(),\n}).passthrough().describe(\"Response model for trigger outputs, containing the schema of fields produced by the trigger.\\n\\nThe response is dynamic and varies by provider and trigger type. Common fields include\\nidentifiers, event types, and data payloads specific to the provider's data model.\");\n\nexport const stackAiGetTriggerOutputs = action(\"STACK_AI_GET_TRIGGER_OUTPUTS\", {\n slug: \"stack_ai-get-trigger-outputs\",\n name: \"Get Trigger Outputs\",\n description: \"Tool to retrieve the output schema for a specific trigger in Stack AI. Use when you need to understand what fields a trigger will produce when it fires. This action helps discover the structure of data that will be available from a trigger event, which is useful for configuring workflows and data processing.\",\n input: StackAiGetTriggerOutputsInput,\n output: StackAiGetTriggerOutputsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ;CAChL,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I;AAChL,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,QAAQ;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4QAA4Q;AAEtS,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-outputs.d.ts
4
+ declare const StackAiGetTriggerOutputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerOutputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerOutputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerOutputs };
9
+ //# sourceMappingURL=get-trigger-outputs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-outputs.d.cts","names":[],"sources":["../../src/actions/get-trigger-outputs.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGyB;AAAA,cAC1D,8BAAA,EAAgC,CAAA,CAAE,UAMwP;AAAA,cAE1R,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-trigger-outputs.d.ts
4
+ declare const StackAiGetTriggerOutputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetTriggerOutputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetTriggerOutputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetTriggerOutputs };
9
+ //# sourceMappingURL=get-trigger-outputs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-trigger-outputs.d.mts","names":[],"sources":["../../src/actions/get-trigger-outputs.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGyB;AAAA,cAC1D,8BAAA,EAAgC,CAAA,CAAE,UAMwP;AAAA,cAE1R,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}