@keystrokehq/monday_mcp 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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/all-monday-api.cjs +19 -0
- package/dist/actions/all-monday-api.cjs.map +1 -0
- package/dist/actions/all-monday-api.d.cts +9 -0
- package/dist/actions/all-monday-api.d.cts.map +1 -0
- package/dist/actions/all-monday-api.d.mts +9 -0
- package/dist/actions/all-monday-api.d.mts.map +1 -0
- package/dist/actions/all-monday-api.mjs +16 -0
- package/dist/actions/all-monday-api.mjs.map +1 -0
- package/dist/actions/all-widgets-schema.cjs +16 -0
- package/dist/actions/all-widgets-schema.cjs.map +1 -0
- package/dist/actions/all-widgets-schema.d.cts +9 -0
- package/dist/actions/all-widgets-schema.d.cts.map +1 -0
- package/dist/actions/all-widgets-schema.d.mts +9 -0
- package/dist/actions/all-widgets-schema.d.mts.map +1 -0
- package/dist/actions/all-widgets-schema.mjs +13 -0
- package/dist/actions/all-widgets-schema.mjs.map +1 -0
- package/dist/actions/board-insights.cjs +90 -0
- package/dist/actions/board-insights.cjs.map +1 -0
- package/dist/actions/board-insights.d.cts +9 -0
- package/dist/actions/board-insights.d.cts.map +1 -0
- package/dist/actions/board-insights.d.mts +9 -0
- package/dist/actions/board-insights.d.mts.map +1 -0
- package/dist/actions/board-insights.mjs +87 -0
- package/dist/actions/board-insights.mjs.map +1 -0
- package/dist/actions/change-item-column-values.cjs +20 -0
- package/dist/actions/change-item-column-values.cjs.map +1 -0
- package/dist/actions/change-item-column-values.d.cts +9 -0
- package/dist/actions/change-item-column-values.d.cts.map +1 -0
- package/dist/actions/change-item-column-values.d.mts +9 -0
- package/dist/actions/change-item-column-values.d.mts.map +1 -0
- package/dist/actions/change-item-column-values.mjs +17 -0
- package/dist/actions/change-item-column-values.mjs.map +1 -0
- package/dist/actions/create-board.cjs +25 -0
- package/dist/actions/create-board.cjs.map +1 -0
- package/dist/actions/create-board.d.cts +9 -0
- package/dist/actions/create-board.d.cts.map +1 -0
- package/dist/actions/create-board.d.mts +9 -0
- package/dist/actions/create-board.d.mts.map +1 -0
- package/dist/actions/create-board.mjs +22 -0
- package/dist/actions/create-board.mjs.map +1 -0
- package/dist/actions/create-column.cjs +65 -0
- package/dist/actions/create-column.cjs.map +1 -0
- package/dist/actions/create-column.d.cts +9 -0
- package/dist/actions/create-column.d.cts.map +1 -0
- package/dist/actions/create-column.d.mts +9 -0
- package/dist/actions/create-column.d.mts.map +1 -0
- package/dist/actions/create-column.mjs +62 -0
- package/dist/actions/create-column.mjs.map +1 -0
- package/dist/actions/create-dashboard.cjs +22 -0
- package/dist/actions/create-dashboard.cjs.map +1 -0
- package/dist/actions/create-dashboard.d.cts +9 -0
- package/dist/actions/create-dashboard.d.cts.map +1 -0
- package/dist/actions/create-dashboard.d.mts +9 -0
- package/dist/actions/create-dashboard.d.mts.map +1 -0
- package/dist/actions/create-dashboard.mjs +19 -0
- package/dist/actions/create-dashboard.mjs.map +1 -0
- package/dist/actions/create-doc.cjs +29 -0
- package/dist/actions/create-doc.cjs.map +1 -0
- package/dist/actions/create-doc.d.cts +9 -0
- package/dist/actions/create-doc.d.cts.map +1 -0
- package/dist/actions/create-doc.d.mts +9 -0
- package/dist/actions/create-doc.d.mts.map +1 -0
- package/dist/actions/create-doc.mjs +26 -0
- package/dist/actions/create-doc.mjs.map +1 -0
- package/dist/actions/create-folder.cjs +52 -0
- package/dist/actions/create-folder.cjs.map +1 -0
- package/dist/actions/create-folder.d.cts +9 -0
- package/dist/actions/create-folder.d.cts.map +1 -0
- package/dist/actions/create-folder.d.mts +9 -0
- package/dist/actions/create-folder.d.mts.map +1 -0
- package/dist/actions/create-folder.mjs +49 -0
- package/dist/actions/create-folder.mjs.map +1 -0
- package/dist/actions/create-form.cjs +30 -0
- package/dist/actions/create-form.cjs.map +1 -0
- package/dist/actions/create-form.d.cts +9 -0
- package/dist/actions/create-form.d.cts.map +1 -0
- package/dist/actions/create-form.d.mts +9 -0
- package/dist/actions/create-form.d.mts.map +1 -0
- package/dist/actions/create-form.mjs +27 -0
- package/dist/actions/create-form.mjs.map +1 -0
- package/dist/actions/create-group.cjs +42 -0
- package/dist/actions/create-group.cjs.map +1 -0
- package/dist/actions/create-group.d.cts +9 -0
- package/dist/actions/create-group.d.cts.map +1 -0
- package/dist/actions/create-group.d.mts +9 -0
- package/dist/actions/create-group.d.mts.map +1 -0
- package/dist/actions/create-group.mjs +39 -0
- package/dist/actions/create-group.mjs.map +1 -0
- package/dist/actions/create-item.cjs +23 -0
- package/dist/actions/create-item.cjs.map +1 -0
- package/dist/actions/create-item.d.cts +9 -0
- package/dist/actions/create-item.d.cts.map +1 -0
- package/dist/actions/create-item.d.mts +9 -0
- package/dist/actions/create-item.d.mts.map +1 -0
- package/dist/actions/create-item.mjs +20 -0
- package/dist/actions/create-item.mjs.map +1 -0
- package/dist/actions/create-update.cjs +20 -0
- package/dist/actions/create-update.cjs.map +1 -0
- package/dist/actions/create-update.d.cts +9 -0
- package/dist/actions/create-update.d.cts.map +1 -0
- package/dist/actions/create-update.d.mts +9 -0
- package/dist/actions/create-update.d.mts.map +1 -0
- package/dist/actions/create-update.mjs +17 -0
- package/dist/actions/create-update.mjs.map +1 -0
- package/dist/actions/create-widget.cjs +30 -0
- package/dist/actions/create-widget.cjs.map +1 -0
- package/dist/actions/create-widget.d.cts +9 -0
- package/dist/actions/create-widget.d.cts.map +1 -0
- package/dist/actions/create-widget.d.mts +9 -0
- package/dist/actions/create-widget.d.mts.map +1 -0
- package/dist/actions/create-widget.mjs +27 -0
- package/dist/actions/create-widget.mjs.map +1 -0
- package/dist/actions/create-workspace.cjs +25 -0
- package/dist/actions/create-workspace.cjs.map +1 -0
- package/dist/actions/create-workspace.d.cts +9 -0
- package/dist/actions/create-workspace.d.cts.map +1 -0
- package/dist/actions/create-workspace.d.mts +9 -0
- package/dist/actions/create-workspace.d.mts.map +1 -0
- package/dist/actions/create-workspace.mjs +22 -0
- package/dist/actions/create-workspace.mjs.map +1 -0
- package/dist/actions/form-questions-editor.cjs +82 -0
- package/dist/actions/form-questions-editor.cjs.map +1 -0
- package/dist/actions/form-questions-editor.d.cts +9 -0
- package/dist/actions/form-questions-editor.d.cts.map +1 -0
- package/dist/actions/form-questions-editor.d.mts +9 -0
- package/dist/actions/form-questions-editor.d.mts.map +1 -0
- package/dist/actions/form-questions-editor.mjs +79 -0
- package/dist/actions/form-questions-editor.mjs.map +1 -0
- package/dist/actions/get-board-activity.cjs +20 -0
- package/dist/actions/get-board-activity.cjs.map +1 -0
- package/dist/actions/get-board-activity.d.cts +9 -0
- package/dist/actions/get-board-activity.d.cts.map +1 -0
- package/dist/actions/get-board-activity.d.mts +9 -0
- package/dist/actions/get-board-activity.d.mts.map +1 -0
- package/dist/actions/get-board-activity.mjs +17 -0
- package/dist/actions/get-board-activity.mjs.map +1 -0
- package/dist/actions/get-board-info.cjs +16 -0
- package/dist/actions/get-board-info.cjs.map +1 -0
- package/dist/actions/get-board-info.d.cts +9 -0
- package/dist/actions/get-board-info.d.cts.map +1 -0
- package/dist/actions/get-board-info.d.mts +9 -0
- package/dist/actions/get-board-info.d.mts.map +1 -0
- package/dist/actions/get-board-info.mjs +13 -0
- package/dist/actions/get-board-info.mjs.map +1 -0
- package/dist/actions/get-board-items-page.cjs +61 -0
- package/dist/actions/get-board-items-page.cjs.map +1 -0
- package/dist/actions/get-board-items-page.d.cts +9 -0
- package/dist/actions/get-board-items-page.d.cts.map +1 -0
- package/dist/actions/get-board-items-page.d.mts +9 -0
- package/dist/actions/get-board-items-page.d.mts.map +1 -0
- package/dist/actions/get-board-items-page.mjs +58 -0
- package/dist/actions/get-board-items-page.mjs.map +1 -0
- package/dist/actions/get-column-type-info.cjs +59 -0
- package/dist/actions/get-column-type-info.cjs.map +1 -0
- package/dist/actions/get-column-type-info.d.cts +9 -0
- package/dist/actions/get-column-type-info.d.cts.map +1 -0
- package/dist/actions/get-column-type-info.d.mts +9 -0
- package/dist/actions/get-column-type-info.d.mts.map +1 -0
- package/dist/actions/get-column-type-info.mjs +56 -0
- package/dist/actions/get-column-type-info.mjs.map +1 -0
- package/dist/actions/get-form.cjs +16 -0
- package/dist/actions/get-form.cjs.map +1 -0
- package/dist/actions/get-form.d.cts +9 -0
- package/dist/actions/get-form.d.cts.map +1 -0
- package/dist/actions/get-form.d.mts +9 -0
- package/dist/actions/get-form.d.mts.map +1 -0
- package/dist/actions/get-form.mjs +13 -0
- package/dist/actions/get-form.mjs.map +1 -0
- package/dist/actions/get-graphql-schema.cjs +19 -0
- package/dist/actions/get-graphql-schema.cjs.map +1 -0
- package/dist/actions/get-graphql-schema.d.cts +9 -0
- package/dist/actions/get-graphql-schema.d.cts.map +1 -0
- package/dist/actions/get-graphql-schema.d.mts +9 -0
- package/dist/actions/get-graphql-schema.d.mts.map +1 -0
- package/dist/actions/get-graphql-schema.mjs +16 -0
- package/dist/actions/get-graphql-schema.mjs.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.cjs +16 -0
- package/dist/actions/get-monday-dev-sprints-boards.cjs.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.cts +9 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.cts.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.mts +9 -0
- package/dist/actions/get-monday-dev-sprints-boards.d.mts.map +1 -0
- package/dist/actions/get-monday-dev-sprints-boards.mjs +13 -0
- package/dist/actions/get-monday-dev-sprints-boards.mjs.map +1 -0
- package/dist/actions/get-sprint-summary.cjs +16 -0
- package/dist/actions/get-sprint-summary.cjs.map +1 -0
- package/dist/actions/get-sprint-summary.d.cts +9 -0
- package/dist/actions/get-sprint-summary.d.cts.map +1 -0
- package/dist/actions/get-sprint-summary.d.mts +9 -0
- package/dist/actions/get-sprint-summary.d.mts.map +1 -0
- package/dist/actions/get-sprint-summary.mjs +13 -0
- package/dist/actions/get-sprint-summary.mjs.map +1 -0
- package/dist/actions/get-sprints-metadata.cjs +19 -0
- package/dist/actions/get-sprints-metadata.cjs.map +1 -0
- package/dist/actions/get-sprints-metadata.d.cts +9 -0
- package/dist/actions/get-sprints-metadata.d.cts.map +1 -0
- package/dist/actions/get-sprints-metadata.d.mts +9 -0
- package/dist/actions/get-sprints-metadata.d.mts.map +1 -0
- package/dist/actions/get-sprints-metadata.mjs +16 -0
- package/dist/actions/get-sprints-metadata.mjs.map +1 -0
- package/dist/actions/get-type-details.cjs +16 -0
- package/dist/actions/get-type-details.cjs.map +1 -0
- package/dist/actions/get-type-details.d.cts +9 -0
- package/dist/actions/get-type-details.d.cts.map +1 -0
- package/dist/actions/get-type-details.d.mts +9 -0
- package/dist/actions/get-type-details.d.mts.map +1 -0
- package/dist/actions/get-type-details.mjs +13 -0
- package/dist/actions/get-type-details.mjs.map +1 -0
- package/dist/actions/get-user-context.cjs +16 -0
- package/dist/actions/get-user-context.cjs.map +1 -0
- package/dist/actions/get-user-context.d.cts +9 -0
- package/dist/actions/get-user-context.d.cts.map +1 -0
- package/dist/actions/get-user-context.d.mts +9 -0
- package/dist/actions/get-user-context.d.mts.map +1 -0
- package/dist/actions/get-user-context.mjs +13 -0
- package/dist/actions/get-user-context.mjs.map +1 -0
- package/dist/actions/index.cjs +73 -0
- package/dist/actions/index.d.cts +37 -0
- package/dist/actions/index.d.mts +37 -0
- package/dist/actions/index.mjs +37 -0
- package/dist/actions/list-users-and-teams.cjs +24 -0
- package/dist/actions/list-users-and-teams.cjs.map +1 -0
- package/dist/actions/list-users-and-teams.d.cts +9 -0
- package/dist/actions/list-users-and-teams.d.cts.map +1 -0
- package/dist/actions/list-users-and-teams.d.mts +9 -0
- package/dist/actions/list-users-and-teams.d.mts.map +1 -0
- package/dist/actions/list-users-and-teams.mjs +21 -0
- package/dist/actions/list-users-and-teams.mjs.map +1 -0
- package/dist/actions/list-workspaces.cjs +20 -0
- package/dist/actions/list-workspaces.cjs.map +1 -0
- package/dist/actions/list-workspaces.d.cts +9 -0
- package/dist/actions/list-workspaces.d.cts.map +1 -0
- package/dist/actions/list-workspaces.d.mts +9 -0
- package/dist/actions/list-workspaces.d.mts.map +1 -0
- package/dist/actions/list-workspaces.mjs +17 -0
- package/dist/actions/list-workspaces.mjs.map +1 -0
- package/dist/actions/move-object.cjs +33 -0
- package/dist/actions/move-object.cjs.map +1 -0
- package/dist/actions/move-object.d.cts +9 -0
- package/dist/actions/move-object.d.cts.map +1 -0
- package/dist/actions/move-object.d.mts +9 -0
- package/dist/actions/move-object.d.mts.map +1 -0
- package/dist/actions/move-object.mjs +30 -0
- package/dist/actions/move-object.mjs.map +1 -0
- package/dist/actions/read-docs.cjs +26 -0
- package/dist/actions/read-docs.cjs.map +1 -0
- package/dist/actions/read-docs.d.cts +9 -0
- package/dist/actions/read-docs.d.cts.map +1 -0
- package/dist/actions/read-docs.d.mts +9 -0
- package/dist/actions/read-docs.d.mts.map +1 -0
- package/dist/actions/read-docs.mjs +23 -0
- package/dist/actions/read-docs.mjs.map +1 -0
- package/dist/actions/search.cjs +26 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +23 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/update-folder.cjs +61 -0
- package/dist/actions/update-folder.cjs.map +1 -0
- package/dist/actions/update-folder.d.cts +9 -0
- package/dist/actions/update-folder.d.cts.map +1 -0
- package/dist/actions/update-folder.d.mts +9 -0
- package/dist/actions/update-folder.d.mts.map +1 -0
- package/dist/actions/update-folder.mjs +58 -0
- package/dist/actions/update-folder.mjs.map +1 -0
- package/dist/actions/update-form.cjs +139 -0
- package/dist/actions/update-form.cjs.map +1 -0
- package/dist/actions/update-form.d.cts +9 -0
- package/dist/actions/update-form.d.cts.map +1 -0
- package/dist/actions/update-form.d.mts +9 -0
- package/dist/actions/update-form.d.mts.map +1 -0
- package/dist/actions/update-form.mjs +136 -0
- package/dist/actions/update-form.mjs.map +1 -0
- package/dist/actions/update-workspace.cjs +26 -0
- package/dist/actions/update-workspace.cjs.map +1 -0
- package/dist/actions/update-workspace.d.cts +9 -0
- package/dist/actions/update-workspace.d.cts.map +1 -0
- package/dist/actions/update-workspace.d.mts +9 -0
- package/dist/actions/update-workspace.d.mts.map +1 -0
- package/dist/actions/update-workspace.mjs +23 -0
- package/dist/actions/update-workspace.mjs.map +1 -0
- package/dist/actions/workspace-info.cjs +16 -0
- package/dist/actions/workspace-info.cjs.map +1 -0
- package/dist/actions/workspace-info.d.cts +9 -0
- package/dist/actions/workspace-info.d.cts.map +1 -0
- package/dist/actions/workspace-info.d.mts +9 -0
- package/dist/actions/workspace-info.d.mts.map +1 -0
- package/dist/actions/workspace-info.mjs +13 -0
- package/dist/actions/workspace-info.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +78 -0
- package/dist/index.d.cts +39 -0
- package/dist/index.d.mts +39 -0
- package/dist/index.mjs +40 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-form.d.ts
|
|
4
|
+
declare const MondayMcpCreateFormInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateFormOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateForm: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateForm };
|
|
9
|
+
//# sourceMappingURL=create-form.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-form.d.cts","names":[],"sources":["../../src/actions/create-form.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAUvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-form.d.ts
|
|
4
|
+
declare const MondayMcpCreateFormInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateFormOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateForm: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateForm };
|
|
9
|
+
//# sourceMappingURL=create-form.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-form.d.mts","names":[],"sources":["../../src/actions/create-form.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAUvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateForm = action("MONDAY_MCP_CREATE_FORM", {
|
|
4
|
+
slug: "monday_mcp-create-form",
|
|
5
|
+
name: "Create form",
|
|
6
|
+
description: "Create a monday.com form. This will create a new form as well as a new board for which the form’s responses will be stored. The returned board_id is the ID of the board that was created while the returned formToken can be used for all future queries and mutations to continue editing the form.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
board_kind: z.enum([
|
|
9
|
+
"private",
|
|
10
|
+
"public",
|
|
11
|
+
"share"
|
|
12
|
+
]).describe("The board kind to create for the board in which the form will create items in.").optional(),
|
|
13
|
+
board_owner_ids: z.array(z.string()).describe("Array of user IDs who will have owner permissions on the board in which the form will create items in.").optional(),
|
|
14
|
+
destination_name: z.string().describe("The name of the board that will be created to store the form responses in.").optional(),
|
|
15
|
+
board_owner_team_ids: z.array(z.string()).describe("Array of team IDs whose members will have owner permissions on the board in which the form will create items in.").optional(),
|
|
16
|
+
board_subscriber_ids: z.array(z.string()).describe("Array of user IDs who will receive notifications about board activity for the board in which the form will create items in.").optional(),
|
|
17
|
+
destination_folder_id: z.string().describe("The folder in which the form will be created under.").optional(),
|
|
18
|
+
destination_folder_name: z.string().describe("The name of the folder in which the form will be created in.").optional(),
|
|
19
|
+
destination_workspace_id: z.string().describe("The workspace in which the form will be created in."),
|
|
20
|
+
board_subscriber_teams_ids: z.array(z.string()).describe("Array of team IDs whose members will receive notifications about board activity for the board in which the form will create items in.").optional()
|
|
21
|
+
}),
|
|
22
|
+
output: z.unknown()
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { mondayMcpCreateForm };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-form.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-form.mjs","names":[],"sources":["../../src/actions/create-form.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateFormInput: z.ZodTypeAny = z.object({\n board_kind: z.enum([\"private\", \"public\", \"share\"]).describe(\"The board kind to create for the board in which the form will create items in.\").optional(),\n board_owner_ids: z.array(z.string()).describe(\"Array of user IDs who will have owner permissions on the board in which the form will create items in.\").optional(),\n destination_name: z.string().describe(\"The name of the board that will be created to store the form responses in.\").optional(),\n board_owner_team_ids: z.array(z.string()).describe(\"Array of team IDs whose members will have owner permissions on the board in which the form will create items in.\").optional(),\n board_subscriber_ids: z.array(z.string()).describe(\"Array of user IDs who will receive notifications about board activity for the board in which the form will create items in.\").optional(),\n destination_folder_id: z.string().describe(\"The folder in which the form will be created under.\").optional(),\n destination_folder_name: z.string().describe(\"The name of the folder in which the form will be created in.\").optional(),\n destination_workspace_id: z.string().describe(\"The workspace in which the form will be created in.\"),\n board_subscriber_teams_ids: z.array(z.string()).describe(\"Array of team IDs whose members will receive notifications about board activity for the board in which the form will create items in.\").optional(),\n});\nexport const MondayMcpCreateFormOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateForm = action(\"MONDAY_MCP_CREATE_FORM\", {\n slug: \"monday_mcp-create-form\",\n name: \"Create form\",\n description: \"Create a monday.com form. This will create a new form as well as a new board for which the form’s responses will be stored. The returned board_id is the ID of the board that was created while the returned formToken can be used for all future queries and mutations to continue editing the form.\",\n input: MondayMcpCreateFormInput,\n output: MondayMcpCreateFormOutput,\n});\n"],"mappings":";;AAiBA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBoD,EAAE,OAAO;EAC7D,YAAY,EAAE,KAAK;GAAC;GAAW;GAAU;EAAO,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EACvJ,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;EACjK,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EAC7H,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;EAChL,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;EAC3L,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EAC3G,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACtH,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACnG,4BAA4B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;CAC7M,CAOS;CACP,QAPqD,EAAE,QAO/C;AACV,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-group.ts
|
|
4
|
+
const MondayMcpCreateGroupInput = zod.z.object({
|
|
5
|
+
boardId: zod.z.string().describe("The ID of the board to create the group in"),
|
|
6
|
+
groupName: zod.z.string().describe("The name of the new group (maximum 255 characters)"),
|
|
7
|
+
groupColor: zod.z.enum([
|
|
8
|
+
"#037f4c",
|
|
9
|
+
"#00c875",
|
|
10
|
+
"#9cd326",
|
|
11
|
+
"#cab641",
|
|
12
|
+
"#ffcb00",
|
|
13
|
+
"#784bd1",
|
|
14
|
+
"#9d50dd",
|
|
15
|
+
"#007eb5",
|
|
16
|
+
"#579bfc",
|
|
17
|
+
"#66ccff",
|
|
18
|
+
"#bb3354",
|
|
19
|
+
"#df2f4a",
|
|
20
|
+
"#ff007f",
|
|
21
|
+
"#ff5ac4",
|
|
22
|
+
"#ff642e",
|
|
23
|
+
"#fdab3d",
|
|
24
|
+
"#7f5347",
|
|
25
|
+
"#c4c4c4",
|
|
26
|
+
"#757575"
|
|
27
|
+
]).describe("The color for the group. Must be one of the predefined Monday.com group colors: #037f4c, #00c875, #9cd326, #cab641, #ffcb00, #784bd1, #9d50dd, #007eb5, #579bfc, #66ccff, #bb3354, #df2f4a, #ff007f, #ff5ac4, #ff642e, #fdab3d, #7f5347, #c4c4c4, #757575").optional(),
|
|
28
|
+
relativeTo: zod.z.string().describe("The ID of the group to position this new group relative to").optional(),
|
|
29
|
+
positionRelativeMethod: zod.z.enum(["after_at", "before_at"]).describe("Whether to position the new group before or after the relativeTo group").optional()
|
|
30
|
+
});
|
|
31
|
+
const MondayMcpCreateGroupOutput = zod.z.unknown();
|
|
32
|
+
const mondayMcpCreateGroup = require_action.action("MONDAY_MCP_CREATE_GROUP", {
|
|
33
|
+
slug: "monday_mcp-create-group",
|
|
34
|
+
name: "Create group",
|
|
35
|
+
description: "Create a new group in a monday.com board. Groups are sections that organize related items. Use when users want to add structure, categorize items, or create workflow phases. Groups can be positioned relative to existing groups and assigned predefined colors. Items will always be created in the top group and so the top group should be the most relevant one for new item creation",
|
|
36
|
+
input: MondayMcpCreateGroupInput,
|
|
37
|
+
output: MondayMcpCreateGroupOutput
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
exports.mondayMcpCreateGroup = mondayMcpCreateGroup;
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=create-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-group.cjs","names":["z","action"],"sources":["../../src/actions/create-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateGroupInput: z.ZodTypeAny = z.object({\n boardId: z.string().describe(\"The ID of the board to create the group in\"),\n groupName: z.string().describe(\"The name of the new group (maximum 255 characters)\"),\n groupColor: z.enum([\"#037f4c\", \"#00c875\", \"#9cd326\", \"#cab641\", \"#ffcb00\", \"#784bd1\", \"#9d50dd\", \"#007eb5\", \"#579bfc\", \"#66ccff\", \"#bb3354\", \"#df2f4a\", \"#ff007f\", \"#ff5ac4\", \"#ff642e\", \"#fdab3d\", \"#7f5347\", \"#c4c4c4\", \"#757575\"]).describe(\"The color for the group. Must be one of the predefined Monday.com group colors: #037f4c, #00c875, #9cd326, #cab641, #ffcb00, #784bd1, #9d50dd, #007eb5, #579bfc, #66ccff, #bb3354, #df2f4a, #ff007f, #ff5ac4, #ff642e, #fdab3d, #7f5347, #c4c4c4, #757575\").optional(),\n relativeTo: z.string().describe(\"The ID of the group to position this new group relative to\").optional(),\n positionRelativeMethod: z.enum([\"after_at\", \"before_at\"]).describe(\"Whether to position the new group before or after the relativeTo group\").optional(),\n});\nexport const MondayMcpCreateGroupOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateGroup = action(\"MONDAY_MCP_CREATE_GROUP\", {\n slug: \"monday_mcp-create-group\",\n name: \"Create group\",\n description: \"Create a new group in a monday.com board. Groups are sections that organize related items. Use when users want to add structure, categorize items, or create workflow phases. Groups can be positioned relative to existing groups and assigned predefined colors. Items will always be created in the top group and so the top group should be the most relevant one for new item creation\",\n input: MondayMcpCreateGroupInput,\n output: MondayMcpCreateGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,YAAYA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;EAAW;CAAS,CAAC,CAAC,CAAC,SAAS,2PAA2P,CAAC,CAAC,SAAS;CACrf,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACvG,wBAAwBA,IAAAA,EAAE,KAAK,CAAC,YAAY,WAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AACxJ,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,QAAQ;AAElE,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/create-group.d.ts
|
|
4
|
+
declare const MondayMcpCreateGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateGroup };
|
|
9
|
+
//# sourceMappingURL=create-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-group.d.cts","names":[],"sources":["../../src/actions/create-group.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAMxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAAwB;AAAA,cAEtD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-group.d.ts
|
|
4
|
+
declare const MondayMcpCreateGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateGroup };
|
|
9
|
+
//# sourceMappingURL=create-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-group.d.mts","names":[],"sources":["../../src/actions/create-group.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAMxC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAAwB;AAAA,cAEtD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateGroup = action("MONDAY_MCP_CREATE_GROUP", {
|
|
4
|
+
slug: "monday_mcp-create-group",
|
|
5
|
+
name: "Create group",
|
|
6
|
+
description: "Create a new group in a monday.com board. Groups are sections that organize related items. Use when users want to add structure, categorize items, or create workflow phases. Groups can be positioned relative to existing groups and assigned predefined colors. Items will always be created in the top group and so the top group should be the most relevant one for new item creation",
|
|
7
|
+
input: z.object({
|
|
8
|
+
boardId: z.string().describe("The ID of the board to create the group in"),
|
|
9
|
+
groupName: z.string().describe("The name of the new group (maximum 255 characters)"),
|
|
10
|
+
groupColor: z.enum([
|
|
11
|
+
"#037f4c",
|
|
12
|
+
"#00c875",
|
|
13
|
+
"#9cd326",
|
|
14
|
+
"#cab641",
|
|
15
|
+
"#ffcb00",
|
|
16
|
+
"#784bd1",
|
|
17
|
+
"#9d50dd",
|
|
18
|
+
"#007eb5",
|
|
19
|
+
"#579bfc",
|
|
20
|
+
"#66ccff",
|
|
21
|
+
"#bb3354",
|
|
22
|
+
"#df2f4a",
|
|
23
|
+
"#ff007f",
|
|
24
|
+
"#ff5ac4",
|
|
25
|
+
"#ff642e",
|
|
26
|
+
"#fdab3d",
|
|
27
|
+
"#7f5347",
|
|
28
|
+
"#c4c4c4",
|
|
29
|
+
"#757575"
|
|
30
|
+
]).describe("The color for the group. Must be one of the predefined Monday.com group colors: #037f4c, #00c875, #9cd326, #cab641, #ffcb00, #784bd1, #9d50dd, #007eb5, #579bfc, #66ccff, #bb3354, #df2f4a, #ff007f, #ff5ac4, #ff642e, #fdab3d, #7f5347, #c4c4c4, #757575").optional(),
|
|
31
|
+
relativeTo: z.string().describe("The ID of the group to position this new group relative to").optional(),
|
|
32
|
+
positionRelativeMethod: z.enum(["after_at", "before_at"]).describe("Whether to position the new group before or after the relativeTo group").optional()
|
|
33
|
+
}),
|
|
34
|
+
output: z.unknown()
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { mondayMcpCreateGroup };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=create-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-group.mjs","names":[],"sources":["../../src/actions/create-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateGroupInput: z.ZodTypeAny = z.object({\n boardId: z.string().describe(\"The ID of the board to create the group in\"),\n groupName: z.string().describe(\"The name of the new group (maximum 255 characters)\"),\n groupColor: z.enum([\"#037f4c\", \"#00c875\", \"#9cd326\", \"#cab641\", \"#ffcb00\", \"#784bd1\", \"#9d50dd\", \"#007eb5\", \"#579bfc\", \"#66ccff\", \"#bb3354\", \"#df2f4a\", \"#ff007f\", \"#ff5ac4\", \"#ff642e\", \"#fdab3d\", \"#7f5347\", \"#c4c4c4\", \"#757575\"]).describe(\"The color for the group. Must be one of the predefined Monday.com group colors: #037f4c, #00c875, #9cd326, #cab641, #ffcb00, #784bd1, #9d50dd, #007eb5, #579bfc, #66ccff, #bb3354, #df2f4a, #ff007f, #ff5ac4, #ff642e, #fdab3d, #7f5347, #c4c4c4, #757575\").optional(),\n relativeTo: z.string().describe(\"The ID of the group to position this new group relative to\").optional(),\n positionRelativeMethod: z.enum([\"after_at\", \"before_at\"]).describe(\"Whether to position the new group before or after the relativeTo group\").optional(),\n});\nexport const MondayMcpCreateGroupOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateGroup = action(\"MONDAY_MCP_CREATE_GROUP\", {\n slug: \"monday_mcp-create-group\",\n name: \"Create group\",\n description: \"Create a new group in a monday.com board. Groups are sections that organize related items. Use when users want to add structure, categorize items, or create workflow phases. Groups can be positioned relative to existing groups and assigned predefined colors. Items will always be created in the top group and so the top group should be the most relevant one for new item creation\",\n input: MondayMcpCreateGroupInput,\n output: MondayMcpCreateGroupOutput,\n});\n"],"mappings":";;AAaA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbqD,EAAE,OAAO;EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACnF,YAAY,EAAE,KAAK;GAAC;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;GAAW;EAAS,CAAC,CAAC,CAAC,SAAS,2PAA2P,CAAC,CAAC,SAAS;EACrf,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACvG,wBAAwB,EAAE,KAAK,CAAC,YAAY,WAAW,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACxJ,CAOS;CACP,QAPsD,EAAE,QAOhD;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-item.ts
|
|
4
|
+
const MondayMcpCreateItemInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the new item to be created, must be relevant to the user's request"),
|
|
6
|
+
boardId: zod.z.number().describe("The id of the board to which the new item will be added"),
|
|
7
|
+
groupId: zod.z.string().describe("The id of the group id to which the new item will be added, if its not clearly specified, leave empty").optional(),
|
|
8
|
+
columnValues: zod.z.string().describe("A string containing the new column values for the item following this structure: {\\\"column_id\\\": \\\"value\\\",... you can change multiple columns at once, note that for status column you must use nested value with 'label' as a key and for date column use 'date' as key} - example: \"{\\\"text_column_id\\\":\\\"New text\\\", \\\"status_column_id\\\":{\\\"label\\\":\\\"Done\\\"}, \\\"date_column_id\\\":{\\\"date\\\":\\\"2023-05-25\\\"},\\\"dropdown_id\\\":\\\"value\\\", \\\"phone_id\\\":\\\"123-456-7890\\\", \\\"email_id\\\":\\\"test@example.com\\\"}\""),
|
|
9
|
+
parentItemId: zod.z.number().describe("The id of the parent item under which the new subitem will be created").optional(),
|
|
10
|
+
duplicateFromItemId: zod.z.number().describe("The id of existing item to duplicate and update with new values (only provide when duplicating)").optional()
|
|
11
|
+
});
|
|
12
|
+
const MondayMcpCreateItemOutput = zod.z.unknown();
|
|
13
|
+
const mondayMcpCreateItem = require_action.action("MONDAY_MCP_CREATE_ITEM", {
|
|
14
|
+
slug: "monday_mcp-create-item",
|
|
15
|
+
name: "Create item",
|
|
16
|
+
description: "Create a new item with provided values, create a subitem under a parent item, or duplicate an existing item and update it with new values. Use parentItemId when creating a subitem under an existing item. Use duplicateFromItemId when copying an existing item with modifications.[REQUIRED PRECONDITION]: Before using this tool, if new columns were added to the board or if you are not familiar with the board's structure (column IDs, column types, status labels, etc.), first use get_board_info to understand the board metadata. This is essential for constructing proper column values and knowing which columns are available.",
|
|
17
|
+
input: MondayMcpCreateItemInput,
|
|
18
|
+
output: MondayMcpCreateItemOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.mondayMcpCreateItem = mondayMcpCreateItem;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=create-item.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-item.cjs","names":["z","action"],"sources":["../../src/actions/create-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateItemInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the new item to be created, must be relevant to the user's request\"),\n boardId: z.number().describe(\"The id of the board to which the new item will be added\"),\n groupId: z.string().describe(\"The id of the group id to which the new item will be added, if its not clearly specified, leave empty\").optional(),\n columnValues: z.string().describe(\"A string containing the new column values for the item following this structure: {\\\\\\\"column_id\\\\\\\": \\\\\\\"value\\\\\\\",... you can change multiple columns at once, note that for status column you must use nested value with 'label' as a key and for date column use 'date' as key} - example: \\\"{\\\\\\\"text_column_id\\\\\\\":\\\\\\\"New text\\\\\\\", \\\\\\\"status_column_id\\\\\\\":{\\\\\\\"label\\\\\\\":\\\\\\\"Done\\\\\\\"}, \\\\\\\"date_column_id\\\\\\\":{\\\\\\\"date\\\\\\\":\\\\\\\"2023-05-25\\\\\\\"},\\\\\\\"dropdown_id\\\\\\\":\\\\\\\"value\\\\\\\", \\\\\\\"phone_id\\\\\\\":\\\\\\\"123-456-7890\\\\\\\", \\\\\\\"email_id\\\\\\\":\\\\\\\"test@example.com\\\\\\\"}\\\"\"),\n parentItemId: z.number().describe(\"The id of the parent item under which the new subitem will be created\").optional(),\n duplicateFromItemId: z.number().describe(\"The id of existing item to duplicate and update with new values (only provide when duplicating)\").optional(),\n});\nexport const MondayMcpCreateItemOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateItem = action(\"MONDAY_MCP_CREATE_ITEM\", {\n slug: \"monday_mcp-create-item\",\n name: \"Create item\",\n description: \"Create a new item with provided values, create a subitem under a parent item, or duplicate an existing item and update it with new values. Use parentItemId when creating a subitem under an existing item. Use duplicateFromItemId when copying an existing item with modifications.[REQUIRED PRECONDITION]: Before using this tool, if new columns were added to the board or if you are not familiar with the board's structure (column IDs, column types, status labels, etc.), first use get_board_info to understand the board metadata. This is essential for constructing proper column values and knowing which columns are available.\",\n input: MondayMcpCreateItemInput,\n output: MondayMcpCreateItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAC1G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CAC/I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kjBAAkjB;CACplB,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACpH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;AACvJ,CAAC;AACD,MAAa,4BAA0CA,IAAAA,EAAE,QAAQ;AAEjE,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,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/create-item.d.ts
|
|
4
|
+
declare const MondayMcpCreateItemInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateItemOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateItem };
|
|
9
|
+
//# sourceMappingURL=create-item.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-item.d.cts","names":[],"sources":["../../src/actions/create-item.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAOvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-item.d.ts
|
|
4
|
+
declare const MondayMcpCreateItemInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateItemOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateItem: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateItem };
|
|
9
|
+
//# sourceMappingURL=create-item.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-item.d.mts","names":[],"sources":["../../src/actions/create-item.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAOvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateItem = action("MONDAY_MCP_CREATE_ITEM", {
|
|
4
|
+
slug: "monday_mcp-create-item",
|
|
5
|
+
name: "Create item",
|
|
6
|
+
description: "Create a new item with provided values, create a subitem under a parent item, or duplicate an existing item and update it with new values. Use parentItemId when creating a subitem under an existing item. Use duplicateFromItemId when copying an existing item with modifications.[REQUIRED PRECONDITION]: Before using this tool, if new columns were added to the board or if you are not familiar with the board's structure (column IDs, column types, status labels, etc.), first use get_board_info to understand the board metadata. This is essential for constructing proper column values and knowing which columns are available.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("The name of the new item to be created, must be relevant to the user's request"),
|
|
9
|
+
boardId: z.number().describe("The id of the board to which the new item will be added"),
|
|
10
|
+
groupId: z.string().describe("The id of the group id to which the new item will be added, if its not clearly specified, leave empty").optional(),
|
|
11
|
+
columnValues: z.string().describe("A string containing the new column values for the item following this structure: {\\\"column_id\\\": \\\"value\\\",... you can change multiple columns at once, note that for status column you must use nested value with 'label' as a key and for date column use 'date' as key} - example: \"{\\\"text_column_id\\\":\\\"New text\\\", \\\"status_column_id\\\":{\\\"label\\\":\\\"Done\\\"}, \\\"date_column_id\\\":{\\\"date\\\":\\\"2023-05-25\\\"},\\\"dropdown_id\\\":\\\"value\\\", \\\"phone_id\\\":\\\"123-456-7890\\\", \\\"email_id\\\":\\\"test@example.com\\\"}\""),
|
|
12
|
+
parentItemId: z.number().describe("The id of the parent item under which the new subitem will be created").optional(),
|
|
13
|
+
duplicateFromItemId: z.number().describe("The id of existing item to duplicate and update with new values (only provide when duplicating)").optional()
|
|
14
|
+
}),
|
|
15
|
+
output: z.unknown()
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { mondayMcpCreateItem };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-item.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-item.mjs","names":[],"sources":["../../src/actions/create-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateItemInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the new item to be created, must be relevant to the user's request\"),\n boardId: z.number().describe(\"The id of the board to which the new item will be added\"),\n groupId: z.string().describe(\"The id of the group id to which the new item will be added, if its not clearly specified, leave empty\").optional(),\n columnValues: z.string().describe(\"A string containing the new column values for the item following this structure: {\\\\\\\"column_id\\\\\\\": \\\\\\\"value\\\\\\\",... you can change multiple columns at once, note that for status column you must use nested value with 'label' as a key and for date column use 'date' as key} - example: \\\"{\\\\\\\"text_column_id\\\\\\\":\\\\\\\"New text\\\\\\\", \\\\\\\"status_column_id\\\\\\\":{\\\\\\\"label\\\\\\\":\\\\\\\"Done\\\\\\\"}, \\\\\\\"date_column_id\\\\\\\":{\\\\\\\"date\\\\\\\":\\\\\\\"2023-05-25\\\\\\\"},\\\\\\\"dropdown_id\\\\\\\":\\\\\\\"value\\\\\\\", \\\\\\\"phone_id\\\\\\\":\\\\\\\"123-456-7890\\\\\\\", \\\\\\\"email_id\\\\\\\":\\\\\\\"test@example.com\\\\\\\"}\\\"\"),\n parentItemId: z.number().describe(\"The id of the parent item under which the new subitem will be created\").optional(),\n duplicateFromItemId: z.number().describe(\"The id of existing item to duplicate and update with new values (only provide when duplicating)\").optional(),\n});\nexport const MondayMcpCreateItemOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateItem = action(\"MONDAY_MCP_CREATE_ITEM\", {\n slug: \"monday_mcp-create-item\",\n name: \"Create item\",\n description: \"Create a new item with provided values, create a subitem under a parent item, or duplicate an existing item and update it with new values. Use parentItemId when creating a subitem under an existing item. Use duplicateFromItemId when copying an existing item with modifications.[REQUIRED PRECONDITION]: Before using this tool, if new columns were added to the board or if you are not familiar with the board's structure (column IDs, column types, status labels, etc.), first use get_board_info to understand the board metadata. This is essential for constructing proper column values and knowing which columns are available.\",\n input: MondayMcpCreateItemInput,\n output: MondayMcpCreateItemOutput,\n});\n"],"mappings":";;AAcA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdoD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC1G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACtF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EAC/I,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kjBAAkjB;EACplB,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EACpH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CACvJ,CAOS;CACP,QAPqD,EAAE,QAO/C;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-update.ts
|
|
4
|
+
const MondayMcpCreateUpdateInput = zod.z.object({
|
|
5
|
+
body: zod.z.string().describe("The update text to be created. Do not use @ to mention users, use the mentionsList field instead."),
|
|
6
|
+
itemId: zod.z.number().describe("The id of the item to which the update will be added"),
|
|
7
|
+
mentionsList: zod.z.string().describe("Optional JSON array of mentions in the format: [{\"id\": \"123\", \"type\": \"User\"}, {\"id\": \"456\", \"type\": \"Team\"}]. Valid types are: User, Team, Board, Project").optional()
|
|
8
|
+
});
|
|
9
|
+
const MondayMcpCreateUpdateOutput = zod.z.unknown();
|
|
10
|
+
const mondayMcpCreateUpdate = require_action.action("MONDAY_MCP_CREATE_UPDATE", {
|
|
11
|
+
slug: "monday_mcp-create-update",
|
|
12
|
+
name: "Create update",
|
|
13
|
+
description: "Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update.",
|
|
14
|
+
input: MondayMcpCreateUpdateInput,
|
|
15
|
+
output: MondayMcpCreateUpdateOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.mondayMcpCreateUpdate = mondayMcpCreateUpdate;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-update.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-update.cjs","names":["z","action"],"sources":["../../src/actions/create-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateUpdateInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The update text to be created. Do not use @ to mention users, use the mentionsList field instead.\"),\n itemId: z.number().describe(\"The id of the item to which the update will be added\"),\n mentionsList: z.string().describe(\"Optional JSON array of mentions in the format: [{\\\"id\\\": \\\"123\\\", \\\"type\\\": \\\"User\\\"}, {\\\"id\\\": \\\"456\\\", \\\"type\\\": \\\"Team\\\"}]. Valid types are: User, Team, Board, Project\").optional(),\n});\nexport const MondayMcpCreateUpdateOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateUpdate = action(\"MONDAY_MCP_CREATE_UPDATE\", {\n slug: \"monday_mcp-create-update\",\n name: \"Create update\",\n description: \"Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update.\",\n input: MondayMcpCreateUpdateInput,\n output: MondayMcpCreateUpdateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;CAC7H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAC3N,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,QAAQ;AAEnE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/create-update.d.ts
|
|
4
|
+
declare const MondayMcpCreateUpdateInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateUpdateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateUpdate };
|
|
9
|
+
//# sourceMappingURL=create-update.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-update.d.cts","names":[],"sources":["../../src/actions/create-update.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-update.d.ts
|
|
4
|
+
declare const MondayMcpCreateUpdateInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateUpdateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateUpdate };
|
|
9
|
+
//# sourceMappingURL=create-update.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-update.d.mts","names":[],"sources":["../../src/actions/create-update.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateUpdate = action("MONDAY_MCP_CREATE_UPDATE", {
|
|
4
|
+
slug: "monday_mcp-create-update",
|
|
5
|
+
name: "Create update",
|
|
6
|
+
description: "Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
body: z.string().describe("The update text to be created. Do not use @ to mention users, use the mentionsList field instead."),
|
|
9
|
+
itemId: z.number().describe("The id of the item to which the update will be added"),
|
|
10
|
+
mentionsList: z.string().describe("Optional JSON array of mentions in the format: [{\"id\": \"123\", \"type\": \"User\"}, {\"id\": \"456\", \"type\": \"Team\"}]. Valid types are: User, Team, Board, Project").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.unknown()
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { mondayMcpCreateUpdate };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-update.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-update.mjs","names":[],"sources":["../../src/actions/create-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateUpdateInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The update text to be created. Do not use @ to mention users, use the mentionsList field instead.\"),\n itemId: z.number().describe(\"The id of the item to which the update will be added\"),\n mentionsList: z.string().describe(\"Optional JSON array of mentions in the format: [{\\\"id\\\": \\\"123\\\", \\\"type\\\": \\\"User\\\"}, {\\\"id\\\": \\\"456\\\", \\\"type\\\": \\\"Team\\\"}]. Valid types are: User, Team, Board, Project\").optional(),\n});\nexport const MondayMcpCreateUpdateOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateUpdate = action(\"MONDAY_MCP_CREATE_UPDATE\", {\n slug: \"monday_mcp-create-update\",\n name: \"Create update\",\n description: \"Create a new update (comment/post) on a monday.com item. Updates can be used to add comments, notes, or discussions to items. You can optionally mention users, teams, or boards in the update.\",\n input: MondayMcpCreateUpdateInput,\n output: MondayMcpCreateUpdateOutput,\n});\n"],"mappings":";;AAWA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;EAC7H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAC3N,CAOS;CACP,QAPuD,EAAE,QAOjD;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-widget.ts
|
|
4
|
+
const MondayMcpCreateWidgetInput = zod.z.object({
|
|
5
|
+
settings: zod.z.object({}).describe("Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.").optional(),
|
|
6
|
+
widget_kind: zod.z.enum([
|
|
7
|
+
"BATTERY",
|
|
8
|
+
"CALENDAR",
|
|
9
|
+
"CHART",
|
|
10
|
+
"GANTT",
|
|
11
|
+
"NUMBER",
|
|
12
|
+
"TABLE"
|
|
13
|
+
]).describe("Type of widget to create: i.e CHART, NUMBER, BATTERY"),
|
|
14
|
+
widget_name: zod.z.string().describe("Widget display name (1-255 UTF-8 chars)"),
|
|
15
|
+
parent_container_id: zod.z.string().describe("ID of the parent container (dashboard ID or board view ID)"),
|
|
16
|
+
settingsStringified: zod.z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \"settings\" field. Read \"settings\" field description for details how to use it.").optional(),
|
|
17
|
+
parent_container_type: zod.z.enum(["BOARD_VIEW", "DASHBOARD"]).describe("Type of parent container: DASHBOARD or BOARD_VIEW")
|
|
18
|
+
});
|
|
19
|
+
const MondayMcpCreateWidgetOutput = zod.z.unknown();
|
|
20
|
+
const mondayMcpCreateWidget = require_action.action("MONDAY_MCP_CREATE_WIDGET", {
|
|
21
|
+
slug: "monday_mcp-create-widget",
|
|
22
|
+
name: "Create widget",
|
|
23
|
+
description: "Create a new widget in a dashboard or board view with specific configuration settings.\n \n This tool creates data visualization widgets that display information from monday.com boards:\n **Parent Containers:**\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\n - **BOARD_VIEW**: Place widget in a specific board view\n \n **Critical Requirements:**\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\n 3. **Validate settings**: Ensure all required fields are provided and data types match\n \n **Workflow:**\n 1. Use 'all_widgets_schema' to get schema definitions\n 2. Prepare widget settings according to the schema\n 3. Use this tool to create the widget",
|
|
24
|
+
input: MondayMcpCreateWidgetInput,
|
|
25
|
+
output: MondayMcpCreateWidgetOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.mondayMcpCreateWidget = mondayMcpCreateWidget;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=create-widget.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-widget.cjs","names":["z","action"],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput: z.ZodTypeAny = z.object({\n settings: z.object({}).describe(\"Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.\").optional(),\n widget_kind: z.enum([\"BATTERY\", \"CALENDAR\", \"CHART\", \"GANTT\", \"NUMBER\", \"TABLE\"]).describe(\"Type of widget to create: i.e CHART, NUMBER, BATTERY\"),\n widget_name: z.string().describe(\"Widget display name (1-255 UTF-8 chars)\"),\n parent_container_id: z.string().describe(\"ID of the parent container (dashboard ID or board view ID)\"),\n settingsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \\\"settings\\\" field. Read \\\"settings\\\" field description for details how to use it.\").optional(),\n parent_container_type: z.enum([\"BOARD_VIEW\", \"DASHBOARD\"]).describe(\"Type of parent container: DASHBOARD or BOARD_VIEW\"),\n});\nexport const MondayMcpCreateWidgetOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateWidget = action(\"MONDAY_MCP_CREATE_WIDGET\", {\n slug: \"monday_mcp-create-widget\",\n name: \"Create widget\",\n description: \"Create a new widget in a dashboard or board view with specific configuration settings.\\n \\n This tool creates data visualization widgets that display information from monday.com boards:\\n **Parent Containers:**\\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\\n - **BOARD_VIEW**: Place widget in a specific board view\\n \\n **Critical Requirements:**\\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\\n 3. **Validate settings**: Ensure all required fields are provided and data types match\\n \\n **Workflow:**\\n 1. Use 'all_widgets_schema' to get schema definitions\\n 2. Prepare widget settings according to the schema\\n 3. Use this tool to create the widget\",\n input: MondayMcpCreateWidgetInput,\n output: MondayMcpCreateWidgetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;CAC9L,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAY;EAAS;EAAS;EAAU;CAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;CACjJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC1E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACrG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAChO,uBAAuBA,IAAAA,EAAE,KAAK,CAAC,cAAc,WAAW,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACzH,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,QAAQ;AAEnE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/create-widget.d.ts
|
|
4
|
+
declare const MondayMcpCreateWidgetInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateWidgetOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateWidget };
|
|
9
|
+
//# sourceMappingURL=create-widget.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-widget.d.cts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAOzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-widget.d.ts
|
|
4
|
+
declare const MondayMcpCreateWidgetInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateWidgetOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateWidget: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateWidget };
|
|
9
|
+
//# sourceMappingURL=create-widget.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-widget.d.mts","names":[],"sources":["../../src/actions/create-widget.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAOzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateWidget = action("MONDAY_MCP_CREATE_WIDGET", {
|
|
4
|
+
slug: "monday_mcp-create-widget",
|
|
5
|
+
name: "Create widget",
|
|
6
|
+
description: "Create a new widget in a dashboard or board view with specific configuration settings.\n \n This tool creates data visualization widgets that display information from monday.com boards:\n **Parent Containers:**\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\n - **BOARD_VIEW**: Place widget in a specific board view\n \n **Critical Requirements:**\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\n 3. **Validate settings**: Ensure all required fields are provided and data types match\n \n **Workflow:**\n 1. Use 'all_widgets_schema' to get schema definitions\n 2. Prepare widget settings according to the schema\n 3. Use this tool to create the widget",
|
|
7
|
+
input: z.object({
|
|
8
|
+
settings: z.object({}).describe("Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.").optional(),
|
|
9
|
+
widget_kind: z.enum([
|
|
10
|
+
"BATTERY",
|
|
11
|
+
"CALENDAR",
|
|
12
|
+
"CHART",
|
|
13
|
+
"GANTT",
|
|
14
|
+
"NUMBER",
|
|
15
|
+
"TABLE"
|
|
16
|
+
]).describe("Type of widget to create: i.e CHART, NUMBER, BATTERY"),
|
|
17
|
+
widget_name: z.string().describe("Widget display name (1-255 UTF-8 chars)"),
|
|
18
|
+
parent_container_id: z.string().describe("ID of the parent container (dashboard ID or board view ID)"),
|
|
19
|
+
settingsStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \"settings\" field. Read \"settings\" field description for details how to use it.").optional(),
|
|
20
|
+
parent_container_type: z.enum(["BOARD_VIEW", "DASHBOARD"]).describe("Type of parent container: DASHBOARD or BOARD_VIEW")
|
|
21
|
+
}),
|
|
22
|
+
output: z.unknown()
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { mondayMcpCreateWidget };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-widget.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-widget.mjs","names":[],"sources":["../../src/actions/create-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWidgetInput: z.ZodTypeAny = z.object({\n settings: z.object({}).describe(\"Widget-specific settings as JSON object conforming to widget schema. Use all_widgets_schema tool to get the required schema for each widget type.\").optional(),\n widget_kind: z.enum([\"BATTERY\", \"CALENDAR\", \"CHART\", \"GANTT\", \"NUMBER\", \"TABLE\"]).describe(\"Type of widget to create: i.e CHART, NUMBER, BATTERY\"),\n widget_name: z.string().describe(\"Widget display name (1-255 UTF-8 chars)\"),\n parent_container_id: z.string().describe(\"ID of the parent container (dashboard ID or board view ID)\"),\n settingsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The settings object. Send this as a stringified JSON of \\\"settings\\\" field. Read \\\"settings\\\" field description for details how to use it.\").optional(),\n parent_container_type: z.enum([\"BOARD_VIEW\", \"DASHBOARD\"]).describe(\"Type of parent container: DASHBOARD or BOARD_VIEW\"),\n});\nexport const MondayMcpCreateWidgetOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateWidget = action(\"MONDAY_MCP_CREATE_WIDGET\", {\n slug: \"monday_mcp-create-widget\",\n name: \"Create widget\",\n description: \"Create a new widget in a dashboard or board view with specific configuration settings.\\n \\n This tool creates data visualization widgets that display information from monday.com boards:\\n **Parent Containers:**\\n - **DASHBOARD**: Place widget in a dashboard (most common use case)\\n - **BOARD_VIEW**: Place widget in a specific board view\\n \\n **Critical Requirements:**\\n 1. **Schema Compliance**: Widget settings MUST conform to the JSON schema for the specific widget type\\n 2. **Use all_widgets_schema first**: Always fetch widget schemas before creating widgets\\n 3. **Validate settings**: Ensure all required fields are provided and data types match\\n \\n **Workflow:**\\n 1. Use 'all_widgets_schema' to get schema definitions\\n 2. Prepare widget settings according to the schema\\n 3. Use this tool to create the widget\",\n input: MondayMcpCreateWidgetInput,\n output: MondayMcpCreateWidgetOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdsD,EAAE,OAAO;EAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;EAC9L,aAAa,EAAE,KAAK;GAAC;GAAW;GAAY;GAAS;GAAS;GAAU;EAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;EACjJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EAC1E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACrG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;EAChO,uBAAuB,EAAE,KAAK,CAAC,cAAc,WAAW,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACzH,CAOS;CACP,QAPuD,EAAE,QAOjD;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-workspace.ts
|
|
4
|
+
const MondayMcpCreateWorkspaceInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the new workspace to be created"),
|
|
6
|
+
description: zod.z.string().describe("The description of the new workspace").optional(),
|
|
7
|
+
workspaceKind: zod.z.enum([
|
|
8
|
+
"closed",
|
|
9
|
+
"open",
|
|
10
|
+
"template"
|
|
11
|
+
]).describe("The kind of workspace to create"),
|
|
12
|
+
accountProductId: zod.z.string().describe("The account product ID associated with the workspace").optional()
|
|
13
|
+
});
|
|
14
|
+
const MondayMcpCreateWorkspaceOutput = zod.z.unknown();
|
|
15
|
+
const mondayMcpCreateWorkspace = require_action.action("MONDAY_MCP_CREATE_WORKSPACE", {
|
|
16
|
+
slug: "monday_mcp-create-workspace",
|
|
17
|
+
name: "Create workspace",
|
|
18
|
+
description: "Create a new workspace in monday.com",
|
|
19
|
+
input: MondayMcpCreateWorkspaceInput,
|
|
20
|
+
output: MondayMcpCreateWorkspaceOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.mondayMcpCreateWorkspace = mondayMcpCreateWorkspace;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=create-workspace.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-workspace.cjs","names":["z","action"],"sources":["../../src/actions/create-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWorkspaceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the new workspace to be created\"),\n description: z.string().describe(\"The description of the new workspace\").optional(),\n workspaceKind: z.enum([\"closed\", \"open\", \"template\"]).describe(\"The kind of workspace to create\"),\n accountProductId: z.string().describe(\"The account product ID associated with the workspace\").optional(),\n});\nexport const MondayMcpCreateWorkspaceOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateWorkspace = action(\"MONDAY_MCP_CREATE_WORKSPACE\", {\n slug: \"monday_mcp-create-workspace\",\n name: \"Create workspace\",\n description: \"Create a new workspace in monday.com\",\n input: MondayMcpCreateWorkspaceInput,\n output: MondayMcpCreateWorkspaceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,eAAeA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAQ;CAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;CAChG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACzG,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,QAAQ;AAEtE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/create-workspace.d.ts
|
|
4
|
+
declare const MondayMcpCreateWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateWorkspace };
|
|
9
|
+
//# sourceMappingURL=create-workspace.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-workspace.d.cts","names":[],"sources":["../../src/actions/create-workspace.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-workspace.d.ts
|
|
4
|
+
declare const MondayMcpCreateWorkspaceInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateWorkspaceOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateWorkspace };
|
|
9
|
+
//# sourceMappingURL=create-workspace.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-workspace.d.mts","names":[],"sources":["../../src/actions/create-workspace.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAK5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAAwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpCreateWorkspace = action("MONDAY_MCP_CREATE_WORKSPACE", {
|
|
4
|
+
slug: "monday_mcp-create-workspace",
|
|
5
|
+
name: "Create workspace",
|
|
6
|
+
description: "Create a new workspace in monday.com",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("The name of the new workspace to be created"),
|
|
9
|
+
description: z.string().describe("The description of the new workspace").optional(),
|
|
10
|
+
workspaceKind: z.enum([
|
|
11
|
+
"closed",
|
|
12
|
+
"open",
|
|
13
|
+
"template"
|
|
14
|
+
]).describe("The kind of workspace to create"),
|
|
15
|
+
accountProductId: z.string().describe("The account product ID associated with the workspace").optional()
|
|
16
|
+
}),
|
|
17
|
+
output: z.unknown()
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { mondayMcpCreateWorkspace };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=create-workspace.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-workspace.mjs","names":[],"sources":["../../src/actions/create-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateWorkspaceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the new workspace to be created\"),\n description: z.string().describe(\"The description of the new workspace\").optional(),\n workspaceKind: z.enum([\"closed\", \"open\", \"template\"]).describe(\"The kind of workspace to create\"),\n accountProductId: z.string().describe(\"The account product ID associated with the workspace\").optional(),\n});\nexport const MondayMcpCreateWorkspaceOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateWorkspace = action(\"MONDAY_MCP_CREATE_WORKSPACE\", {\n slug: \"monday_mcp-create-workspace\",\n name: \"Create workspace\",\n description: \"Create a new workspace in monday.com\",\n input: MondayMcpCreateWorkspaceInput,\n output: MondayMcpCreateWorkspaceOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAClF,eAAe,EAAE,KAAK;GAAC;GAAU;GAAQ;EAAU,CAAC,CAAC,CAAC,SAAS,iCAAiC;EAChG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACzG,CAOS;CACP,QAP0D,EAAE,QAOpD;AACV,CAAC"}
|