@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
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @keystrokehq/monday_mcp
|
|
2
|
+
|
|
3
|
+
Keystroke-managed integration.
|
|
4
|
+
|
|
5
|
+
**App:** `monday_mcp`
|
|
6
|
+
**Version:** `20260206_00`
|
|
7
|
+
**Actions:** 36
|
|
8
|
+
|
|
9
|
+
```ts
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { mondayMcpAllMondayApi } from "@keystrokehq/monday_mcp/actions";
|
|
12
|
+
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "monday_mcp-agent",
|
|
15
|
+
tools: [mondayMcpAllMondayApi],
|
|
16
|
+
});
|
|
17
|
+
```
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.mondayMcp.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executeMondayMcpTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["mondayMcp","executeMondayMcpTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mondayMcp } from \"./app\";\nimport { executeMondayMcpTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return mondayMcp.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeMondayMcpTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { mondayMcp } from "./app.mjs";
|
|
2
|
+
import { executeMondayMcpTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return mondayMcp.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executeMondayMcpTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { mondayMcp } from \"./app\";\nimport { executeMondayMcpTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return mondayMcp.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeMondayMcpTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,UAAU,OAAO;EACtB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,qBAAqB,MAAM,KAAgC,CAAC;EAC5F;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/all-monday-api.ts
|
|
4
|
+
const MondayMcpAllMondayApiInput = zod.z.object({
|
|
5
|
+
query: zod.z.string().describe("Custom GraphQL query/mutation. you need to provide the full query / mutation"),
|
|
6
|
+
variables: zod.z.string().describe("JSON string containing the variables for the GraphQL operation")
|
|
7
|
+
});
|
|
8
|
+
const MondayMcpAllMondayApiOutput = zod.z.unknown();
|
|
9
|
+
const mondayMcpAllMondayApi = require_action.action("MONDAY_MCP_ALL_MONDAY_API", {
|
|
10
|
+
slug: "monday_mcp-all-monday-api",
|
|
11
|
+
name: "All monday api",
|
|
12
|
+
description: "Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.",
|
|
13
|
+
input: MondayMcpAllMondayApiInput,
|
|
14
|
+
output: MondayMcpAllMondayApiOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.mondayMcpAllMondayApi = mondayMcpAllMondayApi;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=all-monday-api.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-monday-api.cjs","names":["z","action"],"sources":["../../src/actions/all-monday-api.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpAllMondayApiInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"Custom GraphQL query/mutation. you need to provide the full query / mutation\"),\n variables: z.string().describe(\"JSON string containing the variables for the GraphQL operation\"),\n});\nexport const MondayMcpAllMondayApiOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpAllMondayApi = action(\"MONDAY_MCP_ALL_MONDAY_API\", {\n slug: \"monday_mcp-all-monday-api\",\n name: \"All monday api\",\n description: \"Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.\",\n input: MondayMcpAllMondayApiInput,\n output: MondayMcpAllMondayApiOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CACzG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACjG,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,QAAQ;AAEnE,MAAa,wBAAwBC,eAAAA,OAAO,6BAA6B;CACvE,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/all-monday-api.d.ts
|
|
4
|
+
declare const MondayMcpAllMondayApiInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpAllMondayApiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpAllMondayApi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpAllMondayApi };
|
|
9
|
+
//# sourceMappingURL=all-monday-api.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-monday-api.d.cts","names":[],"sources":["../../src/actions/all-monday-api.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGzC;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/all-monday-api.d.ts
|
|
4
|
+
declare const MondayMcpAllMondayApiInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpAllMondayApiOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpAllMondayApi: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpAllMondayApi };
|
|
9
|
+
//# sourceMappingURL=all-monday-api.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-monday-api.d.mts","names":[],"sources":["../../src/actions/all-monday-api.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpAllMondayApi = action("MONDAY_MCP_ALL_MONDAY_API", {
|
|
4
|
+
slug: "monday_mcp-all-monday-api",
|
|
5
|
+
name: "All monday api",
|
|
6
|
+
description: "Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
query: z.string().describe("Custom GraphQL query/mutation. you need to provide the full query / mutation"),
|
|
9
|
+
variables: z.string().describe("JSON string containing the variables for the GraphQL operation")
|
|
10
|
+
}),
|
|
11
|
+
output: z.unknown()
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { mondayMcpAllMondayApi };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=all-monday-api.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-monday-api.mjs","names":[],"sources":["../../src/actions/all-monday-api.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpAllMondayApiInput: z.ZodTypeAny = z.object({\n query: z.string().describe(\"Custom GraphQL query/mutation. you need to provide the full query / mutation\"),\n variables: z.string().describe(\"JSON string containing the variables for the GraphQL operation\"),\n});\nexport const MondayMcpAllMondayApiOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpAllMondayApi = action(\"MONDAY_MCP_ALL_MONDAY_API\", {\n slug: \"monday_mcp-all-monday-api\",\n name: \"All monday api\",\n description: \"Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.\",\n input: MondayMcpAllMondayApiInput,\n output: MondayMcpAllMondayApiOutput,\n});\n"],"mappings":";;AAUA,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EACzG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CACjG,CAOS;CACP,QAPuD,EAAE,QAOjD;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/all-widgets-schema.ts
|
|
4
|
+
const MondayMcpAllWidgetsSchemaInput = zod.z.object({});
|
|
5
|
+
const MondayMcpAllWidgetsSchemaOutput = zod.z.unknown();
|
|
6
|
+
const mondayMcpAllWidgetsSchema = require_action.action("MONDAY_MCP_ALL_WIDGETS_SCHEMA", {
|
|
7
|
+
slug: "monday_mcp-all-widgets-schema",
|
|
8
|
+
name: "All widgets schema",
|
|
9
|
+
description: "Fetch complete JSON Schema 7 definitions for all available widget types in monday.com.\n \n This tool is essential before creating widgets as it provides:\n - Complete schema definitions for all supported widgets\n - Required and optional fields for each widget type\n - Data type specifications and validation rules\n - Detailed descriptions of widget capabilities\n \n Use this tool when you need to:\n - Understand widget configuration requirements before creating widgets\n - Validate widget settings against official schemas\n - Plan widget implementations with proper data structures\n \n The response includes JSON Schema 7 definitions that describe exactly what settings each widget type accepts.",
|
|
10
|
+
input: MondayMcpAllWidgetsSchemaInput,
|
|
11
|
+
output: MondayMcpAllWidgetsSchemaOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.mondayMcpAllWidgetsSchema = mondayMcpAllWidgetsSchema;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=all-widgets-schema.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.cjs","names":["z","action"],"sources":["../../src/actions/all-widgets-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpAllWidgetsSchemaInput: z.ZodTypeAny = z.object({});\nexport const MondayMcpAllWidgetsSchemaOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpAllWidgetsSchema = action(\"MONDAY_MCP_ALL_WIDGETS_SCHEMA\", {\n slug: \"monday_mcp-all-widgets-schema\",\n name: \"All widgets schema\",\n description: \"Fetch complete JSON Schema 7 definitions for all available widget types in monday.com.\\n \\n This tool is essential before creating widgets as it provides:\\n - Complete schema definitions for all supported widgets\\n - Required and optional fields for each widget type\\n - Data type specifications and validation rules\\n - Detailed descriptions of widget capabilities\\n \\n Use this tool when you need to:\\n - Understand widget configuration requirements before creating widgets\\n - Validate widget settings against official schemas\\n - Plan widget implementations with proper data structures\\n \\n The response includes JSON Schema 7 definitions that describe exactly what settings each widget type accepts.\",\n input: MondayMcpAllWidgetsSchemaInput,\n output: MondayMcpAllWidgetsSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACvE,MAAa,kCAAgDA,IAAAA,EAAE,QAAQ;AAEvE,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/all-widgets-schema.d.ts
|
|
4
|
+
declare const MondayMcpAllWidgetsSchemaInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpAllWidgetsSchemaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpAllWidgetsSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpAllWidgetsSchema };
|
|
9
|
+
//# sourceMappingURL=all-widgets-schema.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.d.cts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAC3D,+BAAA,EAAiC,CAAA,CAAE,UAAwB;AAAA,cAE3D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/all-widgets-schema.d.ts
|
|
4
|
+
declare const MondayMcpAllWidgetsSchemaInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpAllWidgetsSchemaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpAllWidgetsSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpAllWidgetsSchema };
|
|
9
|
+
//# sourceMappingURL=all-widgets-schema.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.d.mts","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAC3D,+BAAA,EAAiC,CAAA,CAAE,UAAwB;AAAA,cAE3D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpAllWidgetsSchema = action("MONDAY_MCP_ALL_WIDGETS_SCHEMA", {
|
|
4
|
+
slug: "monday_mcp-all-widgets-schema",
|
|
5
|
+
name: "All widgets schema",
|
|
6
|
+
description: "Fetch complete JSON Schema 7 definitions for all available widget types in monday.com.\n \n This tool is essential before creating widgets as it provides:\n - Complete schema definitions for all supported widgets\n - Required and optional fields for each widget type\n - Data type specifications and validation rules\n - Detailed descriptions of widget capabilities\n \n Use this tool when you need to:\n - Understand widget configuration requirements before creating widgets\n - Validate widget settings against official schemas\n - Plan widget implementations with proper data structures\n \n The response includes JSON Schema 7 definitions that describe exactly what settings each widget type accepts.",
|
|
7
|
+
input: z.object({}),
|
|
8
|
+
output: z.unknown()
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { mondayMcpAllWidgetsSchema };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=all-widgets-schema.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-widgets-schema.mjs","names":[],"sources":["../../src/actions/all-widgets-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpAllWidgetsSchemaInput: z.ZodTypeAny = z.object({});\nexport const MondayMcpAllWidgetsSchemaOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpAllWidgetsSchema = action(\"MONDAY_MCP_ALL_WIDGETS_SCHEMA\", {\n slug: \"monday_mcp-all-widgets-schema\",\n name: \"All widgets schema\",\n description: \"Fetch complete JSON Schema 7 definitions for all available widget types in monday.com.\\n \\n This tool is essential before creating widgets as it provides:\\n - Complete schema definitions for all supported widgets\\n - Required and optional fields for each widget type\\n - Data type specifications and validation rules\\n - Detailed descriptions of widget capabilities\\n \\n Use this tool when you need to:\\n - Understand widget configuration requirements before creating widgets\\n - Validate widget settings against official schemas\\n - Plan widget implementations with proper data structures\\n \\n The response includes JSON Schema 7 definitions that describe exactly what settings each widget type accepts.\",\n input: MondayMcpAllWidgetsSchemaInput,\n output: MondayMcpAllWidgetsSchemaOutput,\n});\n"],"mappings":";;AAOA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP0D,EAAE,OAAO,CAAC,CAO7D;CACP,QAP2D,EAAE,QAOrD;AACV,CAAC"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/board-insights.ts
|
|
4
|
+
const MondayMcpBoardInsightsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().default(1e3).describe("The limit of the results").optional(),
|
|
6
|
+
boardId: zod.z.number().describe("The id of the board to get insights for"),
|
|
7
|
+
filters: zod.z.array(zod.z.object({
|
|
8
|
+
columnId: zod.z.string().describe("The id of the column to filter by"),
|
|
9
|
+
operator: zod.z.enum([
|
|
10
|
+
"any_of",
|
|
11
|
+
"between",
|
|
12
|
+
"contains_terms",
|
|
13
|
+
"contains_text",
|
|
14
|
+
"ends_with",
|
|
15
|
+
"greater_than",
|
|
16
|
+
"greater_than_or_equals",
|
|
17
|
+
"is_empty",
|
|
18
|
+
"is_not_empty",
|
|
19
|
+
"lower_than",
|
|
20
|
+
"lower_than_or_equal",
|
|
21
|
+
"not_any_of",
|
|
22
|
+
"not_contains_text",
|
|
23
|
+
"starts_with",
|
|
24
|
+
"within_the_last",
|
|
25
|
+
"within_the_next"
|
|
26
|
+
]).default("any_of").describe("The operator to use for the filter").optional(),
|
|
27
|
+
compareValue: zod.z.unknown().describe("The value to compare the attribute to. This can be a string or index value depending on the column type.").optional(),
|
|
28
|
+
compareAttribute: zod.z.string().describe("The attribute to compare the value to. This is OPTIONAL property.").optional()
|
|
29
|
+
})).describe("The configuration of filters to apply on the items. Before sending the filters, use get_board_info tool to check \"filteringGuidelines\" key for filtering by the column.").optional(),
|
|
30
|
+
groupBy: zod.z.array(zod.z.string()).describe("The columns to group by. All columns in the group by must be in the aggregations as well without a function.").optional(),
|
|
31
|
+
orderBy: zod.z.array(zod.z.object({
|
|
32
|
+
columnId: zod.z.string().describe("The id of the column to order by"),
|
|
33
|
+
direction: zod.z.enum(["asc", "desc"]).default("asc").describe("The direction to order by").optional()
|
|
34
|
+
})).describe("The columns to order by, will control the order of the items in the response").optional(),
|
|
35
|
+
aggregations: zod.z.array(zod.z.object({
|
|
36
|
+
columnId: zod.z.string().describe("The id of the column to aggregate"),
|
|
37
|
+
"function": zod.z.enum([
|
|
38
|
+
"AVERAGE",
|
|
39
|
+
"COLOR",
|
|
40
|
+
"COUNT",
|
|
41
|
+
"COUNT_DISTINCT",
|
|
42
|
+
"COUNT_ITEMS",
|
|
43
|
+
"COUNT_SUBITEMS",
|
|
44
|
+
"DATE",
|
|
45
|
+
"DATE_TRUNC_DAY",
|
|
46
|
+
"DATE_TRUNC_MONTH",
|
|
47
|
+
"DATE_TRUNC_QUARTER",
|
|
48
|
+
"DATE_TRUNC_WEEK",
|
|
49
|
+
"DATE_TRUNC_YEAR",
|
|
50
|
+
"DURATION_RUNNING",
|
|
51
|
+
"END_DATE",
|
|
52
|
+
"EQUALS",
|
|
53
|
+
"FIRST",
|
|
54
|
+
"FLATTEN",
|
|
55
|
+
"HOUR",
|
|
56
|
+
"ID",
|
|
57
|
+
"IS_DONE",
|
|
58
|
+
"LABEL",
|
|
59
|
+
"LENGTH",
|
|
60
|
+
"LOWER",
|
|
61
|
+
"MAX",
|
|
62
|
+
"MEDIAN",
|
|
63
|
+
"MIN",
|
|
64
|
+
"MIN_MAX",
|
|
65
|
+
"ORDER",
|
|
66
|
+
"PERSON",
|
|
67
|
+
"PHONE_COUNTRY_SHORT_NAME",
|
|
68
|
+
"START_DATE",
|
|
69
|
+
"SUM",
|
|
70
|
+
"TRIM",
|
|
71
|
+
"UPPER"
|
|
72
|
+
]).describe("The function of the aggregation. For simple column value leave undefined").optional()
|
|
73
|
+
})).describe("The aggregations to get. Before sending the aggregations, use get_board_info tool to check \"aggregationGuidelines\" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.").optional(),
|
|
74
|
+
filtersOperator: zod.z.enum(["and", "or"]).default("and").describe("The logical operator to use for the filters").optional(),
|
|
75
|
+
filtersStringified: zod.z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of \"filters\" field. Read \"filters\" field description for details how to use it.").optional(),
|
|
76
|
+
orderByStringified: zod.z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The order by to apply on the items. Send this as a stringified JSON array of \"orderBy\" field. Read \"orderBy\" field description for details how to use it.").optional(),
|
|
77
|
+
aggregationsStringified: zod.z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of \"aggregations\" field. Read \"aggregations\" field description for details how to use it.").optional()
|
|
78
|
+
});
|
|
79
|
+
const MondayMcpBoardInsightsOutput = zod.z.unknown();
|
|
80
|
+
const mondayMcpBoardInsights = require_action.action("MONDAY_MCP_BOARD_INSIGHTS", {
|
|
81
|
+
slug: "monday_mcp-board-insights",
|
|
82
|
+
name: "Board insights",
|
|
83
|
+
description: "This tool allows you to calculate insights about board's data by filtering, grouping and aggregating columns. For example, you can get the total number of items in a board, the number of items in each status, the number of items in each column, etc. Use this tool when you need to get a summary of the board's data, for example, you want to know the total number of items in a board, the number of items in each status, the number of items in each column, etc.[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 filters and knowing which columns are available.[IMPORTANT]: For some columns, human-friendly label is returned inside 'LABEL_<column_id' field. E.g. for column with id 'status_123' the label is returned inside 'LABEL_status_123' field.",
|
|
84
|
+
input: MondayMcpBoardInsightsInput,
|
|
85
|
+
output: MondayMcpBoardInsightsOutput
|
|
86
|
+
});
|
|
87
|
+
//#endregion
|
|
88
|
+
exports.mondayMcpBoardInsights = mondayMcpBoardInsights;
|
|
89
|
+
|
|
90
|
+
//# sourceMappingURL=board-insights.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"board-insights.cjs","names":["z","action"],"sources":["../../src/actions/board-insights.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpBoardInsightsInput: z.ZodTypeAny = z.object({\n limit: z.number().default(1000).describe(\"The limit of the results\").optional(),\n boardId: z.number().describe(\"The id of the board to get insights for\"),\n filters: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to filter by\"),\n operator: z.enum([\"any_of\", \"between\", \"contains_terms\", \"contains_text\", \"ends_with\", \"greater_than\", \"greater_than_or_equals\", \"is_empty\", \"is_not_empty\", \"lower_than\", \"lower_than_or_equal\", \"not_any_of\", \"not_contains_text\", \"starts_with\", \"within_the_last\", \"within_the_next\"]).default(\"any_of\").describe(\"The operator to use for the filter\").optional(),\n compareValue: z.unknown().describe(\"The value to compare the attribute to. This can be a string or index value depending on the column type.\").optional(),\n compareAttribute: z.string().describe(\"The attribute to compare the value to. This is OPTIONAL property.\").optional(),\n})).describe(\"The configuration of filters to apply on the items. Before sending the filters, use get_board_info tool to check \\\"filteringGuidelines\\\" key for filtering by the column.\").optional(),\n groupBy: z.array(z.string()).describe(\"The columns to group by. All columns in the group by must be in the aggregations as well without a function.\").optional(),\n orderBy: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to order by\"),\n direction: z.enum([\"asc\", \"desc\"]).default(\"asc\").describe(\"The direction to order by\").optional(),\n})).describe(\"The columns to order by, will control the order of the items in the response\").optional(),\n aggregations: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to aggregate\"),\n \"function\": z.enum([\"AVERAGE\", \"COLOR\", \"COUNT\", \"COUNT_DISTINCT\", \"COUNT_ITEMS\", \"COUNT_SUBITEMS\", \"DATE\", \"DATE_TRUNC_DAY\", \"DATE_TRUNC_MONTH\", \"DATE_TRUNC_QUARTER\", \"DATE_TRUNC_WEEK\", \"DATE_TRUNC_YEAR\", \"DURATION_RUNNING\", \"END_DATE\", \"EQUALS\", \"FIRST\", \"FLATTEN\", \"HOUR\", \"ID\", \"IS_DONE\", \"LABEL\", \"LENGTH\", \"LOWER\", \"MAX\", \"MEDIAN\", \"MIN\", \"MIN_MAX\", \"ORDER\", \"PERSON\", \"PHONE_COUNTRY_SHORT_NAME\", \"START_DATE\", \"SUM\", \"TRIM\", \"UPPER\"]).describe(\"The function of the aggregation. For simple column value leave undefined\").optional(),\n})).describe(\"The aggregations to get. Before sending the aggregations, use get_board_info tool to check \\\"aggregationGuidelines\\\" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.\").optional(),\n filtersOperator: z.enum([\"and\", \"or\"]).default(\"and\").describe(\"The logical operator to use for the filters\").optional(),\n filtersStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of \\\"filters\\\" field. Read \\\"filters\\\" field description for details how to use it.\").optional(),\n orderByStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The order by to apply on the items. Send this as a stringified JSON array of \\\"orderBy\\\" field. Read \\\"orderBy\\\" field description for details how to use it.\").optional(),\n aggregationsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of \\\"aggregations\\\" field. Read \\\"aggregations\\\" field description for details how to use it.\").optional(),\n});\nexport const MondayMcpBoardInsightsOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpBoardInsights = action(\"MONDAY_MCP_BOARD_INSIGHTS\", {\n slug: \"monday_mcp-board-insights\",\n name: \"Board insights\",\n description: \"This tool allows you to calculate insights about board's data by filtering, grouping and aggregating columns. For example, you can get the total number of items in a board, the number of items in each status, the number of items in each column, etc. Use this tool when you need to get a summary of the board's data, for example, you want to know the total number of items in a board, the number of items in each status, the number of items in each column, etc.[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 filters and knowing which columns are available.[IMPORTANT]: For some columns, human-friendly label is returned inside 'LABEL_<column_id' field. E.g. for column with id 'status_123' the label is returned inside 'LABEL_status_123' field.\",\n input: MondayMcpBoardInsightsInput,\n output: MondayMcpBoardInsightsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC1B,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACjE,UAAUA,IAAAA,EAAE,KAAK;GAAC;GAAU;GAAW;GAAkB;GAAiB;GAAa;GAAgB;GAA0B;GAAY;GAAgB;GAAc;GAAuB;GAAc;GAAqB;GAAe;GAAmB;EAAiB,CAAC,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACrW,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EACxJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,CAAC,SAAS,2KAA2K,CAAC,CAAC,SAAS;CACjM,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CAC/J,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC1B,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAChE,WAAWA,IAAAA,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACnG,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC/B,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACjE,YAAYA,IAAAA,EAAE,KAAK;GAAC;GAAW;GAAS;GAAS;GAAkB;GAAe;GAAkB;GAAQ;GAAkB;GAAoB;GAAsB;GAAmB;GAAmB;GAAoB;GAAY;GAAU;GAAS;GAAW;GAAQ;GAAM;GAAW;GAAS;GAAU;GAAS;GAAO;GAAU;GAAO;GAAW;GAAS;GAAU;GAA4B;GAAc;GAAO;GAAQ;EAAO,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC1hB,CAAC,CAAC,CAAC,CAAC,SAAS,2SAA2S,CAAC,CAAC,SAAS;CACjU,iBAAiBA,IAAAA,EAAE,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACvH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;CACjP,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CAClP,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;AACxP,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,QAAQ;AAEpE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/board-insights.d.ts
|
|
4
|
+
declare const MondayMcpBoardInsightsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpBoardInsightsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpBoardInsights: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpBoardInsights };
|
|
9
|
+
//# sourceMappingURL=board-insights.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"board-insights.d.cts","names":[],"sources":["../../src/actions/board-insights.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAsB1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/board-insights.d.ts
|
|
4
|
+
declare const MondayMcpBoardInsightsInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpBoardInsightsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpBoardInsights: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpBoardInsights };
|
|
9
|
+
//# sourceMappingURL=board-insights.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"board-insights.d.mts","names":[],"sources":["../../src/actions/board-insights.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAsB1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpBoardInsights = action("MONDAY_MCP_BOARD_INSIGHTS", {
|
|
4
|
+
slug: "monday_mcp-board-insights",
|
|
5
|
+
name: "Board insights",
|
|
6
|
+
description: "This tool allows you to calculate insights about board's data by filtering, grouping and aggregating columns. For example, you can get the total number of items in a board, the number of items in each status, the number of items in each column, etc. Use this tool when you need to get a summary of the board's data, for example, you want to know the total number of items in a board, the number of items in each status, the number of items in each column, etc.[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 filters and knowing which columns are available.[IMPORTANT]: For some columns, human-friendly label is returned inside 'LABEL_<column_id' field. E.g. for column with id 'status_123' the label is returned inside 'LABEL_status_123' field.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
limit: z.number().default(1e3).describe("The limit of the results").optional(),
|
|
9
|
+
boardId: z.number().describe("The id of the board to get insights for"),
|
|
10
|
+
filters: z.array(z.object({
|
|
11
|
+
columnId: z.string().describe("The id of the column to filter by"),
|
|
12
|
+
operator: z.enum([
|
|
13
|
+
"any_of",
|
|
14
|
+
"between",
|
|
15
|
+
"contains_terms",
|
|
16
|
+
"contains_text",
|
|
17
|
+
"ends_with",
|
|
18
|
+
"greater_than",
|
|
19
|
+
"greater_than_or_equals",
|
|
20
|
+
"is_empty",
|
|
21
|
+
"is_not_empty",
|
|
22
|
+
"lower_than",
|
|
23
|
+
"lower_than_or_equal",
|
|
24
|
+
"not_any_of",
|
|
25
|
+
"not_contains_text",
|
|
26
|
+
"starts_with",
|
|
27
|
+
"within_the_last",
|
|
28
|
+
"within_the_next"
|
|
29
|
+
]).default("any_of").describe("The operator to use for the filter").optional(),
|
|
30
|
+
compareValue: z.unknown().describe("The value to compare the attribute to. This can be a string or index value depending on the column type.").optional(),
|
|
31
|
+
compareAttribute: z.string().describe("The attribute to compare the value to. This is OPTIONAL property.").optional()
|
|
32
|
+
})).describe("The configuration of filters to apply on the items. Before sending the filters, use get_board_info tool to check \"filteringGuidelines\" key for filtering by the column.").optional(),
|
|
33
|
+
groupBy: z.array(z.string()).describe("The columns to group by. All columns in the group by must be in the aggregations as well without a function.").optional(),
|
|
34
|
+
orderBy: z.array(z.object({
|
|
35
|
+
columnId: z.string().describe("The id of the column to order by"),
|
|
36
|
+
direction: z.enum(["asc", "desc"]).default("asc").describe("The direction to order by").optional()
|
|
37
|
+
})).describe("The columns to order by, will control the order of the items in the response").optional(),
|
|
38
|
+
aggregations: z.array(z.object({
|
|
39
|
+
columnId: z.string().describe("The id of the column to aggregate"),
|
|
40
|
+
"function": z.enum([
|
|
41
|
+
"AVERAGE",
|
|
42
|
+
"COLOR",
|
|
43
|
+
"COUNT",
|
|
44
|
+
"COUNT_DISTINCT",
|
|
45
|
+
"COUNT_ITEMS",
|
|
46
|
+
"COUNT_SUBITEMS",
|
|
47
|
+
"DATE",
|
|
48
|
+
"DATE_TRUNC_DAY",
|
|
49
|
+
"DATE_TRUNC_MONTH",
|
|
50
|
+
"DATE_TRUNC_QUARTER",
|
|
51
|
+
"DATE_TRUNC_WEEK",
|
|
52
|
+
"DATE_TRUNC_YEAR",
|
|
53
|
+
"DURATION_RUNNING",
|
|
54
|
+
"END_DATE",
|
|
55
|
+
"EQUALS",
|
|
56
|
+
"FIRST",
|
|
57
|
+
"FLATTEN",
|
|
58
|
+
"HOUR",
|
|
59
|
+
"ID",
|
|
60
|
+
"IS_DONE",
|
|
61
|
+
"LABEL",
|
|
62
|
+
"LENGTH",
|
|
63
|
+
"LOWER",
|
|
64
|
+
"MAX",
|
|
65
|
+
"MEDIAN",
|
|
66
|
+
"MIN",
|
|
67
|
+
"MIN_MAX",
|
|
68
|
+
"ORDER",
|
|
69
|
+
"PERSON",
|
|
70
|
+
"PHONE_COUNTRY_SHORT_NAME",
|
|
71
|
+
"START_DATE",
|
|
72
|
+
"SUM",
|
|
73
|
+
"TRIM",
|
|
74
|
+
"UPPER"
|
|
75
|
+
]).describe("The function of the aggregation. For simple column value leave undefined").optional()
|
|
76
|
+
})).describe("The aggregations to get. Before sending the aggregations, use get_board_info tool to check \"aggregationGuidelines\" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.").optional(),
|
|
77
|
+
filtersOperator: z.enum(["and", "or"]).default("and").describe("The logical operator to use for the filters").optional(),
|
|
78
|
+
filtersStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of \"filters\" field. Read \"filters\" field description for details how to use it.").optional(),
|
|
79
|
+
orderByStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The order by to apply on the items. Send this as a stringified JSON array of \"orderBy\" field. Read \"orderBy\" field description for details how to use it.").optional(),
|
|
80
|
+
aggregationsStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of \"aggregations\" field. Read \"aggregations\" field description for details how to use it.").optional()
|
|
81
|
+
}),
|
|
82
|
+
output: z.unknown()
|
|
83
|
+
});
|
|
84
|
+
//#endregion
|
|
85
|
+
export { mondayMcpBoardInsights };
|
|
86
|
+
|
|
87
|
+
//# sourceMappingURL=board-insights.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"board-insights.mjs","names":[],"sources":["../../src/actions/board-insights.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpBoardInsightsInput: z.ZodTypeAny = z.object({\n limit: z.number().default(1000).describe(\"The limit of the results\").optional(),\n boardId: z.number().describe(\"The id of the board to get insights for\"),\n filters: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to filter by\"),\n operator: z.enum([\"any_of\", \"between\", \"contains_terms\", \"contains_text\", \"ends_with\", \"greater_than\", \"greater_than_or_equals\", \"is_empty\", \"is_not_empty\", \"lower_than\", \"lower_than_or_equal\", \"not_any_of\", \"not_contains_text\", \"starts_with\", \"within_the_last\", \"within_the_next\"]).default(\"any_of\").describe(\"The operator to use for the filter\").optional(),\n compareValue: z.unknown().describe(\"The value to compare the attribute to. This can be a string or index value depending on the column type.\").optional(),\n compareAttribute: z.string().describe(\"The attribute to compare the value to. This is OPTIONAL property.\").optional(),\n})).describe(\"The configuration of filters to apply on the items. Before sending the filters, use get_board_info tool to check \\\"filteringGuidelines\\\" key for filtering by the column.\").optional(),\n groupBy: z.array(z.string()).describe(\"The columns to group by. All columns in the group by must be in the aggregations as well without a function.\").optional(),\n orderBy: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to order by\"),\n direction: z.enum([\"asc\", \"desc\"]).default(\"asc\").describe(\"The direction to order by\").optional(),\n})).describe(\"The columns to order by, will control the order of the items in the response\").optional(),\n aggregations: z.array(z.object({\n columnId: z.string().describe(\"The id of the column to aggregate\"),\n \"function\": z.enum([\"AVERAGE\", \"COLOR\", \"COUNT\", \"COUNT_DISTINCT\", \"COUNT_ITEMS\", \"COUNT_SUBITEMS\", \"DATE\", \"DATE_TRUNC_DAY\", \"DATE_TRUNC_MONTH\", \"DATE_TRUNC_QUARTER\", \"DATE_TRUNC_WEEK\", \"DATE_TRUNC_YEAR\", \"DURATION_RUNNING\", \"END_DATE\", \"EQUALS\", \"FIRST\", \"FLATTEN\", \"HOUR\", \"ID\", \"IS_DONE\", \"LABEL\", \"LENGTH\", \"LOWER\", \"MAX\", \"MEDIAN\", \"MIN\", \"MIN_MAX\", \"ORDER\", \"PERSON\", \"PHONE_COUNTRY_SHORT_NAME\", \"START_DATE\", \"SUM\", \"TRIM\", \"UPPER\"]).describe(\"The function of the aggregation. For simple column value leave undefined\").optional(),\n})).describe(\"The aggregations to get. Before sending the aggregations, use get_board_info tool to check \\\"aggregationGuidelines\\\" key for information. Transformative functions and plain columns (no function) must be in group by. [REQUIRED PRECONDITION]: Either send this field or the stringified version of it.\").optional(),\n filtersOperator: z.enum([\"and\", \"or\"]).default(\"and\").describe(\"The logical operator to use for the filters\").optional(),\n filtersStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The filters to apply on the items. Send this as a stringified JSON array of \\\"filters\\\" field. Read \\\"filters\\\" field description for details how to use it.\").optional(),\n orderByStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The order by to apply on the items. Send this as a stringified JSON array of \\\"orderBy\\\" field. Read \\\"orderBy\\\" field description for details how to use it.\").optional(),\n aggregationsStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The aggregations to get. Send this as a stringified JSON array of \\\"aggregations\\\" field. Read \\\"aggregations\\\" field description for details how to use it.\").optional(),\n});\nexport const MondayMcpBoardInsightsOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpBoardInsights = action(\"MONDAY_MCP_BOARD_INSIGHTS\", {\n slug: \"monday_mcp-board-insights\",\n name: \"Board insights\",\n description: \"This tool allows you to calculate insights about board's data by filtering, grouping and aggregating columns. For example, you can get the total number of items in a board, the number of items in each status, the number of items in each column, etc. Use this tool when you need to get a summary of the board's data, for example, you want to know the total number of items in a board, the number of items in each status, the number of items in each column, etc.[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 filters and knowing which columns are available.[IMPORTANT]: For some columns, human-friendly label is returned inside 'LABEL_<column_id' field. E.g. for column with id 'status_123' the label is returned inside 'LABEL_status_123' field.\",\n input: MondayMcpBoardInsightsInput,\n output: MondayMcpBoardInsightsOutput,\n});\n"],"mappings":";;AA6BA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA7BuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,QAAQ,GAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACtE,SAAS,EAAE,MAAM,EAAE,OAAO;GAC1B,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;GACjE,UAAU,EAAE,KAAK;IAAC;IAAU;IAAW;IAAkB;IAAiB;IAAa;IAAgB;IAA0B;IAAY;IAAgB;IAAc;IAAuB;IAAc;IAAqB;IAAe;IAAmB;GAAiB,CAAC,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;GACrW,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;GACxJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EACtH,CAAC,CAAC,CAAC,CAAC,SAAS,2KAA2K,CAAC,CAAC,SAAS;EACjM,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;EAC/J,SAAS,EAAE,MAAM,EAAE,OAAO;GAC1B,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;GAChE,WAAW,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACnG,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EACpG,cAAc,EAAE,MAAM,EAAE,OAAO;GAC/B,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;GACjE,YAAY,EAAE,KAAK;IAAC;IAAW;IAAS;IAAS;IAAkB;IAAe;IAAkB;IAAQ;IAAkB;IAAoB;IAAsB;IAAmB;IAAmB;IAAoB;IAAY;IAAU;IAAS;IAAW;IAAQ;IAAM;IAAW;IAAS;IAAU;IAAS;IAAO;IAAU;IAAO;IAAW;IAAS;IAAU;IAA4B;IAAc;IAAO;IAAQ;GAAO,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;EAC1hB,CAAC,CAAC,CAAC,CAAC,SAAS,2SAA2S,CAAC,CAAC,SAAS;EACjU,iBAAiB,EAAE,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACvH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;EACjP,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;EAClP,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;CACxP,CAOS;CACP,QAPwD,EAAE,QAOlD;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/change-item-column-values.ts
|
|
4
|
+
const MondayMcpChangeItemColumnValuesInput = zod.z.object({
|
|
5
|
+
itemId: zod.z.number().describe("The ID of the item to be updated"),
|
|
6
|
+
boardId: zod.z.number().describe("The ID of the board that contains the item to be updated"),
|
|
7
|
+
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\\\"}, \\\"phone_id\\\":\\\"123-456-7890\\\", \\\"email_id\\\":\\\"test@example.com\\\"}\"")
|
|
8
|
+
});
|
|
9
|
+
const MondayMcpChangeItemColumnValuesOutput = zod.z.unknown();
|
|
10
|
+
const mondayMcpChangeItemColumnValues = require_action.action("MONDAY_MCP_CHANGE_ITEM_COLUMN_VALUES", {
|
|
11
|
+
slug: "monday_mcp-change-item-column-values",
|
|
12
|
+
name: "Change item column values",
|
|
13
|
+
description: "Change the column values of an item in a monday.com board",
|
|
14
|
+
input: MondayMcpChangeItemColumnValuesInput,
|
|
15
|
+
output: MondayMcpChangeItemColumnValuesOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.mondayMcpChangeItemColumnValues = mondayMcpChangeItemColumnValues;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=change-item-column-values.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-item-column-values.cjs","names":["z","action"],"sources":["../../src/actions/change-item-column-values.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpChangeItemColumnValuesInput: z.ZodTypeAny = z.object({\n itemId: z.number().describe(\"The ID of the item to be updated\"),\n boardId: z.number().describe(\"The ID of the board that contains the item to be updated\"),\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\\\\\\\"}, \\\\\\\"phone_id\\\\\\\":\\\\\\\"123-456-7890\\\\\\\", \\\\\\\"email_id\\\\\\\":\\\\\\\"test@example.com\\\\\\\"}\\\"\"),\n});\nexport const MondayMcpChangeItemColumnValuesOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpChangeItemColumnValues = action(\"MONDAY_MCP_CHANGE_ITEM_COLUMN_VALUES\", {\n slug: \"monday_mcp-change-item-column-values\",\n name: \"Change item column values\",\n description: \"Change the column values of an item in a monday.com board\",\n input: MondayMcpChangeItemColumnValuesInput,\n output: MondayMcpChangeItemColumnValuesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,ghBAAghB;AACpjB,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,QAAQ;AAE7E,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,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/change-item-column-values.d.ts
|
|
4
|
+
declare const MondayMcpChangeItemColumnValuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpChangeItemColumnValuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpChangeItemColumnValues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpChangeItemColumnValues };
|
|
9
|
+
//# sourceMappingURL=change-item-column-values.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-item-column-values.d.cts","names":[],"sources":["../../src/actions/change-item-column-values.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAAwB;AAAA,cAEjE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/change-item-column-values.d.ts
|
|
4
|
+
declare const MondayMcpChangeItemColumnValuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpChangeItemColumnValuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpChangeItemColumnValues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpChangeItemColumnValues };
|
|
9
|
+
//# sourceMappingURL=change-item-column-values.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-item-column-values.d.mts","names":[],"sources":["../../src/actions/change-item-column-values.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAAwB;AAAA,cAEjE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpChangeItemColumnValues = action("MONDAY_MCP_CHANGE_ITEM_COLUMN_VALUES", {
|
|
4
|
+
slug: "monday_mcp-change-item-column-values",
|
|
5
|
+
name: "Change item column values",
|
|
6
|
+
description: "Change the column values of an item in a monday.com board",
|
|
7
|
+
input: z.object({
|
|
8
|
+
itemId: z.number().describe("The ID of the item to be updated"),
|
|
9
|
+
boardId: z.number().describe("The ID of the board that contains the item to be updated"),
|
|
10
|
+
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\\\"}, \\\"phone_id\\\":\\\"123-456-7890\\\", \\\"email_id\\\":\\\"test@example.com\\\"}\"")
|
|
11
|
+
}),
|
|
12
|
+
output: z.unknown()
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { mondayMcpChangeItemColumnValues };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=change-item-column-values.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-item-column-values.mjs","names":[],"sources":["../../src/actions/change-item-column-values.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpChangeItemColumnValuesInput: z.ZodTypeAny = z.object({\n itemId: z.number().describe(\"The ID of the item to be updated\"),\n boardId: z.number().describe(\"The ID of the board that contains the item to be updated\"),\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\\\\\\\"}, \\\\\\\"phone_id\\\\\\\":\\\\\\\"123-456-7890\\\\\\\", \\\\\\\"email_id\\\\\\\":\\\\\\\"test@example.com\\\\\\\"}\\\"\"),\n});\nexport const MondayMcpChangeItemColumnValuesOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpChangeItemColumnValues = action(\"MONDAY_MCP_CHANGE_ITEM_COLUMN_VALUES\", {\n slug: \"monday_mcp-change-item-column-values\",\n name: \"Change item column values\",\n description: \"Change the column values of an item in a monday.com board\",\n input: MondayMcpChangeItemColumnValuesInput,\n output: MondayMcpChangeItemColumnValuesOutput,\n});\n"],"mappings":";;AAWA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,ghBAAghB;CACpjB,CAOS;CACP,QAPiE,EAAE,QAO3D;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-board.ts
|
|
4
|
+
const MondayMcpCreateBoardInput = zod.z.object({
|
|
5
|
+
boardKind: zod.z.enum([
|
|
6
|
+
"private",
|
|
7
|
+
"public",
|
|
8
|
+
"share"
|
|
9
|
+
]).default("public").describe("The kind of board to create").optional(),
|
|
10
|
+
boardName: zod.z.string().describe("The name of the board to create"),
|
|
11
|
+
workspaceId: zod.z.string().describe("The ID of the workspace to create the board in").optional(),
|
|
12
|
+
boardDescription: zod.z.string().describe("The description of the board to create").optional()
|
|
13
|
+
});
|
|
14
|
+
const MondayMcpCreateBoardOutput = zod.z.unknown();
|
|
15
|
+
const mondayMcpCreateBoard = require_action.action("MONDAY_MCP_CREATE_BOARD", {
|
|
16
|
+
slug: "monday_mcp-create-board",
|
|
17
|
+
name: "Create board",
|
|
18
|
+
description: "Create a monday.com board",
|
|
19
|
+
input: MondayMcpCreateBoardInput,
|
|
20
|
+
output: MondayMcpCreateBoardOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.mondayMcpCreateBoard = mondayMcpCreateBoard;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=create-board.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-board.cjs","names":["z","action"],"sources":["../../src/actions/create-board.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpCreateBoardInput: z.ZodTypeAny = z.object({\n boardKind: z.enum([\"private\", \"public\", \"share\"]).default(\"public\").describe(\"The kind of board to create\").optional(),\n boardName: z.string().describe(\"The name of the board to create\"),\n workspaceId: z.string().describe(\"The ID of the workspace to create the board in\").optional(),\n boardDescription: z.string().describe(\"The description of the board to create\").optional(),\n});\nexport const MondayMcpCreateBoardOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpCreateBoard = action(\"MONDAY_MCP_CREATE_BOARD\", {\n slug: \"monday_mcp-create-board\",\n name: \"Create board\",\n description: \"Create a monday.com board\",\n input: MondayMcpCreateBoardInput,\n output: MondayMcpCreateBoardOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,WAAWA,IAAAA,EAAE,KAAK;EAAC;EAAW;EAAU;CAAO,CAAC,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC3F,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-board.d.ts
|
|
4
|
+
declare const MondayMcpCreateBoardInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpCreateBoardOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpCreateBoard: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpCreateBoard };
|
|
9
|
+
//# sourceMappingURL=create-board.d.cts.map
|