@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,68 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-provider-action.ts
4
+ const StackAiGetProviderActionInput = zod.z.object({
5
+ action_id: zod.z.string().describe("The unique identifier of the action for the provider."),
6
+ provider_id: zod.z.string().describe("The unique identifier of the provider (e.g., 'gmail', 'slack').")
7
+ }).describe("Request model for getting details of a specific action for a provider.");
8
+ const StackAiGetProviderAction_ActionDescriptionSchema = zod.z.object({
9
+ llm: zod.z.string().describe("The description shown to the LLM"),
10
+ human: zod.z.string().describe("The description shown to the user")
11
+ }).describe("Description of an action shown to users and LLMs.");
12
+ const StackAiGetProviderAction_ToolInputParameterSchemaSchema = zod.z.object({
13
+ max: zod.z.unknown().describe("Maximum value for the parameter").nullable().optional(),
14
+ min: zod.z.unknown().describe("Minimum value for the parameter").nullable().optional(),
15
+ form: zod.z.string().describe("Form type for the parameter"),
16
+ name: zod.z.string().describe("Name of the parameter"),
17
+ type: zod.z.unknown().describe("Type of the parameter"),
18
+ label: zod.z.string().describe("Label for the parameter"),
19
+ "default": zod.z.unknown().describe("Default value for the parameter").nullable().optional(),
20
+ options: zod.z.array(zod.z.unknown()).describe("Options for the parameter").nullable().optional(),
21
+ required: zod.z.boolean().describe("Whether the parameter is required"),
22
+ ui_hints: zod.z.unknown().describe("UI hints for the parameter").nullable().optional(),
23
+ depends_on: zod.z.unknown().describe("Dependencies for the parameter").nullable().optional(),
24
+ placeholder: zod.z.string().describe("Placeholder text for the parameter").nullable().optional(),
25
+ llm_description: zod.z.string().describe("Description shown to the LLM"),
26
+ human_description: zod.z.string().describe("Description shown to the user"),
27
+ has_dynamic_options: zod.z.boolean().describe("Whether the parameter has dynamic options").nullable().optional()
28
+ }).describe("Schema for tool input parameters.");
29
+ const StackAiGetProviderAction_ApiToolInfoSchema = zod.z.object({
30
+ id: zod.z.string().describe("Unique identifier for the API tool"),
31
+ path: zod.z.string().describe("API endpoint path"),
32
+ method: zod.z.string().describe("HTTP method for the API call"),
33
+ headers: zod.z.array(zod.z.unknown()).describe("Headers for the API call").nullable().optional(),
34
+ parameters: zod.z.array(zod.z.unknown()).describe("Parameters for the API call").nullable().optional(),
35
+ description: zod.z.unknown().describe("Description of the API tool").nullable().optional(),
36
+ server_url_with_path: zod.z.string().describe("Full server URL with path")
37
+ }).describe("API tool information for the action.");
38
+ const StackAiGetProviderAction_ToolOutputParameterSchemaSchema = zod.z.object({
39
+ name: zod.z.string().describe("Name of the output parameter"),
40
+ type: zod.z.unknown().describe("Type of the output parameter"),
41
+ label: zod.z.string().describe("Label for the output parameter"),
42
+ llm_description: zod.z.string().describe("Description shown to the LLM"),
43
+ human_description: zod.z.string().describe("Description shown to the user")
44
+ }).describe("Schema for tool output parameters.");
45
+ const StackAiGetProviderActionOutput = zod.z.object({
46
+ name: zod.z.string().describe("Name of the action"),
47
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the action").nullable().optional(),
48
+ action_id: zod.z.string().describe("Unique identifier for the action"),
49
+ description: StackAiGetProviderAction_ActionDescriptionSchema.nullable(),
50
+ provider_id: zod.z.string().describe("Unique identifier for the provider"),
51
+ input_params: zod.z.array(StackAiGetProviderAction_ToolInputParameterSchemaSchema).describe("List of input parameters for the action"),
52
+ api_tool_info: StackAiGetProviderAction_ApiToolInfoSchema.nullable().optional(),
53
+ is_searchable: zod.z.boolean().default(true).describe("Whether the action is searchable").nullable().optional(),
54
+ output_params: zod.z.array(StackAiGetProviderAction_ToolOutputParameterSchemaSchema).describe("List of output parameters for the action"),
55
+ input_param_count: zod.z.number().int().describe("Total count of input parameters"),
56
+ output_param_count: zod.z.number().int().describe("Total count of output parameters")
57
+ }).describe("Response model containing details of the provider action.");
58
+ const stackAiGetProviderAction = require_action.action("STACK_AI_GET_PROVIDER_ACTION", {
59
+ slug: "stack_ai-get-provider-action",
60
+ name: "Get Provider Action Details",
61
+ description: "Tool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.",
62
+ input: StackAiGetProviderActionInput,
63
+ output: StackAiGetProviderActionOutput
64
+ });
65
+ //#endregion
66
+ exports.stackAiGetProviderAction = stackAiGetProviderAction;
67
+
68
+ //# sourceMappingURL=get-provider-action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-action.cjs","names":["z","action"],"sources":["../../src/actions/get-provider-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderActionInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The unique identifier of the action for the provider.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'gmail', 'slack').\"),\n}).describe(\"Request model for getting details of a specific action for a provider.\");\nconst StackAiGetProviderAction_ActionDescriptionSchema: z.ZodTypeAny = z.object({\n llm: z.string().describe(\"The description shown to the LLM\"),\n human: z.string().describe(\"The description shown to the user\"),\n}).describe(\"Description of an action shown to users and LLMs.\");\nconst StackAiGetProviderAction_ToolInputParameterSchemaSchema: z.ZodTypeAny = z.object({\n max: z.unknown().describe(\"Maximum value for the parameter\").nullable().optional(),\n min: z.unknown().describe(\"Minimum value for the parameter\").nullable().optional(),\n form: z.string().describe(\"Form type for the parameter\"),\n name: z.string().describe(\"Name of the parameter\"),\n type: z.unknown().describe(\"Type of the parameter\"),\n label: z.string().describe(\"Label for the parameter\"),\n \"default\": z.unknown().describe(\"Default value for the parameter\").nullable().optional(),\n options: z.array(z.unknown()).describe(\"Options for the parameter\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\"),\n ui_hints: z.unknown().describe(\"UI hints for the parameter\").nullable().optional(),\n depends_on: z.unknown().describe(\"Dependencies for the parameter\").nullable().optional(),\n placeholder: z.string().describe(\"Placeholder text for the parameter\").nullable().optional(),\n llm_description: z.string().describe(\"Description shown to the LLM\"),\n human_description: z.string().describe(\"Description shown to the user\"),\n has_dynamic_options: z.boolean().describe(\"Whether the parameter has dynamic options\").nullable().optional(),\n}).describe(\"Schema for tool input parameters.\");\nconst StackAiGetProviderAction_ApiToolInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the API tool\"),\n path: z.string().describe(\"API endpoint path\"),\n method: z.string().describe(\"HTTP method for the API call\"),\n headers: z.array(z.unknown()).describe(\"Headers for the API call\").nullable().optional(),\n parameters: z.array(z.unknown()).describe(\"Parameters for the API call\").nullable().optional(),\n description: z.unknown().describe(\"Description of the API tool\").nullable().optional(),\n server_url_with_path: z.string().describe(\"Full server URL with path\"),\n}).describe(\"API tool information for the action.\");\nconst StackAiGetProviderAction_ToolOutputParameterSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the output parameter\"),\n type: z.unknown().describe(\"Type of the output parameter\"),\n label: z.string().describe(\"Label for the output parameter\"),\n llm_description: z.string().describe(\"Description shown to the LLM\"),\n human_description: z.string().describe(\"Description shown to the user\"),\n}).describe(\"Schema for tool output parameters.\");\nexport const StackAiGetProviderActionOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"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: StackAiGetProviderAction_ActionDescriptionSchema.nullable(),\n provider_id: z.string().describe(\"Unique identifier for the provider\"),\n input_params: z.array(StackAiGetProviderAction_ToolInputParameterSchemaSchema).describe(\"List of input parameters for the action\"),\n api_tool_info: StackAiGetProviderAction_ApiToolInfoSchema.nullable().optional(),\n is_searchable: z.boolean().default(true).describe(\"Whether the action is searchable\").nullable().optional(),\n output_params: z.array(StackAiGetProviderAction_ToolOutputParameterSchemaSchema).describe(\"List of output parameters for the action\"),\n input_param_count: z.number().int().describe(\"Total count of input parameters\"),\n output_param_count: z.number().int().describe(\"Total count of output parameters\"),\n}).describe(\"Response model containing details of the provider action.\");\n\nexport const stackAiGetProviderAction = action(\"STACK_AI_GET_PROVIDER_ACTION\", {\n slug: \"stack_ai-get-provider-action\",\n name: \"Get Provider Action Details\",\n description: \"Tool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.\",\n input: StackAiGetProviderActionInput,\n output: StackAiGetProviderActionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider-action.d.ts
4
+ declare const StackAiGetProviderActionInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderActionOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderAction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderAction };
9
+ //# sourceMappingURL=get-provider-action.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-action.d.cts","names":[],"sources":["../../src/actions/get-provider-action.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGuC;AAAA,cAsCxE,8BAAA,EAAgC,CAAA,CAAE,UAYyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider-action.d.ts
4
+ declare const StackAiGetProviderActionInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderActionOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderAction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderAction };
9
+ //# sourceMappingURL=get-provider-action.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-action.d.mts","names":[],"sources":["../../src/actions/get-provider-action.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGuC;AAAA,cAsCxE,8BAAA,EAAgC,CAAA,CAAE,UAYyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,67 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-provider-action.ts
4
+ const StackAiGetProviderActionInput = z.object({
5
+ action_id: z.string().describe("The unique identifier of the action for the provider."),
6
+ provider_id: z.string().describe("The unique identifier of the provider (e.g., 'gmail', 'slack').")
7
+ }).describe("Request model for getting details of a specific action for a provider.");
8
+ const StackAiGetProviderAction_ActionDescriptionSchema = z.object({
9
+ llm: z.string().describe("The description shown to the LLM"),
10
+ human: z.string().describe("The description shown to the user")
11
+ }).describe("Description of an action shown to users and LLMs.");
12
+ const StackAiGetProviderAction_ToolInputParameterSchemaSchema = z.object({
13
+ max: z.unknown().describe("Maximum value for the parameter").nullable().optional(),
14
+ min: z.unknown().describe("Minimum value for the parameter").nullable().optional(),
15
+ form: z.string().describe("Form type for the parameter"),
16
+ name: z.string().describe("Name of the parameter"),
17
+ type: z.unknown().describe("Type of the parameter"),
18
+ label: z.string().describe("Label for the parameter"),
19
+ "default": z.unknown().describe("Default value for the parameter").nullable().optional(),
20
+ options: z.array(z.unknown()).describe("Options for the parameter").nullable().optional(),
21
+ required: z.boolean().describe("Whether the parameter is required"),
22
+ ui_hints: z.unknown().describe("UI hints for the parameter").nullable().optional(),
23
+ depends_on: z.unknown().describe("Dependencies for the parameter").nullable().optional(),
24
+ placeholder: z.string().describe("Placeholder text for the parameter").nullable().optional(),
25
+ llm_description: z.string().describe("Description shown to the LLM"),
26
+ human_description: z.string().describe("Description shown to the user"),
27
+ has_dynamic_options: z.boolean().describe("Whether the parameter has dynamic options").nullable().optional()
28
+ }).describe("Schema for tool input parameters.");
29
+ const StackAiGetProviderAction_ApiToolInfoSchema = z.object({
30
+ id: z.string().describe("Unique identifier for the API tool"),
31
+ path: z.string().describe("API endpoint path"),
32
+ method: z.string().describe("HTTP method for the API call"),
33
+ headers: z.array(z.unknown()).describe("Headers for the API call").nullable().optional(),
34
+ parameters: z.array(z.unknown()).describe("Parameters for the API call").nullable().optional(),
35
+ description: z.unknown().describe("Description of the API tool").nullable().optional(),
36
+ server_url_with_path: z.string().describe("Full server URL with path")
37
+ }).describe("API tool information for the action.");
38
+ const StackAiGetProviderAction_ToolOutputParameterSchemaSchema = z.object({
39
+ name: z.string().describe("Name of the output parameter"),
40
+ type: z.unknown().describe("Type of the output parameter"),
41
+ label: z.string().describe("Label for the output parameter"),
42
+ llm_description: z.string().describe("Description shown to the LLM"),
43
+ human_description: z.string().describe("Description shown to the user")
44
+ }).describe("Schema for tool output parameters.");
45
+ const stackAiGetProviderAction = action("STACK_AI_GET_PROVIDER_ACTION", {
46
+ slug: "stack_ai-get-provider-action",
47
+ name: "Get Provider Action Details",
48
+ description: "Tool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.",
49
+ input: StackAiGetProviderActionInput,
50
+ output: z.object({
51
+ name: z.string().describe("Name of the action"),
52
+ tags: z.array(z.string()).describe("Tags associated with the action").nullable().optional(),
53
+ action_id: z.string().describe("Unique identifier for the action"),
54
+ description: StackAiGetProviderAction_ActionDescriptionSchema.nullable(),
55
+ provider_id: z.string().describe("Unique identifier for the provider"),
56
+ input_params: z.array(StackAiGetProviderAction_ToolInputParameterSchemaSchema).describe("List of input parameters for the action"),
57
+ api_tool_info: StackAiGetProviderAction_ApiToolInfoSchema.nullable().optional(),
58
+ is_searchable: z.boolean().default(true).describe("Whether the action is searchable").nullable().optional(),
59
+ output_params: z.array(StackAiGetProviderAction_ToolOutputParameterSchemaSchema).describe("List of output parameters for the action"),
60
+ input_param_count: z.number().int().describe("Total count of input parameters"),
61
+ output_param_count: z.number().int().describe("Total count of output parameters")
62
+ }).describe("Response model containing details of the provider action.")
63
+ });
64
+ //#endregion
65
+ export { stackAiGetProviderAction };
66
+
67
+ //# sourceMappingURL=get-provider-action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-action.mjs","names":[],"sources":["../../src/actions/get-provider-action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderActionInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The unique identifier of the action for the provider.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'gmail', 'slack').\"),\n}).describe(\"Request model for getting details of a specific action for a provider.\");\nconst StackAiGetProviderAction_ActionDescriptionSchema: z.ZodTypeAny = z.object({\n llm: z.string().describe(\"The description shown to the LLM\"),\n human: z.string().describe(\"The description shown to the user\"),\n}).describe(\"Description of an action shown to users and LLMs.\");\nconst StackAiGetProviderAction_ToolInputParameterSchemaSchema: z.ZodTypeAny = z.object({\n max: z.unknown().describe(\"Maximum value for the parameter\").nullable().optional(),\n min: z.unknown().describe(\"Minimum value for the parameter\").nullable().optional(),\n form: z.string().describe(\"Form type for the parameter\"),\n name: z.string().describe(\"Name of the parameter\"),\n type: z.unknown().describe(\"Type of the parameter\"),\n label: z.string().describe(\"Label for the parameter\"),\n \"default\": z.unknown().describe(\"Default value for the parameter\").nullable().optional(),\n options: z.array(z.unknown()).describe(\"Options for the parameter\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required\"),\n ui_hints: z.unknown().describe(\"UI hints for the parameter\").nullable().optional(),\n depends_on: z.unknown().describe(\"Dependencies for the parameter\").nullable().optional(),\n placeholder: z.string().describe(\"Placeholder text for the parameter\").nullable().optional(),\n llm_description: z.string().describe(\"Description shown to the LLM\"),\n human_description: z.string().describe(\"Description shown to the user\"),\n has_dynamic_options: z.boolean().describe(\"Whether the parameter has dynamic options\").nullable().optional(),\n}).describe(\"Schema for tool input parameters.\");\nconst StackAiGetProviderAction_ApiToolInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the API tool\"),\n path: z.string().describe(\"API endpoint path\"),\n method: z.string().describe(\"HTTP method for the API call\"),\n headers: z.array(z.unknown()).describe(\"Headers for the API call\").nullable().optional(),\n parameters: z.array(z.unknown()).describe(\"Parameters for the API call\").nullable().optional(),\n description: z.unknown().describe(\"Description of the API tool\").nullable().optional(),\n server_url_with_path: z.string().describe(\"Full server URL with path\"),\n}).describe(\"API tool information for the action.\");\nconst StackAiGetProviderAction_ToolOutputParameterSchemaSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the output parameter\"),\n type: z.unknown().describe(\"Type of the output parameter\"),\n label: z.string().describe(\"Label for the output parameter\"),\n llm_description: z.string().describe(\"Description shown to the LLM\"),\n human_description: z.string().describe(\"Description shown to the user\"),\n}).describe(\"Schema for tool output parameters.\");\nexport const StackAiGetProviderActionOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"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: StackAiGetProviderAction_ActionDescriptionSchema.nullable(),\n provider_id: z.string().describe(\"Unique identifier for the provider\"),\n input_params: z.array(StackAiGetProviderAction_ToolInputParameterSchemaSchema).describe(\"List of input parameters for the action\"),\n api_tool_info: StackAiGetProviderAction_ApiToolInfoSchema.nullable().optional(),\n is_searchable: z.boolean().default(true).describe(\"Whether the action is searchable\").nullable().optional(),\n output_params: z.array(StackAiGetProviderAction_ToolOutputParameterSchemaSchema).describe(\"List of output parameters for the action\"),\n input_param_count: z.number().int().describe(\"Total count of input parameters\"),\n output_param_count: z.number().int().describe(\"Total count of output parameters\"),\n}).describe(\"Response model containing details of the provider action.\");\n\nexport const stackAiGetProviderAction = action(\"STACK_AI_GET_PROVIDER_ACTION\", {\n slug: \"stack_ai-get-provider-action\",\n name: \"Get Provider Action Details\",\n description: \"Tool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.\",\n input: StackAiGetProviderActionInput,\n output: StackAiGetProviderActionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-provider-icon.ts
4
+ const StackAiGetProviderIconInput = zod.z.object({ provider_id: zod.z.string().describe("Provider identifier string (e.g., 'airtable', 'slack').") }).describe("Request model for fetching a Stack AI tool provider icon image.");
5
+ const StackAiGetProviderIcon_FileDownloadableSchema = zod.z.object({
6
+ name: zod.z.string().describe("Name of the file"),
7
+ s3url: zod.z.string().describe("S3 URL of the downloaded file."),
8
+ mimetype: zod.z.string().describe("Mime type of the file.")
9
+ });
10
+ const StackAiGetProviderIconOutput = zod.z.object({
11
+ url: zod.z.string().describe("Requested icon URL."),
12
+ content: StackAiGetProviderIcon_FileDownloadableSchema.nullable()
13
+ }).describe("Response model containing the icon image binary.");
14
+ const stackAiGetProviderIcon = require_action.action("STACK_AI_GET_PROVIDER_ICON", {
15
+ slug: "stack_ai-get-provider-icon",
16
+ name: "Get Provider Icon",
17
+ description: "Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.",
18
+ input: StackAiGetProviderIconInput,
19
+ output: StackAiGetProviderIconOutput
20
+ });
21
+ //#endregion
22
+ exports.stackAiGetProviderIcon = stackAiGetProviderIcon;
23
+
24
+ //# sourceMappingURL=get-provider-icon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-icon.cjs","names":["z","action"],"sources":["../../src/actions/get-provider-icon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderIconInput: z.ZodTypeAny = z.object({\n provider_id: z.string().describe(\"Provider identifier string (e.g., 'airtable', 'slack').\"),\n}).describe(\"Request model for fetching a Stack AI tool provider icon image.\");\nconst StackAiGetProviderIcon_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const StackAiGetProviderIconOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Requested icon URL.\"),\n content: StackAiGetProviderIcon_FileDownloadableSchema.nullable(),\n}).describe(\"Response model containing the icon image binary.\");\n\nexport const stackAiGetProviderIcon = action(\"STACK_AI_GET_PROVIDER_ICON\", {\n slug: \"stack_ai-get-provider-icon\",\n name: \"Get Provider Icon\",\n description: \"Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.\",\n input: StackAiGetProviderIconInput,\n output: StackAiGetProviderIconOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EAC5F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC9C,SAAS,8CAA8C,SAAS;AAClE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,yBAAyBC,eAAAA,OAAO,8BAA8B;CACzE,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-provider-icon.d.ts
4
+ declare const StackAiGetProviderIconInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderIconOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderIcon: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderIcon };
9
+ //# sourceMappingURL=get-provider-icon.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-icon.d.cts","names":[],"sources":["../../src/actions/get-provider-icon.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEkC;AAAA,cAMjE,4BAAA,EAA8B,CAAA,CAAE,UAGkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider-icon.d.ts
4
+ declare const StackAiGetProviderIconInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderIconOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderIcon: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderIcon };
9
+ //# sourceMappingURL=get-provider-icon.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-icon.d.mts","names":[],"sources":["../../src/actions/get-provider-icon.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEkC;AAAA,cAMjE,4BAAA,EAA8B,CAAA,CAAE,UAGkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-provider-icon.ts
4
+ const StackAiGetProviderIconInput = z.object({ provider_id: z.string().describe("Provider identifier string (e.g., 'airtable', 'slack').") }).describe("Request model for fetching a Stack AI tool provider icon image.");
5
+ const StackAiGetProviderIcon_FileDownloadableSchema = z.object({
6
+ name: z.string().describe("Name of the file"),
7
+ s3url: z.string().describe("S3 URL of the downloaded file."),
8
+ mimetype: z.string().describe("Mime type of the file.")
9
+ });
10
+ const stackAiGetProviderIcon = action("STACK_AI_GET_PROVIDER_ICON", {
11
+ slug: "stack_ai-get-provider-icon",
12
+ name: "Get Provider Icon",
13
+ description: "Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.",
14
+ input: StackAiGetProviderIconInput,
15
+ output: z.object({
16
+ url: z.string().describe("Requested icon URL."),
17
+ content: StackAiGetProviderIcon_FileDownloadableSchema.nullable()
18
+ }).describe("Response model containing the icon image binary.")
19
+ });
20
+ //#endregion
21
+ export { stackAiGetProviderIcon };
22
+
23
+ //# sourceMappingURL=get-provider-icon.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-icon.mjs","names":[],"sources":["../../src/actions/get-provider-icon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderIconInput: z.ZodTypeAny = z.object({\n provider_id: z.string().describe(\"Provider identifier string (e.g., 'airtable', 'slack').\"),\n}).describe(\"Request model for fetching a Stack AI tool provider icon image.\");\nconst StackAiGetProviderIcon_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const StackAiGetProviderIconOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Requested icon URL.\"),\n content: StackAiGetProviderIcon_FileDownloadableSchema.nullable(),\n}).describe(\"Response model containing the icon image binary.\");\n\nexport const stackAiGetProviderIcon = action(\"STACK_AI_GET_PROVIDER_ICON\", {\n slug: \"stack_ai-get-provider-icon\",\n name: \"Get Provider Icon\",\n description: \"Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.\",\n input: StackAiGetProviderIconInput,\n output: StackAiGetProviderIconOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EAC5F,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,gDAA8D,EAAE,OAAO;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AAMD,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAC9C,SAAS,8CAA8C,SAAS;CAClE,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,83 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-provider-trigger.ts
4
+ const StackAiGetProviderTriggerInput = zod.z.object({
5
+ trigger_id: zod.z.string().describe("The unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message')."),
6
+ provider_id: zod.z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack', 'github').")
7
+ }).describe("Request model for getting details of a specific trigger for a provider.");
8
+ const StackAiGetProviderTrigger_TriggerUICopySchema = zod.z.object({
9
+ event_name: zod.z.string().describe("Name of the event being triggered."),
10
+ instructions: zod.z.string().describe("Instructions for configuring the trigger.").nullable().optional(),
11
+ listening_text: zod.z.string().describe("Text displayed when the trigger is listening.")
12
+ }).describe("UI copy text for the trigger.");
13
+ const StackAiGetProviderTrigger_ToolInputParameterSchemaSchema = zod.z.object({
14
+ max: zod.z.union([
15
+ zod.z.number().int(),
16
+ zod.z.number(),
17
+ zod.z.record(zod.z.string(), zod.z.unknown())
18
+ ]).nullable(),
19
+ min: zod.z.union([
20
+ zod.z.number().int(),
21
+ zod.z.number(),
22
+ zod.z.record(zod.z.string(), zod.z.unknown())
23
+ ]).nullable(),
24
+ form: zod.z.string().describe("Form type for the parameter."),
25
+ name: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
26
+ type: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
27
+ label: zod.z.string().describe("Display label for the parameter."),
28
+ "default": zod.z.union([
29
+ zod.z.string(),
30
+ zod.z.number().int(),
31
+ zod.z.boolean(),
32
+ zod.z.record(zod.z.string(), zod.z.unknown()),
33
+ zod.z.array(zod.z.unknown())
34
+ ]).nullable().optional(),
35
+ options: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Available options for the parameter.").nullable().optional(),
36
+ required: zod.z.boolean().describe("Whether the parameter is required."),
37
+ ui_hints: zod.z.record(zod.z.string(), zod.z.unknown()).describe("UI hints for rendering the parameter.").nullable().optional(),
38
+ depends_on: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.array(zod.z.unknown())]).nullable().optional(),
39
+ placeholder: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
40
+ llm_description: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
41
+ human_description: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
42
+ has_dynamic_options: zod.z.boolean().describe("Whether the parameter has dynamic options.").nullable().optional()
43
+ }).describe("Schema for an input parameter of the trigger.");
44
+ const StackAiGetProviderTrigger_ApiToolInfoSchema = zod.z.object({
45
+ id: zod.z.string().describe("Unique identifier for the API tool."),
46
+ path: zod.z.string().describe("Path to the API endpoint."),
47
+ method: zod.z.string().describe("HTTP method for the API call (e.g., 'GET', 'POST')."),
48
+ headers: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Headers for the API call.").nullable().optional(),
49
+ parameters: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Parameters for the API call.").nullable().optional(),
50
+ description: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
51
+ server_url_with_path: zod.z.string().describe("Full URL with path to the API endpoint.")
52
+ }).describe("Information about the API endpoint associated with the trigger.");
53
+ const StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema = zod.z.object({
54
+ name: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
55
+ type: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
56
+ label: zod.z.string().describe("Display label for the output parameter."),
57
+ llm_description: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]),
58
+ human_description: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())])
59
+ }).describe("Schema for an output parameter of the trigger.");
60
+ const StackAiGetProviderTriggerOutput = zod.z.object({
61
+ name: zod.z.string().describe("Name of the trigger."),
62
+ tags: zod.z.array(zod.z.string()).describe("Tags categorizing the trigger.").nullable().optional(),
63
+ ui_copy: StackAiGetProviderTrigger_TriggerUICopySchema.nullable(),
64
+ trigger_id: zod.z.string().describe("Unique identifier of the trigger."),
65
+ description: zod.z.string().describe("Description of what the trigger does."),
66
+ provider_id: zod.z.string().describe("Unique identifier of the provider."),
67
+ input_params: zod.z.array(StackAiGetProviderTrigger_ToolInputParameterSchemaSchema).describe("List of input parameters for configuring the trigger."),
68
+ api_tool_info: StackAiGetProviderTrigger_ApiToolInfoSchema.nullable().optional(),
69
+ output_params: zod.z.array(StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema).describe("List of output parameters provided by the trigger."),
70
+ input_param_count: zod.z.number().int().describe("Total count of input parameters.").nullable().optional(),
71
+ output_param_count: zod.z.number().int().describe("Total count of output parameters.").nullable().optional()
72
+ }).describe("Response model containing details of a specific trigger for a provider.");
73
+ const stackAiGetProviderTrigger = require_action.action("STACK_AI_GET_PROVIDER_TRIGGER", {
74
+ slug: "stack_ai-get-provider-trigger",
75
+ name: "Get Provider Trigger Details",
76
+ description: "Tool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.",
77
+ input: StackAiGetProviderTriggerInput,
78
+ output: StackAiGetProviderTriggerOutput
79
+ });
80
+ //#endregion
81
+ exports.stackAiGetProviderTrigger = stackAiGetProviderTrigger;
82
+
83
+ //# sourceMappingURL=get-provider-trigger.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-trigger.cjs","names":["z","action"],"sources":["../../src/actions/get-provider-trigger.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderTriggerInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"The unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message').\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack', 'github').\"),\n}).describe(\"Request model for getting details of a specific trigger for a provider.\");\nconst StackAiGetProviderTrigger_TriggerUICopySchema: z.ZodTypeAny = z.object({\n event_name: z.string().describe(\"Name of the event being triggered.\"),\n instructions: z.string().describe(\"Instructions for configuring the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening.\"),\n}).describe(\"UI copy text for the trigger.\");\nconst StackAiGetProviderTrigger_ToolInputParameterSchemaSchema: z.ZodTypeAny = z.object({\n max: z.union([z.number().int(), z.number(), z.record(z.string(), z.unknown())]).nullable(),\n min: z.union([z.number().int(), z.number(), z.record(z.string(), z.unknown())]).nullable(),\n form: z.string().describe(\"Form type for the parameter.\"),\n name: z.union([z.string(), z.record(z.string(), z.unknown())]),\n type: z.union([z.string(), z.record(z.string(), z.unknown())]),\n label: z.string().describe(\"Display label for the parameter.\"),\n \"default\": z.union([z.string(), z.number().int(), z.boolean(), z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n options: z.array(z.record(z.string(), z.unknown())).describe(\"Available options for the parameter.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required.\"),\n ui_hints: z.record(z.string(), z.unknown()).describe(\"UI hints for rendering the parameter.\").nullable().optional(),\n depends_on: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n placeholder: z.union([z.string(), z.record(z.string(), z.unknown())]),\n llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n human_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n has_dynamic_options: z.boolean().describe(\"Whether the parameter has dynamic options.\").nullable().optional(),\n}).describe(\"Schema for an input parameter of the trigger.\");\nconst StackAiGetProviderTrigger_ApiToolInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the API tool.\"),\n path: z.string().describe(\"Path to the API endpoint.\"),\n method: z.string().describe(\"HTTP method for the API call (e.g., 'GET', 'POST').\"),\n headers: z.array(z.record(z.string(), z.unknown())).describe(\"Headers for the API call.\").nullable().optional(),\n parameters: z.array(z.record(z.string(), z.unknown())).describe(\"Parameters for the API call.\").nullable().optional(),\n description: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n server_url_with_path: z.string().describe(\"Full URL with path to the API endpoint.\"),\n}).describe(\"Information about the API endpoint associated with the trigger.\");\nconst StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema: z.ZodTypeAny = z.object({\n name: z.union([z.string(), z.record(z.string(), z.unknown())]),\n type: z.union([z.string(), z.record(z.string(), z.unknown())]),\n label: z.string().describe(\"Display label for the output parameter.\"),\n llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n human_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n}).describe(\"Schema for an output parameter of the trigger.\");\nexport const StackAiGetProviderTriggerOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the trigger.\"),\n tags: z.array(z.string()).describe(\"Tags categorizing the trigger.\").nullable().optional(),\n ui_copy: StackAiGetProviderTrigger_TriggerUICopySchema.nullable(),\n trigger_id: z.string().describe(\"Unique identifier of the trigger.\"),\n description: z.string().describe(\"Description of what the trigger does.\"),\n provider_id: z.string().describe(\"Unique identifier of the provider.\"),\n input_params: z.array(StackAiGetProviderTrigger_ToolInputParameterSchemaSchema).describe(\"List of input parameters for configuring the trigger.\"),\n api_tool_info: StackAiGetProviderTrigger_ApiToolInfoSchema.nullable().optional(),\n output_params: z.array(StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema).describe(\"List of output parameters provided by the trigger.\"),\n input_param_count: z.number().int().describe(\"Total count of input parameters.\").nullable().optional(),\n output_param_count: z.number().int().describe(\"Total count of output parameters.\").nullable().optional(),\n}).describe(\"Response model containing details of a specific trigger for a provider.\");\n\nexport const stackAiGetProviderTrigger = action(\"STACK_AI_GET_PROVIDER_TRIGGER\", {\n slug: \"stack_ai-get-provider-trigger\",\n name: \"Get Provider Trigger Details\",\n description: \"Tool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.\",\n input: StackAiGetProviderTriggerInput,\n output: StackAiGetProviderTriggerOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider-trigger.d.ts
4
+ declare const StackAiGetProviderTriggerInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderTriggerOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderTrigger: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderTrigger };
9
+ //# sourceMappingURL=get-provider-trigger.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-trigger.d.cts","names":[],"sources":["../../src/actions/get-provider-trigger.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuC;AAAA,cAuCzE,+BAAA,EAAiC,CAAA,CAAE,UAYsC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-provider-trigger.d.ts
4
+ declare const StackAiGetProviderTriggerInput: z.ZodTypeAny;
5
+ declare const StackAiGetProviderTriggerOutput: z.ZodTypeAny;
6
+ declare const stackAiGetProviderTrigger: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetProviderTrigger };
9
+ //# sourceMappingURL=get-provider-trigger.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-trigger.d.mts","names":[],"sources":["../../src/actions/get-provider-trigger.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuC;AAAA,cAuCzE,+BAAA,EAAiC,CAAA,CAAE,UAYsC;AAAA,cAEzE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,82 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-provider-trigger.ts
4
+ const StackAiGetProviderTriggerInput = z.object({
5
+ trigger_id: z.string().describe("The unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message')."),
6
+ provider_id: z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack', 'github').")
7
+ }).describe("Request model for getting details of a specific trigger for a provider.");
8
+ const StackAiGetProviderTrigger_TriggerUICopySchema = z.object({
9
+ event_name: z.string().describe("Name of the event being triggered."),
10
+ instructions: z.string().describe("Instructions for configuring the trigger.").nullable().optional(),
11
+ listening_text: z.string().describe("Text displayed when the trigger is listening.")
12
+ }).describe("UI copy text for the trigger.");
13
+ const StackAiGetProviderTrigger_ToolInputParameterSchemaSchema = z.object({
14
+ max: z.union([
15
+ z.number().int(),
16
+ z.number(),
17
+ z.record(z.string(), z.unknown())
18
+ ]).nullable(),
19
+ min: z.union([
20
+ z.number().int(),
21
+ z.number(),
22
+ z.record(z.string(), z.unknown())
23
+ ]).nullable(),
24
+ form: z.string().describe("Form type for the parameter."),
25
+ name: z.union([z.string(), z.record(z.string(), z.unknown())]),
26
+ type: z.union([z.string(), z.record(z.string(), z.unknown())]),
27
+ label: z.string().describe("Display label for the parameter."),
28
+ "default": z.union([
29
+ z.string(),
30
+ z.number().int(),
31
+ z.boolean(),
32
+ z.record(z.string(), z.unknown()),
33
+ z.array(z.unknown())
34
+ ]).nullable().optional(),
35
+ options: z.array(z.record(z.string(), z.unknown())).describe("Available options for the parameter.").nullable().optional(),
36
+ required: z.boolean().describe("Whether the parameter is required."),
37
+ ui_hints: z.record(z.string(), z.unknown()).describe("UI hints for rendering the parameter.").nullable().optional(),
38
+ depends_on: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),
39
+ placeholder: z.union([z.string(), z.record(z.string(), z.unknown())]),
40
+ llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),
41
+ human_description: z.union([z.string(), z.record(z.string(), z.unknown())]),
42
+ has_dynamic_options: z.boolean().describe("Whether the parameter has dynamic options.").nullable().optional()
43
+ }).describe("Schema for an input parameter of the trigger.");
44
+ const StackAiGetProviderTrigger_ApiToolInfoSchema = z.object({
45
+ id: z.string().describe("Unique identifier for the API tool."),
46
+ path: z.string().describe("Path to the API endpoint."),
47
+ method: z.string().describe("HTTP method for the API call (e.g., 'GET', 'POST')."),
48
+ headers: z.array(z.record(z.string(), z.unknown())).describe("Headers for the API call.").nullable().optional(),
49
+ parameters: z.array(z.record(z.string(), z.unknown())).describe("Parameters for the API call.").nullable().optional(),
50
+ description: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
51
+ server_url_with_path: z.string().describe("Full URL with path to the API endpoint.")
52
+ }).describe("Information about the API endpoint associated with the trigger.");
53
+ const StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema = z.object({
54
+ name: z.union([z.string(), z.record(z.string(), z.unknown())]),
55
+ type: z.union([z.string(), z.record(z.string(), z.unknown())]),
56
+ label: z.string().describe("Display label for the output parameter."),
57
+ llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),
58
+ human_description: z.union([z.string(), z.record(z.string(), z.unknown())])
59
+ }).describe("Schema for an output parameter of the trigger.");
60
+ const stackAiGetProviderTrigger = action("STACK_AI_GET_PROVIDER_TRIGGER", {
61
+ slug: "stack_ai-get-provider-trigger",
62
+ name: "Get Provider Trigger Details",
63
+ description: "Tool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.",
64
+ input: StackAiGetProviderTriggerInput,
65
+ output: z.object({
66
+ name: z.string().describe("Name of the trigger."),
67
+ tags: z.array(z.string()).describe("Tags categorizing the trigger.").nullable().optional(),
68
+ ui_copy: StackAiGetProviderTrigger_TriggerUICopySchema.nullable(),
69
+ trigger_id: z.string().describe("Unique identifier of the trigger."),
70
+ description: z.string().describe("Description of what the trigger does."),
71
+ provider_id: z.string().describe("Unique identifier of the provider."),
72
+ input_params: z.array(StackAiGetProviderTrigger_ToolInputParameterSchemaSchema).describe("List of input parameters for configuring the trigger."),
73
+ api_tool_info: StackAiGetProviderTrigger_ApiToolInfoSchema.nullable().optional(),
74
+ output_params: z.array(StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema).describe("List of output parameters provided by the trigger."),
75
+ input_param_count: z.number().int().describe("Total count of input parameters.").nullable().optional(),
76
+ output_param_count: z.number().int().describe("Total count of output parameters.").nullable().optional()
77
+ }).describe("Response model containing details of a specific trigger for a provider.")
78
+ });
79
+ //#endregion
80
+ export { stackAiGetProviderTrigger };
81
+
82
+ //# sourceMappingURL=get-provider-trigger.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-provider-trigger.mjs","names":[],"sources":["../../src/actions/get-provider-trigger.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetProviderTriggerInput: z.ZodTypeAny = z.object({\n trigger_id: z.string().describe(\"The unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message').\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack', 'github').\"),\n}).describe(\"Request model for getting details of a specific trigger for a provider.\");\nconst StackAiGetProviderTrigger_TriggerUICopySchema: z.ZodTypeAny = z.object({\n event_name: z.string().describe(\"Name of the event being triggered.\"),\n instructions: z.string().describe(\"Instructions for configuring the trigger.\").nullable().optional(),\n listening_text: z.string().describe(\"Text displayed when the trigger is listening.\"),\n}).describe(\"UI copy text for the trigger.\");\nconst StackAiGetProviderTrigger_ToolInputParameterSchemaSchema: z.ZodTypeAny = z.object({\n max: z.union([z.number().int(), z.number(), z.record(z.string(), z.unknown())]).nullable(),\n min: z.union([z.number().int(), z.number(), z.record(z.string(), z.unknown())]).nullable(),\n form: z.string().describe(\"Form type for the parameter.\"),\n name: z.union([z.string(), z.record(z.string(), z.unknown())]),\n type: z.union([z.string(), z.record(z.string(), z.unknown())]),\n label: z.string().describe(\"Display label for the parameter.\"),\n \"default\": z.union([z.string(), z.number().int(), z.boolean(), z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n options: z.array(z.record(z.string(), z.unknown())).describe(\"Available options for the parameter.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required.\"),\n ui_hints: z.record(z.string(), z.unknown()).describe(\"UI hints for rendering the parameter.\").nullable().optional(),\n depends_on: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n placeholder: z.union([z.string(), z.record(z.string(), z.unknown())]),\n llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n human_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n has_dynamic_options: z.boolean().describe(\"Whether the parameter has dynamic options.\").nullable().optional(),\n}).describe(\"Schema for an input parameter of the trigger.\");\nconst StackAiGetProviderTrigger_ApiToolInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the API tool.\"),\n path: z.string().describe(\"Path to the API endpoint.\"),\n method: z.string().describe(\"HTTP method for the API call (e.g., 'GET', 'POST').\"),\n headers: z.array(z.record(z.string(), z.unknown())).describe(\"Headers for the API call.\").nullable().optional(),\n parameters: z.array(z.record(z.string(), z.unknown())).describe(\"Parameters for the API call.\").nullable().optional(),\n description: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n server_url_with_path: z.string().describe(\"Full URL with path to the API endpoint.\"),\n}).describe(\"Information about the API endpoint associated with the trigger.\");\nconst StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema: z.ZodTypeAny = z.object({\n name: z.union([z.string(), z.record(z.string(), z.unknown())]),\n type: z.union([z.string(), z.record(z.string(), z.unknown())]),\n label: z.string().describe(\"Display label for the output parameter.\"),\n llm_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n human_description: z.union([z.string(), z.record(z.string(), z.unknown())]),\n}).describe(\"Schema for an output parameter of the trigger.\");\nexport const StackAiGetProviderTriggerOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the trigger.\"),\n tags: z.array(z.string()).describe(\"Tags categorizing the trigger.\").nullable().optional(),\n ui_copy: StackAiGetProviderTrigger_TriggerUICopySchema.nullable(),\n trigger_id: z.string().describe(\"Unique identifier of the trigger.\"),\n description: z.string().describe(\"Description of what the trigger does.\"),\n provider_id: z.string().describe(\"Unique identifier of the provider.\"),\n input_params: z.array(StackAiGetProviderTrigger_ToolInputParameterSchemaSchema).describe(\"List of input parameters for configuring the trigger.\"),\n api_tool_info: StackAiGetProviderTrigger_ApiToolInfoSchema.nullable().optional(),\n output_params: z.array(StackAiGetProviderTrigger_ToolOutputParameterSchemaSchema).describe(\"List of output parameters provided by the trigger.\"),\n input_param_count: z.number().int().describe(\"Total count of input parameters.\").nullable().optional(),\n output_param_count: z.number().int().describe(\"Total count of output parameters.\").nullable().optional(),\n}).describe(\"Response model containing details of a specific trigger for a provider.\");\n\nexport const stackAiGetProviderTrigger = action(\"STACK_AI_GET_PROVIDER_TRIGGER\", {\n slug: \"stack_ai-get-provider-trigger\",\n name: \"Get Provider Trigger Details\",\n description: \"Tool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.\",\n input: StackAiGetProviderTriggerInput,\n output: StackAiGetProviderTriggerOutput,\n});\n"],"mappings":"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"}