@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,82 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/form-questions-editor.ts
|
|
4
|
+
const MondayMcpFormQuestionsEditorInput = zod.z.object({
|
|
5
|
+
action: zod.z.enum([
|
|
6
|
+
"delete",
|
|
7
|
+
"update",
|
|
8
|
+
"create"
|
|
9
|
+
]).describe("The type of operation to perform on the question. Can delete, update, or create. When updating or deleting a question, the questionId is required. When creating or updating a question, the question object is required. When updating, the question is a patch object, meaning that only the fields that are provided will be updated."),
|
|
10
|
+
question: zod.z.object({
|
|
11
|
+
type: zod.z.enum([
|
|
12
|
+
"Boolean",
|
|
13
|
+
"ConnectedBoards",
|
|
14
|
+
"Country",
|
|
15
|
+
"Date",
|
|
16
|
+
"DateRange",
|
|
17
|
+
"Email",
|
|
18
|
+
"File",
|
|
19
|
+
"Link",
|
|
20
|
+
"Location",
|
|
21
|
+
"LongText",
|
|
22
|
+
"MultiSelect",
|
|
23
|
+
"Name",
|
|
24
|
+
"Number",
|
|
25
|
+
"People",
|
|
26
|
+
"Phone",
|
|
27
|
+
"Rating",
|
|
28
|
+
"ShortText",
|
|
29
|
+
"Signature",
|
|
30
|
+
"SingleSelect",
|
|
31
|
+
"Subitems",
|
|
32
|
+
"Updates"
|
|
33
|
+
]).describe("The question type determining input behavior and validation (e.g., \"text\", \"email\", \"single_select\", \"multi_select\")."),
|
|
34
|
+
title: zod.z.string().describe("The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.").optional(),
|
|
35
|
+
options: zod.z.array(zod.z.object({ label: zod.z.string().describe("The display text for individual option choices in select-type questions.") })).describe("Array of option objects for choice-based questions (single_select, multi_select). Required when creating select type questions. Can only be provided when creating a question, not yet supported for updating a question.").optional(),
|
|
36
|
+
visible: zod.z.boolean().describe("Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.").optional(),
|
|
37
|
+
required: zod.z.boolean().describe("Boolean indicating if the question must be answered before form submission.").optional(),
|
|
38
|
+
settings: zod.z.object({
|
|
39
|
+
display: zod.z.enum([
|
|
40
|
+
"Dropdown",
|
|
41
|
+
"Horizontal",
|
|
42
|
+
"Vertical"
|
|
43
|
+
]).describe("Single/Multi Select questions only: Controls how the selection options are visually presented to users.").optional(),
|
|
44
|
+
prefill: zod.z.object({
|
|
45
|
+
lookup: zod.z.string().describe("The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \"name\" or \"email\". For query parameters, this would be the parameter name that would be set in the URL.").optional(),
|
|
46
|
+
source: zod.z.enum(["Account", "QueryParam"]).describe("The data source to use for prefilling the question value. Check the PrefillSources for available options.").optional(),
|
|
47
|
+
enabled: zod.z.boolean().describe("Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.")
|
|
48
|
+
}).describe("Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.").optional(),
|
|
49
|
+
includeTime: zod.z.boolean().describe("Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.").optional(),
|
|
50
|
+
optionsOrder: zod.z.enum([
|
|
51
|
+
"Alphabetical",
|
|
52
|
+
"Custom",
|
|
53
|
+
"Random"
|
|
54
|
+
]).describe("Single/Multi Select questions only: Determines the ordering of selection options.").optional(),
|
|
55
|
+
skipValidation: zod.z.boolean().describe("Link/URL questions only: Whether to skip URL format validation, allowing any text input.").optional(),
|
|
56
|
+
checkedByDefault: zod.z.boolean().describe("Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.").optional(),
|
|
57
|
+
prefixAutofilled: zod.z.boolean().describe("Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.").optional(),
|
|
58
|
+
prefixPredefined: zod.z.object({
|
|
59
|
+
prefix: zod.z.string().describe("The predefined phone country prefix to use as country code in capital letters (e.g., \"US\", \"UK\", \"IL\"). Only used when enabled is true.").optional(),
|
|
60
|
+
enabled: zod.z.boolean().describe("Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.")
|
|
61
|
+
}).describe("Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.").optional(),
|
|
62
|
+
defaultCurrentDate: zod.z.boolean().describe("Date based questions only: Automatically set the current date as the default value when the form loads.").optional(),
|
|
63
|
+
locationAutofilled: zod.z.boolean().describe("Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.").optional()
|
|
64
|
+
}).optional(),
|
|
65
|
+
description: zod.z.string().describe("Optional explanatory text providing additional context, instructions, or examples for the question.").optional()
|
|
66
|
+
}).describe("The question object containing all properties for creation or update. When creating a question, the title is required.").optional(),
|
|
67
|
+
formToken: zod.z.string().describe("The unique identifier token for the form. Required for all form-specific operations."),
|
|
68
|
+
questionId: zod.z.string().describe("The unique identifier for the question. Used to target specific questions within a form.").optional(),
|
|
69
|
+
questionStringified: zod.z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The question object. Send this as a stringified JSON of \"question\" field. Read \"question\" field description for details how to use it.").optional()
|
|
70
|
+
});
|
|
71
|
+
const MondayMcpFormQuestionsEditorOutput = zod.z.unknown();
|
|
72
|
+
const mondayMcpFormQuestionsEditor = require_action.action("MONDAY_MCP_FORM_QUESTIONS_EDITOR", {
|
|
73
|
+
slug: "monday_mcp-form-questions-editor",
|
|
74
|
+
name: "Form questions editor",
|
|
75
|
+
description: "Create, update, or delete a question in a monday.com form",
|
|
76
|
+
input: MondayMcpFormQuestionsEditorInput,
|
|
77
|
+
output: MondayMcpFormQuestionsEditorOutput
|
|
78
|
+
});
|
|
79
|
+
//#endregion
|
|
80
|
+
exports.mondayMcpFormQuestionsEditor = mondayMcpFormQuestionsEditor;
|
|
81
|
+
|
|
82
|
+
//# sourceMappingURL=form-questions-editor.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-questions-editor.cjs","names":["z","action"],"sources":["../../src/actions/form-questions-editor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpFormQuestionsEditorInput: z.ZodTypeAny = z.object({\n action: z.enum([\"delete\", \"update\", \"create\"]).describe(\"The type of operation to perform on the question. Can delete, update, or create. When updating or deleting a question, the questionId is required. When creating or updating a question, the question object is required. When updating, the question is a patch object, meaning that only the fields that are provided will be updated.\"),\n question: z.object({\n type: z.enum([\"Boolean\", \"ConnectedBoards\", \"Country\", \"Date\", \"DateRange\", \"Email\", \"File\", \"Link\", \"Location\", \"LongText\", \"MultiSelect\", \"Name\", \"Number\", \"People\", \"Phone\", \"Rating\", \"ShortText\", \"Signature\", \"SingleSelect\", \"Subitems\", \"Updates\"]).describe(\"The question type determining input behavior and validation (e.g., \\\"text\\\", \\\"email\\\", \\\"single_select\\\", \\\"multi_select\\\").\"),\n title: z.string().describe(\"The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.\").optional(),\n options: z.array(z.object({\n label: z.string().describe(\"The display text for individual option choices in select-type questions.\"),\n})).describe(\"Array of option objects for choice-based questions (single_select, multi_select). Required when creating select type questions. Can only be provided when creating a question, not yet supported for updating a question.\").optional(),\n visible: z.boolean().describe(\"Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.\").optional(),\n required: z.boolean().describe(\"Boolean indicating if the question must be answered before form submission.\").optional(),\n settings: z.object({\n display: z.enum([\"Dropdown\", \"Horizontal\", \"Vertical\"]).describe(\"Single/Multi Select questions only: Controls how the selection options are visually presented to users.\").optional(),\n prefill: z.object({\n lookup: z.string().describe(\"The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \\\"name\\\" or \\\"email\\\". For query parameters, this would be the parameter name that would be set in the URL.\").optional(),\n source: z.enum([\"Account\", \"QueryParam\"]).describe(\"The data source to use for prefilling the question value. Check the PrefillSources for available options.\").optional(),\n enabled: z.boolean().describe(\"Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.\"),\n}).describe(\"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.\").optional(),\n includeTime: z.boolean().describe(\"Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.\").optional(),\n optionsOrder: z.enum([\"Alphabetical\", \"Custom\", \"Random\"]).describe(\"Single/Multi Select questions only: Determines the ordering of selection options.\").optional(),\n skipValidation: z.boolean().describe(\"Link/URL questions only: Whether to skip URL format validation, allowing any text input.\").optional(),\n checkedByDefault: z.boolean().describe(\"Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.\").optional(),\n prefixAutofilled: z.boolean().describe(\"Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.\").optional(),\n prefixPredefined: z.object({\n prefix: z.string().describe(\"The predefined phone country prefix to use as country code in capital letters (e.g., \\\"US\\\", \\\"UK\\\", \\\"IL\\\"). Only used when enabled is true.\").optional(),\n enabled: z.boolean().describe(\"Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.\"),\n}).describe(\"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.\").optional(),\n defaultCurrentDate: z.boolean().describe(\"Date based questions only: Automatically set the current date as the default value when the form loads.\").optional(),\n locationAutofilled: z.boolean().describe(\"Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.\").optional(),\n}).optional(),\n description: z.string().describe(\"Optional explanatory text providing additional context, instructions, or examples for the question.\").optional(),\n}).describe(\"The question object containing all properties for creation or update. When creating a question, the title is required.\").optional(),\n formToken: z.string().describe(\"The unique identifier token for the form. Required for all form-specific operations.\"),\n questionId: z.string().describe(\"The unique identifier for the question. Used to target specific questions within a form.\").optional(),\n questionStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The question object. Send this as a stringified JSON of \\\"question\\\" field. Read \\\"question\\\" field description for details how to use it.\").optional(),\n});\nexport const MondayMcpFormQuestionsEditorOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpFormQuestionsEditor = action(\"MONDAY_MCP_FORM_QUESTIONS_EDITOR\", {\n slug: \"monday_mcp-form-questions-editor\",\n name: \"Form questions editor\",\n description: \"Create, update, or delete a question in a monday.com form\",\n input: MondayMcpFormQuestionsEditorInput,\n output: MondayMcpFormQuestionsEditorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAU;CAAQ,CAAC,CAAC,CAAC,SAAS,0UAA0U;CAClY,UAAUA,IAAAA,EAAE,OAAO;EACnB,MAAMA,IAAAA,EAAE,KAAK;GAAC;GAAW;GAAmB;GAAW;GAAQ;GAAa;GAAS;GAAQ;GAAQ;GAAY;GAAY;GAAe;GAAQ;GAAU;GAAU;GAAS;GAAU;GAAa;GAAa;GAAgB;GAAY;EAAS,CAAC,CAAC,CAAC,SAAS,+HAA+H;EACrY,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;EACjK,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,EAC1B,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EACvG,CAAC,CAAC,CAAC,CAAC,SAAS,2NAA2N,CAAC,CAAC,SAAS;EACjP,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;EACnK,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EACvH,UAAUA,IAAAA,EAAE,OAAO;GACnB,SAASA,IAAAA,EAAE,KAAK;IAAC;IAAY;IAAc;GAAU,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;GACrL,SAASA,IAAAA,EAAE,OAAO;IAClB,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6OAA6O,CAAC,CAAC,SAAS;IACpR,QAAQA,IAAAA,EAAE,KAAK,CAAC,WAAW,YAAY,CAAC,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;IACzK,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qJAAqJ;GACrL,CAAC,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;GACrK,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0JAA0J,CAAC,CAAC,SAAS;GACvM,cAAcA,IAAAA,EAAE,KAAK;IAAC;IAAgB;IAAU;GAAQ,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAClK,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;GAC1I,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;GAC3J,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;GAC7L,kBAAkBA,IAAAA,EAAE,OAAO;IAC3B,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;IACtL,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gIAAgI;GAChK,CAAC,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;GACtJ,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;GAC7J,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;EACzM,CAAC,CAAC,CAAC,SAAS;EACV,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACnJ,CAAC,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC7I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACrI,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAClO,CAAC;AACD,MAAa,qCAAmDA,IAAAA,EAAE,QAAQ;AAE1E,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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/form-questions-editor.d.ts
|
|
4
|
+
declare const MondayMcpFormQuestionsEditorInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpFormQuestionsEditorOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpFormQuestionsEditor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpFormQuestionsEditor };
|
|
9
|
+
//# sourceMappingURL=form-questions-editor.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-questions-editor.d.cts","names":[],"sources":["../../src/actions/form-questions-editor.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAkChD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAAwB;AAAA,cAE9D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/form-questions-editor.d.ts
|
|
4
|
+
declare const MondayMcpFormQuestionsEditorInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpFormQuestionsEditorOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpFormQuestionsEditor: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpFormQuestionsEditor };
|
|
9
|
+
//# sourceMappingURL=form-questions-editor.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-questions-editor.d.mts","names":[],"sources":["../../src/actions/form-questions-editor.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAkChD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAAwB;AAAA,cAE9D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpFormQuestionsEditor = action("MONDAY_MCP_FORM_QUESTIONS_EDITOR", {
|
|
4
|
+
slug: "monday_mcp-form-questions-editor",
|
|
5
|
+
name: "Form questions editor",
|
|
6
|
+
description: "Create, update, or delete a question in a monday.com form",
|
|
7
|
+
input: z.object({
|
|
8
|
+
action: z.enum([
|
|
9
|
+
"delete",
|
|
10
|
+
"update",
|
|
11
|
+
"create"
|
|
12
|
+
]).describe("The type of operation to perform on the question. Can delete, update, or create. When updating or deleting a question, the questionId is required. When creating or updating a question, the question object is required. When updating, the question is a patch object, meaning that only the fields that are provided will be updated."),
|
|
13
|
+
question: z.object({
|
|
14
|
+
type: z.enum([
|
|
15
|
+
"Boolean",
|
|
16
|
+
"ConnectedBoards",
|
|
17
|
+
"Country",
|
|
18
|
+
"Date",
|
|
19
|
+
"DateRange",
|
|
20
|
+
"Email",
|
|
21
|
+
"File",
|
|
22
|
+
"Link",
|
|
23
|
+
"Location",
|
|
24
|
+
"LongText",
|
|
25
|
+
"MultiSelect",
|
|
26
|
+
"Name",
|
|
27
|
+
"Number",
|
|
28
|
+
"People",
|
|
29
|
+
"Phone",
|
|
30
|
+
"Rating",
|
|
31
|
+
"ShortText",
|
|
32
|
+
"Signature",
|
|
33
|
+
"SingleSelect",
|
|
34
|
+
"Subitems",
|
|
35
|
+
"Updates"
|
|
36
|
+
]).describe("The question type determining input behavior and validation (e.g., \"text\", \"email\", \"single_select\", \"multi_select\")."),
|
|
37
|
+
title: z.string().describe("The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.").optional(),
|
|
38
|
+
options: z.array(z.object({ label: z.string().describe("The display text for individual option choices in select-type questions.") })).describe("Array of option objects for choice-based questions (single_select, multi_select). Required when creating select type questions. Can only be provided when creating a question, not yet supported for updating a question.").optional(),
|
|
39
|
+
visible: z.boolean().describe("Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.").optional(),
|
|
40
|
+
required: z.boolean().describe("Boolean indicating if the question must be answered before form submission.").optional(),
|
|
41
|
+
settings: z.object({
|
|
42
|
+
display: z.enum([
|
|
43
|
+
"Dropdown",
|
|
44
|
+
"Horizontal",
|
|
45
|
+
"Vertical"
|
|
46
|
+
]).describe("Single/Multi Select questions only: Controls how the selection options are visually presented to users.").optional(),
|
|
47
|
+
prefill: z.object({
|
|
48
|
+
lookup: z.string().describe("The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \"name\" or \"email\". For query parameters, this would be the parameter name that would be set in the URL.").optional(),
|
|
49
|
+
source: z.enum(["Account", "QueryParam"]).describe("The data source to use for prefilling the question value. Check the PrefillSources for available options.").optional(),
|
|
50
|
+
enabled: z.boolean().describe("Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.")
|
|
51
|
+
}).describe("Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.").optional(),
|
|
52
|
+
includeTime: z.boolean().describe("Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.").optional(),
|
|
53
|
+
optionsOrder: z.enum([
|
|
54
|
+
"Alphabetical",
|
|
55
|
+
"Custom",
|
|
56
|
+
"Random"
|
|
57
|
+
]).describe("Single/Multi Select questions only: Determines the ordering of selection options.").optional(),
|
|
58
|
+
skipValidation: z.boolean().describe("Link/URL questions only: Whether to skip URL format validation, allowing any text input.").optional(),
|
|
59
|
+
checkedByDefault: z.boolean().describe("Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.").optional(),
|
|
60
|
+
prefixAutofilled: z.boolean().describe("Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.").optional(),
|
|
61
|
+
prefixPredefined: z.object({
|
|
62
|
+
prefix: z.string().describe("The predefined phone country prefix to use as country code in capital letters (e.g., \"US\", \"UK\", \"IL\"). Only used when enabled is true.").optional(),
|
|
63
|
+
enabled: z.boolean().describe("Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.")
|
|
64
|
+
}).describe("Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.").optional(),
|
|
65
|
+
defaultCurrentDate: z.boolean().describe("Date based questions only: Automatically set the current date as the default value when the form loads.").optional(),
|
|
66
|
+
locationAutofilled: z.boolean().describe("Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.").optional()
|
|
67
|
+
}).optional(),
|
|
68
|
+
description: z.string().describe("Optional explanatory text providing additional context, instructions, or examples for the question.").optional()
|
|
69
|
+
}).describe("The question object containing all properties for creation or update. When creating a question, the title is required.").optional(),
|
|
70
|
+
formToken: z.string().describe("The unique identifier token for the form. Required for all form-specific operations."),
|
|
71
|
+
questionId: z.string().describe("The unique identifier for the question. Used to target specific questions within a form.").optional(),
|
|
72
|
+
questionStringified: z.string().describe("**ONLY FOR MICROSOFT COPILOT**: The question object. Send this as a stringified JSON of \"question\" field. Read \"question\" field description for details how to use it.").optional()
|
|
73
|
+
}),
|
|
74
|
+
output: z.unknown()
|
|
75
|
+
});
|
|
76
|
+
//#endregion
|
|
77
|
+
export { mondayMcpFormQuestionsEditor };
|
|
78
|
+
|
|
79
|
+
//# sourceMappingURL=form-questions-editor.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-questions-editor.mjs","names":[],"sources":["../../src/actions/form-questions-editor.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpFormQuestionsEditorInput: z.ZodTypeAny = z.object({\n action: z.enum([\"delete\", \"update\", \"create\"]).describe(\"The type of operation to perform on the question. Can delete, update, or create. When updating or deleting a question, the questionId is required. When creating or updating a question, the question object is required. When updating, the question is a patch object, meaning that only the fields that are provided will be updated.\"),\n question: z.object({\n type: z.enum([\"Boolean\", \"ConnectedBoards\", \"Country\", \"Date\", \"DateRange\", \"Email\", \"File\", \"Link\", \"Location\", \"LongText\", \"MultiSelect\", \"Name\", \"Number\", \"People\", \"Phone\", \"Rating\", \"ShortText\", \"Signature\", \"SingleSelect\", \"Subitems\", \"Updates\"]).describe(\"The question type determining input behavior and validation (e.g., \\\"text\\\", \\\"email\\\", \\\"single_select\\\", \\\"multi_select\\\").\"),\n title: z.string().describe(\"The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.\").optional(),\n options: z.array(z.object({\n label: z.string().describe(\"The display text for individual option choices in select-type questions.\"),\n})).describe(\"Array of option objects for choice-based questions (single_select, multi_select). Required when creating select type questions. Can only be provided when creating a question, not yet supported for updating a question.\").optional(),\n visible: z.boolean().describe(\"Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.\").optional(),\n required: z.boolean().describe(\"Boolean indicating if the question must be answered before form submission.\").optional(),\n settings: z.object({\n display: z.enum([\"Dropdown\", \"Horizontal\", \"Vertical\"]).describe(\"Single/Multi Select questions only: Controls how the selection options are visually presented to users.\").optional(),\n prefill: z.object({\n lookup: z.string().describe(\"The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \\\"name\\\" or \\\"email\\\". For query parameters, this would be the parameter name that would be set in the URL.\").optional(),\n source: z.enum([\"Account\", \"QueryParam\"]).describe(\"The data source to use for prefilling the question value. Check the PrefillSources for available options.\").optional(),\n enabled: z.boolean().describe(\"Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.\"),\n}).describe(\"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.\").optional(),\n includeTime: z.boolean().describe(\"Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.\").optional(),\n optionsOrder: z.enum([\"Alphabetical\", \"Custom\", \"Random\"]).describe(\"Single/Multi Select questions only: Determines the ordering of selection options.\").optional(),\n skipValidation: z.boolean().describe(\"Link/URL questions only: Whether to skip URL format validation, allowing any text input.\").optional(),\n checkedByDefault: z.boolean().describe(\"Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.\").optional(),\n prefixAutofilled: z.boolean().describe(\"Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.\").optional(),\n prefixPredefined: z.object({\n prefix: z.string().describe(\"The predefined phone country prefix to use as country code in capital letters (e.g., \\\"US\\\", \\\"UK\\\", \\\"IL\\\"). Only used when enabled is true.\").optional(),\n enabled: z.boolean().describe(\"Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.\"),\n}).describe(\"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.\").optional(),\n defaultCurrentDate: z.boolean().describe(\"Date based questions only: Automatically set the current date as the default value when the form loads.\").optional(),\n locationAutofilled: z.boolean().describe(\"Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.\").optional(),\n}).optional(),\n description: z.string().describe(\"Optional explanatory text providing additional context, instructions, or examples for the question.\").optional(),\n}).describe(\"The question object containing all properties for creation or update. When creating a question, the title is required.\").optional(),\n formToken: z.string().describe(\"The unique identifier token for the form. Required for all form-specific operations.\"),\n questionId: z.string().describe(\"The unique identifier for the question. Used to target specific questions within a form.\").optional(),\n questionStringified: z.string().describe(\"**ONLY FOR MICROSOFT COPILOT**: The question object. Send this as a stringified JSON of \\\"question\\\" field. Read \\\"question\\\" field description for details how to use it.\").optional(),\n});\nexport const MondayMcpFormQuestionsEditorOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpFormQuestionsEditor = action(\"MONDAY_MCP_FORM_QUESTIONS_EDITOR\", {\n slug: \"monday_mcp-form-questions-editor\",\n name: \"Form questions editor\",\n description: \"Create, update, or delete a question in a monday.com form\",\n input: MondayMcpFormQuestionsEditorInput,\n output: MondayMcpFormQuestionsEditorOutput,\n});\n"],"mappings":";;AAyCA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzC6D,EAAE,OAAO;EACtE,QAAQ,EAAE,KAAK;GAAC;GAAU;GAAU;EAAQ,CAAC,CAAC,CAAC,SAAS,0UAA0U;EAClY,UAAU,EAAE,OAAO;GACnB,MAAM,EAAE,KAAK;IAAC;IAAW;IAAmB;IAAW;IAAQ;IAAa;IAAS;IAAQ;IAAQ;IAAY;IAAY;IAAe;IAAQ;IAAU;IAAU;IAAS;IAAU;IAAa;IAAa;IAAgB;IAAY;GAAS,CAAC,CAAC,CAAC,SAAS,+HAA+H;GACrY,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;GACjK,SAAS,EAAE,MAAM,EAAE,OAAO,EAC1B,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,EACvG,CAAC,CAAC,CAAC,CAAC,SAAS,2NAA2N,CAAC,CAAC,SAAS;GACjP,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;GACnK,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;GACvH,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE,KAAK;KAAC;KAAY;KAAc;IAAU,CAAC,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;IACrL,SAAS,EAAE,OAAO;KAClB,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6OAA6O,CAAC,CAAC,SAAS;KACpR,QAAQ,EAAE,KAAK,CAAC,WAAW,YAAY,CAAC,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;KACzK,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qJAAqJ;IACrL,CAAC,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;IACrK,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,0JAA0J,CAAC,CAAC,SAAS;IACvM,cAAc,EAAE,KAAK;KAAC;KAAgB;KAAU;IAAQ,CAAC,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;IAClK,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;IAC1I,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;IAC3J,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;IAC7L,kBAAkB,EAAE,OAAO;KAC3B,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,CAAC,CAAC,SAAS;KACtL,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gIAAgI;IAChK,CAAC,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;IACtJ,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;IAC7J,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,mJAAmJ,CAAC,CAAC,SAAS;GACzM,CAAC,CAAC,CAAC,SAAS;GACV,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EACnJ,CAAC,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;EAC7I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EACrI,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAClO,CAOS;CACP,QAP8D,EAAE,QAOxD;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-board-activity.ts
|
|
4
|
+
const MondayMcpGetBoardActivityInput = zod.z.object({
|
|
5
|
+
toDate: zod.z.string().describe("End date for activity range (ISO8601DateTime format). Defaults to now").optional(),
|
|
6
|
+
boardId: zod.z.number().describe("The id of the board to get activity for"),
|
|
7
|
+
fromDate: zod.z.string().describe("Start date for activity range (ISO8601DateTime format). Defaults to 30 days ago").optional()
|
|
8
|
+
});
|
|
9
|
+
const MondayMcpGetBoardActivityOutput = zod.z.unknown();
|
|
10
|
+
const mondayMcpGetBoardActivity = require_action.action("MONDAY_MCP_GET_BOARD_ACTIVITY", {
|
|
11
|
+
slug: "monday_mcp-get-board-activity",
|
|
12
|
+
name: "Get board activity",
|
|
13
|
+
description: "Get board activity logs for a specified time range (defaults to last 30 days)",
|
|
14
|
+
input: MondayMcpGetBoardActivityInput,
|
|
15
|
+
output: MondayMcpGetBoardActivityOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.mondayMcpGetBoardActivity = mondayMcpGetBoardActivity;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-board-activity.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-activity.cjs","names":["z","action"],"sources":["../../src/actions/get-board-activity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardActivityInput: z.ZodTypeAny = z.object({\n toDate: z.string().describe(\"End date for activity range (ISO8601DateTime format). Defaults to now\").optional(),\n boardId: z.number().describe(\"The id of the board to get activity for\"),\n fromDate: z.string().describe(\"Start date for activity range (ISO8601DateTime format). Defaults to 30 days ago\").optional(),\n});\nexport const MondayMcpGetBoardActivityOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardActivity = action(\"MONDAY_MCP_GET_BOARD_ACTIVITY\", {\n slug: \"monday_mcp-get-board-activity\",\n name: \"Get board activity\",\n description: \"Get board activity logs for a specified time range (defaults to last 30 days)\",\n input: MondayMcpGetBoardActivityInput,\n output: MondayMcpGetBoardActivityOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC9G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;AAC5H,CAAC;AACD,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/get-board-activity.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardActivityInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardActivityOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardActivity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardActivity };
|
|
9
|
+
//# sourceMappingURL=get-board-activity.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-activity.d.cts","names":[],"sources":["../../src/actions/get-board-activity.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAI7C;AAAA,cACW,+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/get-board-activity.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardActivityInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardActivityOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardActivity: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardActivity };
|
|
9
|
+
//# sourceMappingURL=get-board-activity.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-activity.d.mts","names":[],"sources":["../../src/actions/get-board-activity.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAI7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAAwB;AAAA,cAE3D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpGetBoardActivity = action("MONDAY_MCP_GET_BOARD_ACTIVITY", {
|
|
4
|
+
slug: "monday_mcp-get-board-activity",
|
|
5
|
+
name: "Get board activity",
|
|
6
|
+
description: "Get board activity logs for a specified time range (defaults to last 30 days)",
|
|
7
|
+
input: z.object({
|
|
8
|
+
toDate: z.string().describe("End date for activity range (ISO8601DateTime format). Defaults to now").optional(),
|
|
9
|
+
boardId: z.number().describe("The id of the board to get activity for"),
|
|
10
|
+
fromDate: z.string().describe("Start date for activity range (ISO8601DateTime format). Defaults to 30 days ago").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.unknown()
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { mondayMcpGetBoardActivity };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=get-board-activity.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-activity.mjs","names":[],"sources":["../../src/actions/get-board-activity.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardActivityInput: z.ZodTypeAny = z.object({\n toDate: z.string().describe(\"End date for activity range (ISO8601DateTime format). Defaults to now\").optional(),\n boardId: z.number().describe(\"The id of the board to get activity for\"),\n fromDate: z.string().describe(\"Start date for activity range (ISO8601DateTime format). Defaults to 30 days ago\").optional(),\n});\nexport const MondayMcpGetBoardActivityOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardActivity = action(\"MONDAY_MCP_GET_BOARD_ACTIVITY\", {\n slug: \"monday_mcp-get-board-activity\",\n name: \"Get board activity\",\n description: \"Get board activity logs for a specified time range (defaults to last 30 days)\",\n input: MondayMcpGetBoardActivityInput,\n output: MondayMcpGetBoardActivityOutput,\n});\n"],"mappings":";;AAWA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX0D,EAAE,OAAO;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC5H,CAOS;CACP,QAP2D,EAAE,QAOrD;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-board-info.ts
|
|
4
|
+
const MondayMcpGetBoardInfoInput = zod.z.object({ boardId: zod.z.number().describe("The id of the board to get information for") });
|
|
5
|
+
const MondayMcpGetBoardInfoOutput = zod.z.unknown();
|
|
6
|
+
const mondayMcpGetBoardInfo = require_action.action("MONDAY_MCP_GET_BOARD_INFO", {
|
|
7
|
+
slug: "monday_mcp-get-board-info",
|
|
8
|
+
name: "Get board info",
|
|
9
|
+
description: "Get comprehensive board information including metadata, structure, owners, and configuration",
|
|
10
|
+
input: MondayMcpGetBoardInfoInput,
|
|
11
|
+
output: MondayMcpGetBoardInfoOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.mondayMcpGetBoardInfo = mondayMcpGetBoardInfo;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-board-info.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-info.cjs","names":["z","action"],"sources":["../../src/actions/get-board-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardInfoInput: z.ZodTypeAny = z.object({\n boardId: z.number().describe(\"The id of the board to get information for\"),\n});\nexport const MondayMcpGetBoardInfoOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardInfo = action(\"MONDAY_MCP_GET_BOARD_INFO\", {\n slug: \"monday_mcp-get-board-info\",\n name: \"Get board info\",\n description: \"Get comprehensive board information including metadata, structure, owners, and configuration\",\n input: MondayMcpGetBoardInfoInput,\n output: MondayMcpGetBoardInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EAC3E,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/get-board-info.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardInfo };
|
|
9
|
+
//# sourceMappingURL=get-board-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-info.d.cts","names":[],"sources":["../../src/actions/get-board-info.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;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/get-board-info.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardInfo };
|
|
9
|
+
//# sourceMappingURL=get-board-info.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-info.d.mts","names":[],"sources":["../../src/actions/get-board-info.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAAwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpGetBoardInfo = action("MONDAY_MCP_GET_BOARD_INFO", {
|
|
4
|
+
slug: "monday_mcp-get-board-info",
|
|
5
|
+
name: "Get board info",
|
|
6
|
+
description: "Get comprehensive board information including metadata, structure, owners, and configuration",
|
|
7
|
+
input: z.object({ boardId: z.number().describe("The id of the board to get information for") }),
|
|
8
|
+
output: z.unknown()
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { mondayMcpGetBoardInfo };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=get-board-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-info.mjs","names":[],"sources":["../../src/actions/get-board-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardInfoInput: z.ZodTypeAny = z.object({\n boardId: z.number().describe(\"The id of the board to get information for\"),\n});\nexport const MondayMcpGetBoardInfoOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardInfo = action(\"MONDAY_MCP_GET_BOARD_INFO\", {\n slug: \"monday_mcp-get-board-info\",\n name: \"Get board info\",\n description: \"Get comprehensive board information including metadata, structure, owners, and configuration\",\n input: MondayMcpGetBoardInfoInput,\n output: MondayMcpGetBoardInfoOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsD,EAAE,OAAO,EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EAC3E,CAOS;CACP,QAPuD,EAAE,QAOjD;AACV,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-board-items-page.ts
|
|
4
|
+
const MondayMcpGetBoardItemsPageInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().default(25).describe("The number of items to get").optional(),
|
|
6
|
+
cursor: zod.z.string().describe("The cursor to get the next page of items, use the nextCursor from the previous response. If the nextCursor was null, it means there are no more items to get").optional(),
|
|
7
|
+
boardId: zod.z.number().describe("The id of the board to get items from"),
|
|
8
|
+
filters: zod.z.array(zod.z.object({
|
|
9
|
+
columnId: zod.z.string().describe("The id of the column to filter by"),
|
|
10
|
+
operator: zod.z.enum([
|
|
11
|
+
"any_of",
|
|
12
|
+
"between",
|
|
13
|
+
"contains_terms",
|
|
14
|
+
"contains_text",
|
|
15
|
+
"ends_with",
|
|
16
|
+
"greater_than",
|
|
17
|
+
"greater_than_or_equals",
|
|
18
|
+
"is_empty",
|
|
19
|
+
"is_not_empty",
|
|
20
|
+
"lower_than",
|
|
21
|
+
"lower_than_or_equal",
|
|
22
|
+
"not_any_of",
|
|
23
|
+
"not_contains_text",
|
|
24
|
+
"starts_with",
|
|
25
|
+
"within_the_last",
|
|
26
|
+
"within_the_next"
|
|
27
|
+
]).default("any_of").describe("The operator to use for the filter").optional(),
|
|
28
|
+
compareValue: zod.z.union([
|
|
29
|
+
zod.z.string(),
|
|
30
|
+
zod.z.number(),
|
|
31
|
+
zod.z.boolean(),
|
|
32
|
+
zod.z.array(zod.z.unknown())
|
|
33
|
+
]),
|
|
34
|
+
compareAttribute: zod.z.string().describe("The attribute to compare the value to. This is OPTIONAL property.").optional()
|
|
35
|
+
})).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(),
|
|
36
|
+
itemIds: zod.z.array(zod.z.number()).describe("The ids of the items to get. The count of items should be less than 100.").optional(),
|
|
37
|
+
orderBy: zod.z.array(zod.z.object({
|
|
38
|
+
columnId: zod.z.string().describe("The id of the column to order by"),
|
|
39
|
+
direction: zod.z.enum(["asc", "desc"]).default("asc").describe("The direction to order by").optional()
|
|
40
|
+
})).describe("The columns to order by, will control the order of the items in the response").optional(),
|
|
41
|
+
columnIds: zod.z.array(zod.z.string()).describe("The ids of the item columns and subitem columns to get, can be used to reduce the response size when user asks for specific columns. Works only when includeColumns is true. If not provided, all columns will be returned").optional(),
|
|
42
|
+
searchTerm: zod.z.string().describe("The search term to use for the search.\n - Use this when: the user provides a vague, incomplete, or approximate search term (e.g., “marketing campaign”, “John’s task”, “budget-related”), and there isn’t a clear exact compare value for a specific field.\n - Do not use this when: the user specifies an exact value that maps directly to a column comparison (e.g., name contains \"marketing campaign\", status = \"Done\", priority = \"High\", owner = \"Daniel\"). In these cases, prefer structured compare filters.").optional(),
|
|
43
|
+
subItemLimit: zod.z.number().default(25).describe("The number of sub items to get per item. This is only used when includeSubItems is true.").optional(),
|
|
44
|
+
includeColumns: zod.z.boolean().default(false).describe("Whether to include column values in the response.\nPERFORMANCE OPTIMIZATION: Only set this to true when you actually need the column data. Excluding columns significantly reduces token usage and improves response latency. If you only need to count items, get item IDs/names, or check if items exist, keep this false.").optional(),
|
|
45
|
+
filtersOperator: zod.z.enum(["and", "or"]).default("and").describe("The operator to use for the filters").optional(),
|
|
46
|
+
includeSubItems: zod.z.boolean().default(false).describe("Whether to include sub items in the response. PERFORMANCE OPTIMIZATION: Only set this to true when you actually need the sub items data.").optional(),
|
|
47
|
+
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(),
|
|
48
|
+
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()
|
|
49
|
+
});
|
|
50
|
+
const MondayMcpGetBoardItemsPageOutput = zod.z.unknown();
|
|
51
|
+
const mondayMcpGetBoardItemsPage = require_action.action("MONDAY_MCP_GET_BOARD_ITEMS_PAGE", {
|
|
52
|
+
slug: "monday_mcp-get-board-items-page",
|
|
53
|
+
name: "Get board items page",
|
|
54
|
+
description: "Get all items from a monday.com board with pagination support and optional column values. Returns structured JSON with item details, creation/update timestamps, and pagination info. Use the 'nextCursor' parameter from the response to get the next page of results when 'has_more' is true.[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.",
|
|
55
|
+
input: MondayMcpGetBoardItemsPageInput,
|
|
56
|
+
output: MondayMcpGetBoardItemsPageOutput
|
|
57
|
+
});
|
|
58
|
+
//#endregion
|
|
59
|
+
exports.mondayMcpGetBoardItemsPage = mondayMcpGetBoardItemsPage;
|
|
60
|
+
|
|
61
|
+
//# sourceMappingURL=get-board-items-page.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-items-page.cjs","names":["z","action"],"sources":["../../src/actions/get-board-items-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardItemsPageInput: z.ZodTypeAny = z.object({\n limit: z.number().default(25).describe(\"The number of items to get\").optional(),\n cursor: z.string().describe(\"The cursor to get the next page of items, use the nextCursor from the previous response. If the nextCursor was null, it means there are no more items to get\").optional(),\n boardId: z.number().describe(\"The id of the board to get items from\"),\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.union([z.string(), z.number(), z.boolean(), z.array(z.unknown())]),\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 itemIds: z.array(z.number()).describe(\"The ids of the items to get. The count of items should be less than 100.\").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 columnIds: z.array(z.string()).describe(\"The ids of the item columns and subitem columns to get, can be used to reduce the response size when user asks for specific columns. Works only when includeColumns is true. If not provided, all columns will be returned\").optional(),\n searchTerm: z.string().describe(\"The search term to use for the search.\\n - Use this when: the user provides a vague, incomplete, or approximate search term (e.g., “marketing campaign”, “John’s task”, “budget-related”), and there isn’t a clear exact compare value for a specific field.\\n - Do not use this when: the user specifies an exact value that maps directly to a column comparison (e.g., name contains \\\"marketing campaign\\\", status = \\\"Done\\\", priority = \\\"High\\\", owner = \\\"Daniel\\\"). In these cases, prefer structured compare filters.\").optional(),\n subItemLimit: z.number().default(25).describe(\"The number of sub items to get per item. This is only used when includeSubItems is true.\").optional(),\n includeColumns: z.boolean().default(false).describe(\"Whether to include column values in the response.\\nPERFORMANCE OPTIMIZATION: Only set this to true when you actually need the column data. Excluding columns significantly reduces token usage and improves response latency. If you only need to count items, get item IDs/names, or check if items exist, keep this false.\").optional(),\n filtersOperator: z.enum([\"and\", \"or\"]).default(\"and\").describe(\"The operator to use for the filters\").optional(),\n includeSubItems: z.boolean().default(false).describe(\"Whether to include sub items in the response. PERFORMANCE OPTIMIZATION: Only set this to true when you actually need the sub items data.\").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});\nexport const MondayMcpGetBoardItemsPageOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardItemsPage = action(\"MONDAY_MCP_GET_BOARD_ITEMS_PAGE\", {\n slug: \"monday_mcp-get-board-items-page\",\n name: \"Get board items page\",\n description: \"Get all items from a monday.com board with pagination support and optional column values. Returns structured JSON with item details, creation/update timestamps, and pagination info. Use the 'nextCursor' parameter from the response to get the next page of results when 'has_more' is true.[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.\",\n input: MondayMcpGetBoardItemsPageInput,\n output: MondayMcpGetBoardItemsPageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;CACrM,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,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,MAAM;GAACA,IAAAA,EAAE,OAAO;GAAGA,IAAAA,EAAE,OAAO;GAAGA,IAAAA,EAAE,QAAQ;GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC;EAAC,CAAC;EACjF,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,0EAA0E,CAAC,CAAC,SAAS;CAC3H,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,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;CAC/Q,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,ugBAAugB,CAAC,CAAC,SAAS;CACljB,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACnJ,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,8TAA8T,CAAC,CAAC,SAAS;CAC7X,iBAAiBA,IAAAA,EAAE,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/G,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CAC1M,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;CACjP,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;AACpP,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,QAAQ;AAExE,MAAa,6BAA6BC,eAAAA,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-board-items-page.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardItemsPageInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardItemsPageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardItemsPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardItemsPage };
|
|
9
|
+
//# sourceMappingURL=get-board-items-page.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-items-page.d.cts","names":[],"sources":["../../src/actions/get-board-items-page.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAuB9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAAwB;AAAA,cAE5D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-board-items-page.d.ts
|
|
4
|
+
declare const MondayMcpGetBoardItemsPageInput: z.ZodTypeAny;
|
|
5
|
+
declare const MondayMcpGetBoardItemsPageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const mondayMcpGetBoardItemsPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { mondayMcpGetBoardItemsPage };
|
|
9
|
+
//# sourceMappingURL=get-board-items-page.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-items-page.d.mts","names":[],"sources":["../../src/actions/get-board-items-page.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAuB9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAAwB;AAAA,cAE5D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const mondayMcpGetBoardItemsPage = action("MONDAY_MCP_GET_BOARD_ITEMS_PAGE", {
|
|
4
|
+
slug: "monday_mcp-get-board-items-page",
|
|
5
|
+
name: "Get board items page",
|
|
6
|
+
description: "Get all items from a monday.com board with pagination support and optional column values. Returns structured JSON with item details, creation/update timestamps, and pagination info. Use the 'nextCursor' parameter from the response to get the next page of results when 'has_more' is true.[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.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
limit: z.number().default(25).describe("The number of items to get").optional(),
|
|
9
|
+
cursor: z.string().describe("The cursor to get the next page of items, use the nextCursor from the previous response. If the nextCursor was null, it means there are no more items to get").optional(),
|
|
10
|
+
boardId: z.number().describe("The id of the board to get items from"),
|
|
11
|
+
filters: z.array(z.object({
|
|
12
|
+
columnId: z.string().describe("The id of the column to filter by"),
|
|
13
|
+
operator: z.enum([
|
|
14
|
+
"any_of",
|
|
15
|
+
"between",
|
|
16
|
+
"contains_terms",
|
|
17
|
+
"contains_text",
|
|
18
|
+
"ends_with",
|
|
19
|
+
"greater_than",
|
|
20
|
+
"greater_than_or_equals",
|
|
21
|
+
"is_empty",
|
|
22
|
+
"is_not_empty",
|
|
23
|
+
"lower_than",
|
|
24
|
+
"lower_than_or_equal",
|
|
25
|
+
"not_any_of",
|
|
26
|
+
"not_contains_text",
|
|
27
|
+
"starts_with",
|
|
28
|
+
"within_the_last",
|
|
29
|
+
"within_the_next"
|
|
30
|
+
]).default("any_of").describe("The operator to use for the filter").optional(),
|
|
31
|
+
compareValue: z.union([
|
|
32
|
+
z.string(),
|
|
33
|
+
z.number(),
|
|
34
|
+
z.boolean(),
|
|
35
|
+
z.array(z.unknown())
|
|
36
|
+
]),
|
|
37
|
+
compareAttribute: z.string().describe("The attribute to compare the value to. This is OPTIONAL property.").optional()
|
|
38
|
+
})).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(),
|
|
39
|
+
itemIds: z.array(z.number()).describe("The ids of the items to get. The count of items should be less than 100.").optional(),
|
|
40
|
+
orderBy: z.array(z.object({
|
|
41
|
+
columnId: z.string().describe("The id of the column to order by"),
|
|
42
|
+
direction: z.enum(["asc", "desc"]).default("asc").describe("The direction to order by").optional()
|
|
43
|
+
})).describe("The columns to order by, will control the order of the items in the response").optional(),
|
|
44
|
+
columnIds: z.array(z.string()).describe("The ids of the item columns and subitem columns to get, can be used to reduce the response size when user asks for specific columns. Works only when includeColumns is true. If not provided, all columns will be returned").optional(),
|
|
45
|
+
searchTerm: z.string().describe("The search term to use for the search.\n - Use this when: the user provides a vague, incomplete, or approximate search term (e.g., “marketing campaign”, “John’s task”, “budget-related”), and there isn’t a clear exact compare value for a specific field.\n - Do not use this when: the user specifies an exact value that maps directly to a column comparison (e.g., name contains \"marketing campaign\", status = \"Done\", priority = \"High\", owner = \"Daniel\"). In these cases, prefer structured compare filters.").optional(),
|
|
46
|
+
subItemLimit: z.number().default(25).describe("The number of sub items to get per item. This is only used when includeSubItems is true.").optional(),
|
|
47
|
+
includeColumns: z.boolean().default(false).describe("Whether to include column values in the response.\nPERFORMANCE OPTIMIZATION: Only set this to true when you actually need the column data. Excluding columns significantly reduces token usage and improves response latency. If you only need to count items, get item IDs/names, or check if items exist, keep this false.").optional(),
|
|
48
|
+
filtersOperator: z.enum(["and", "or"]).default("and").describe("The operator to use for the filters").optional(),
|
|
49
|
+
includeSubItems: z.boolean().default(false).describe("Whether to include sub items in the response. PERFORMANCE OPTIMIZATION: Only set this to true when you actually need the sub items data.").optional(),
|
|
50
|
+
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(),
|
|
51
|
+
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()
|
|
52
|
+
}),
|
|
53
|
+
output: z.unknown()
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { mondayMcpGetBoardItemsPage };
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=get-board-items-page.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-board-items-page.mjs","names":[],"sources":["../../src/actions/get-board-items-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MondayMcpGetBoardItemsPageInput: z.ZodTypeAny = z.object({\n limit: z.number().default(25).describe(\"The number of items to get\").optional(),\n cursor: z.string().describe(\"The cursor to get the next page of items, use the nextCursor from the previous response. If the nextCursor was null, it means there are no more items to get\").optional(),\n boardId: z.number().describe(\"The id of the board to get items from\"),\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.union([z.string(), z.number(), z.boolean(), z.array(z.unknown())]),\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 itemIds: z.array(z.number()).describe(\"The ids of the items to get. The count of items should be less than 100.\").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 columnIds: z.array(z.string()).describe(\"The ids of the item columns and subitem columns to get, can be used to reduce the response size when user asks for specific columns. Works only when includeColumns is true. If not provided, all columns will be returned\").optional(),\n searchTerm: z.string().describe(\"The search term to use for the search.\\n - Use this when: the user provides a vague, incomplete, or approximate search term (e.g., “marketing campaign”, “John’s task”, “budget-related”), and there isn’t a clear exact compare value for a specific field.\\n - Do not use this when: the user specifies an exact value that maps directly to a column comparison (e.g., name contains \\\"marketing campaign\\\", status = \\\"Done\\\", priority = \\\"High\\\", owner = \\\"Daniel\\\"). In these cases, prefer structured compare filters.\").optional(),\n subItemLimit: z.number().default(25).describe(\"The number of sub items to get per item. This is only used when includeSubItems is true.\").optional(),\n includeColumns: z.boolean().default(false).describe(\"Whether to include column values in the response.\\nPERFORMANCE OPTIMIZATION: Only set this to true when you actually need the column data. Excluding columns significantly reduces token usage and improves response latency. If you only need to count items, get item IDs/names, or check if items exist, keep this false.\").optional(),\n filtersOperator: z.enum([\"and\", \"or\"]).default(\"and\").describe(\"The operator to use for the filters\").optional(),\n includeSubItems: z.boolean().default(false).describe(\"Whether to include sub items in the response. PERFORMANCE OPTIMIZATION: Only set this to true when you actually need the sub items data.\").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});\nexport const MondayMcpGetBoardItemsPageOutput: z.ZodTypeAny = z.unknown();\n\nexport const mondayMcpGetBoardItemsPage = action(\"MONDAY_MCP_GET_BOARD_ITEMS_PAGE\", {\n slug: \"monday_mcp-get-board-items-page\",\n name: \"Get board items page\",\n description: \"Get all items from a monday.com board with pagination support and optional column values. Returns structured JSON with item details, creation/update timestamps, and pagination info. Use the 'nextCursor' parameter from the response to get the next page of results when 'has_more' is true.[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.\",\n input: MondayMcpGetBoardItemsPageInput,\n output: MondayMcpGetBoardItemsPageOutput,\n});\n"],"mappings":";;AA8BA,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA9B2D,EAAE,OAAO;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;EACrM,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACpE,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,MAAM;IAAC,EAAE,OAAO;IAAG,EAAE,OAAO;IAAG,EAAE,QAAQ;IAAG,EAAE,MAAM,EAAE,QAAQ,CAAC;GAAC,CAAC;GACjF,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,0EAA0E,CAAC,CAAC,SAAS;EAC3H,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,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4NAA4N,CAAC,CAAC,SAAS;EAC/Q,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,ugBAAugB,CAAC,CAAC,SAAS;EACljB,cAAc,EAAE,OAAO,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;EACnJ,gBAAgB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,8TAA8T,CAAC,CAAC,SAAS;EAC7X,iBAAiB,EAAE,KAAK,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC/G,iBAAiB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;EAC1M,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,8LAA8L,CAAC,CAAC,SAAS;EACjP,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CACpP,CAOS;CACP,QAP4D,EAAE,QAOtD;AACV,CAAC"}
|