@zudello/modelcontextprotocol 1.1.0 → 1.1.1
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/dist/tools/admin/datasets/create-dataset.d.ts.map +1 -1
- package/dist/tools/admin/datasets/create-dataset.js +35 -3
- package/dist/tools/admin/datasets/create-dataset.js.map +1 -1
- package/dist/tools/admin/datasets/get-dataset.d.ts.map +1 -1
- package/dist/tools/admin/datasets/get-dataset.js +8 -2
- package/dist/tools/admin/datasets/get-dataset.js.map +1 -1
- package/dist/tools/admin/datasets/list-datasets.d.ts.map +1 -1
- package/dist/tools/admin/datasets/list-datasets.js +10 -3
- package/dist/tools/admin/datasets/list-datasets.js.map +1 -1
- package/dist/tools/admin/datasets/update-dataset.d.ts.map +1 -1
- package/dist/tools/admin/datasets/update-dataset.js +13 -3
- package/dist/tools/admin/datasets/update-dataset.js.map +1 -1
- package/dist/tools/admin/fields/create-field.d.ts.map +1 -1
- package/dist/tools/admin/fields/create-field.js +45 -3
- package/dist/tools/admin/fields/create-field.js.map +1 -1
- package/dist/tools/admin/fields/get-field.d.ts.map +1 -1
- package/dist/tools/admin/fields/get-field.js +9 -2
- package/dist/tools/admin/fields/get-field.js.map +1 -1
- package/dist/tools/admin/fields/list-fields.d.ts.map +1 -1
- package/dist/tools/admin/fields/list-fields.js +9 -3
- package/dist/tools/admin/fields/list-fields.js.map +1 -1
- package/dist/tools/admin/fields/update-field.d.ts.map +1 -1
- package/dist/tools/admin/fields/update-field.js +5 -3
- package/dist/tools/admin/fields/update-field.js.map +1 -1
- package/dist/tools/admin/quick-actions/create-quick-action.d.ts.map +1 -1
- package/dist/tools/admin/quick-actions/create-quick-action.js +16 -3
- package/dist/tools/admin/quick-actions/create-quick-action.js.map +1 -1
- package/dist/tools/admin/quick-actions/get-quick-action.d.ts.map +1 -1
- package/dist/tools/admin/quick-actions/get-quick-action.js +3 -2
- package/dist/tools/admin/quick-actions/get-quick-action.js.map +1 -1
- package/dist/tools/admin/quick-actions/list-quick-actions.d.ts.map +1 -1
- package/dist/tools/admin/quick-actions/list-quick-actions.js +12 -3
- package/dist/tools/admin/quick-actions/list-quick-actions.js.map +1 -1
- package/dist/tools/admin/quick-actions/trigger-quick-action.d.ts.map +1 -1
- package/dist/tools/admin/quick-actions/trigger-quick-action.js +17 -4
- package/dist/tools/admin/quick-actions/trigger-quick-action.js.map +1 -1
- package/dist/tools/admin/quick-actions/update-quick-action.d.ts.map +1 -1
- package/dist/tools/admin/quick-actions/update-quick-action.js +5 -2
- package/dist/tools/admin/quick-actions/update-quick-action.js.map +1 -1
- package/dist/tools/approvals/get-approval-flows.js +3 -3
- package/dist/tools/approvals/get-approval-flows.js.map +1 -1
- package/dist/tools/automation/get-run-logs-content.d.ts.map +1 -1
- package/dist/tools/automation/get-run-logs-content.js +3 -1
- package/dist/tools/automation/get-run-logs-content.js.map +1 -1
- package/dist/tools/automation/get-run-logs.d.ts.map +1 -1
- package/dist/tools/automation/get-run-logs.js +3 -1
- package/dist/tools/automation/get-run-logs.js.map +1 -1
- package/dist/tools/automation/get-script.d.ts.map +1 -1
- package/dist/tools/automation/get-script.js +3 -1
- package/dist/tools/automation/get-script.js.map +1 -1
- package/dist/tools/automation/get-trigger.d.ts.map +1 -1
- package/dist/tools/automation/get-trigger.js +3 -1
- package/dist/tools/automation/get-trigger.js.map +1 -1
- package/dist/tools/automation/list-scripts.d.ts.map +1 -1
- package/dist/tools/automation/list-scripts.js +5 -1
- package/dist/tools/automation/list-scripts.js.map +1 -1
- package/dist/tools/automation/search-runs.d.ts.map +1 -1
- package/dist/tools/automation/search-runs.js +3 -1
- package/dist/tools/automation/search-runs.js.map +1 -1
- package/dist/tools/config/list-configs.d.ts.map +1 -1
- package/dist/tools/config/list-configs.js +10 -3
- package/dist/tools/config/list-configs.js.map +1 -1
- package/dist/tools/control/initiate-sync.d.ts.map +1 -1
- package/dist/tools/control/initiate-sync.js +13 -3
- package/dist/tools/control/initiate-sync.js.map +1 -1
- package/dist/tools/control/set-trigger-enabled.d.ts.map +1 -1
- package/dist/tools/control/set-trigger-enabled.js +13 -3
- package/dist/tools/control/set-trigger-enabled.js.map +1 -1
- package/dist/tools/core/fetch.d.ts.map +1 -1
- package/dist/tools/core/fetch.js +12 -1
- package/dist/tools/core/fetch.js.map +1 -1
- package/dist/tools/core/push-message.d.ts.map +1 -1
- package/dist/tools/core/push-message.js +3 -1
- package/dist/tools/core/push-message.js.map +1 -1
- package/dist/tools/core/search.d.ts.map +1 -1
- package/dist/tools/core/search.js +28 -1
- package/dist/tools/core/search.js.map +1 -1
- package/dist/tools/document-context/check-contract-pricing.d.ts.map +1 -1
- package/dist/tools/document-context/check-contract-pricing.js +44 -1
- package/dist/tools/document-context/check-contract-pricing.js.map +1 -1
- package/dist/tools/document-context/check-document-budgets.d.ts.map +1 -1
- package/dist/tools/document-context/check-document-budgets.js +34 -1
- package/dist/tools/document-context/check-document-budgets.js.map +1 -1
- package/dist/tools/documents/document-types/create-document-type.d.ts.map +1 -1
- package/dist/tools/documents/document-types/create-document-type.js +24 -1
- package/dist/tools/documents/document-types/create-document-type.js.map +1 -1
- package/dist/tools/documents/document-types/get-document-type.d.ts.map +1 -1
- package/dist/tools/documents/document-types/get-document-type.js +11 -1
- package/dist/tools/documents/document-types/get-document-type.js.map +1 -1
- package/dist/tools/documents/document-types/get-merged-form-metadata.d.ts.map +1 -1
- package/dist/tools/documents/document-types/get-merged-form-metadata.js +13 -1
- package/dist/tools/documents/document-types/get-merged-form-metadata.js.map +1 -1
- package/dist/tools/documents/document-types/list-document-types.d.ts.map +1 -1
- package/dist/tools/documents/document-types/list-document-types.js +14 -1
- package/dist/tools/documents/document-types/list-document-types.js.map +1 -1
- package/dist/tools/documents/document-types/update-document-type.d.ts.map +1 -1
- package/dist/tools/documents/document-types/update-document-type.js +32 -1
- package/dist/tools/documents/document-types/update-document-type.js.map +1 -1
- package/dist/tools/documents/export-templates/create-export-template.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/create-export-template.js +35 -1
- package/dist/tools/documents/export-templates/create-export-template.js.map +1 -1
- package/dist/tools/documents/export-templates/get-export-download-url.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/get-export-download-url.js +6 -1
- package/dist/tools/documents/export-templates/get-export-download-url.js.map +1 -1
- package/dist/tools/documents/export-templates/get-export-template.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/get-export-template.js +3 -2
- package/dist/tools/documents/export-templates/get-export-template.js.map +1 -1
- package/dist/tools/documents/export-templates/list-export-templates.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/list-export-templates.js +12 -2
- package/dist/tools/documents/export-templates/list-export-templates.js.map +1 -1
- package/dist/tools/documents/export-templates/list-exports.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/list-exports.js +6 -1
- package/dist/tools/documents/export-templates/list-exports.js.map +1 -1
- package/dist/tools/documents/export-templates/run-export.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/run-export.js +20 -1
- package/dist/tools/documents/export-templates/run-export.js.map +1 -1
- package/dist/tools/documents/export-templates/update-export-template.d.ts.map +1 -1
- package/dist/tools/documents/export-templates/update-export-template.js +9 -1
- package/dist/tools/documents/export-templates/update-export-template.js.map +1 -1
- package/dist/tools/history/get-history.d.ts.map +1 -1
- package/dist/tools/history/get-history.js +9 -1
- package/dist/tools/history/get-history.js.map +1 -1
- package/dist/tools/inboxes/create-inbox-template.d.ts.map +1 -1
- package/dist/tools/inboxes/create-inbox-template.js +26 -1
- package/dist/tools/inboxes/create-inbox-template.js.map +1 -1
- package/dist/tools/inboxes/create-inbox.d.ts.map +1 -1
- package/dist/tools/inboxes/create-inbox.js +22 -1
- package/dist/tools/inboxes/create-inbox.js.map +1 -1
- package/dist/tools/inboxes/fetch-inbox.d.ts.map +1 -1
- package/dist/tools/inboxes/fetch-inbox.js +14 -1
- package/dist/tools/inboxes/fetch-inbox.js.map +1 -1
- package/dist/tools/inboxes/get-inbound-domain.d.ts.map +1 -1
- package/dist/tools/inboxes/get-inbound-domain.js +14 -1
- package/dist/tools/inboxes/get-inbound-domain.js.map +1 -1
- package/dist/tools/inboxes/list-inbox-templates.d.ts.map +1 -1
- package/dist/tools/inboxes/list-inbox-templates.js +26 -1
- package/dist/tools/inboxes/list-inbox-templates.js.map +1 -1
- package/dist/tools/inboxes/list-inboxes.d.ts.map +1 -1
- package/dist/tools/inboxes/list-inboxes.js +22 -1
- package/dist/tools/inboxes/list-inboxes.js.map +1 -1
- package/dist/tools/inboxes/update-inbox-template.d.ts.map +1 -1
- package/dist/tools/inboxes/update-inbox-template.js +22 -1
- package/dist/tools/inboxes/update-inbox-template.js.map +1 -1
- package/dist/tools/inboxes/update-inbox.d.ts.map +1 -1
- package/dist/tools/inboxes/update-inbox.js +22 -1
- package/dist/tools/inboxes/update-inbox.js.map +1 -1
- package/dist/tools/index.js +2 -2
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/language/get-language-placeholders.d.ts.map +1 -1
- package/dist/tools/language/get-language-placeholders.js +33 -3
- package/dist/tools/language/get-language-placeholders.js.map +1 -1
- package/dist/tools/language/update-language-placeholders.d.ts.map +1 -1
- package/dist/tools/language/update-language-placeholders.js +21 -4
- package/dist/tools/language/update-language-placeholders.js.map +1 -1
- package/dist/tools/models/list-models.js +2 -2
- package/dist/tools/org-admin/teams/fetch-org-team.d.ts.map +1 -1
- package/dist/tools/org-admin/teams/fetch-org-team.js +15 -1
- package/dist/tools/org-admin/teams/fetch-org-team.js.map +1 -1
- package/dist/tools/org-admin/teams/list-org-teams.d.ts.map +1 -1
- package/dist/tools/org-admin/teams/list-org-teams.js +17 -1
- package/dist/tools/org-admin/teams/list-org-teams.js.map +1 -1
- package/dist/tools/org-admin/teams/update-org-team.d.ts.map +1 -1
- package/dist/tools/org-admin/teams/update-org-team.js +16 -1
- package/dist/tools/org-admin/teams/update-org-team.js.map +1 -1
- package/dist/tools/org-admin/users/assign-user-to-team.d.ts +1 -1
- package/dist/tools/org-admin/users/assign-user-to-team.d.ts.map +1 -1
- package/dist/tools/org-admin/users/assign-user-to-team.js +22 -4
- package/dist/tools/org-admin/users/assign-user-to-team.js.map +1 -1
- package/dist/tools/org-admin/users/create-org-user.d.ts.map +1 -1
- package/dist/tools/org-admin/users/create-org-user.js +15 -1
- package/dist/tools/org-admin/users/create-org-user.js.map +1 -1
- package/dist/tools/org-admin/users/fetch-org-user.d.ts.map +1 -1
- package/dist/tools/org-admin/users/fetch-org-user.js +15 -1
- package/dist/tools/org-admin/users/fetch-org-user.js.map +1 -1
- package/dist/tools/org-admin/users/index.d.ts +1 -1
- package/dist/tools/org-admin/users/index.d.ts.map +1 -1
- package/dist/tools/org-admin/users/index.js +1 -1
- package/dist/tools/org-admin/users/index.js.map +1 -1
- package/dist/tools/org-admin/users/list-org-user-groups.d.ts.map +1 -1
- package/dist/tools/org-admin/users/list-org-user-groups.js +20 -1
- package/dist/tools/org-admin/users/list-org-user-groups.js.map +1 -1
- package/dist/tools/org-admin/users/list-org-users.d.ts.map +1 -1
- package/dist/tools/org-admin/users/list-org-users.js +15 -1
- package/dist/tools/org-admin/users/list-org-users.js.map +1 -1
- package/dist/tools/org-admin/users/update-org-user.d.ts.map +1 -1
- package/dist/tools/org-admin/users/update-org-user.js +12 -1
- package/dist/tools/org-admin/users/update-org-user.js.map +1 -1
- package/dist/tools/resources/get-resources.d.ts.map +1 -1
- package/dist/tools/resources/get-resources.js +12 -3
- package/dist/tools/resources/get-resources.js.map +1 -1
- package/dist/tools/resources/update-or-create-resources.d.ts.map +1 -1
- package/dist/tools/resources/update-or-create-resources.js +36 -5
- package/dist/tools/resources/update-or-create-resources.js.map +1 -1
- package/dist/tools/sentences/create-sentence.d.ts.map +1 -1
- package/dist/tools/sentences/create-sentence.js +22 -1
- package/dist/tools/sentences/create-sentence.js.map +1 -1
- package/dist/tools/sentences/get-sentence-template.d.ts.map +1 -1
- package/dist/tools/sentences/get-sentence-template.js +3 -1
- package/dist/tools/sentences/get-sentence-template.js.map +1 -1
- package/dist/tools/sentences/get-sentence.d.ts.map +1 -1
- package/dist/tools/sentences/get-sentence.js +3 -1
- package/dist/tools/sentences/get-sentence.js.map +1 -1
- package/dist/tools/sentences/list-sentence-resources.d.ts.map +1 -1
- package/dist/tools/sentences/list-sentence-resources.js +11 -1
- package/dist/tools/sentences/list-sentence-resources.js.map +1 -1
- package/dist/tools/sentences/list-sentence-templates.d.ts.map +1 -1
- package/dist/tools/sentences/list-sentence-templates.js +5 -1
- package/dist/tools/sentences/list-sentence-templates.js.map +1 -1
- package/dist/tools/sentences/list-sentences.d.ts.map +1 -1
- package/dist/tools/sentences/list-sentences.js +7 -1
- package/dist/tools/sentences/list-sentences.js.map +1 -1
- package/dist/tools/sentences/update-sentence.d.ts.map +1 -1
- package/dist/tools/sentences/update-sentence.js +24 -1
- package/dist/tools/sentences/update-sentence.js.map +1 -1
- package/dist/tools/sentences/update-sentences-order.d.ts.map +1 -1
- package/dist/tools/sentences/update-sentences-order.js +16 -1
- package/dist/tools/sentences/update-sentences-order.js.map +1 -1
- package/dist/tools/users/get-user-groups.d.ts.map +1 -1
- package/dist/tools/users/get-user-groups.js +28 -3
- package/dist/tools/users/get-user-groups.js.map +1 -1
- package/dist/tools/users/get-users.d.ts.map +1 -1
- package/dist/tools/users/get-users.js +34 -3
- package/dist/tools/users/get-users.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,20 @@ import { logger } from "../../utils/logger.js";
|
|
|
2
2
|
import { getInboundDomain } from "../../services/zudello/index.js";
|
|
3
3
|
export const zudelloGetInboundDomain = {
|
|
4
4
|
name: "zudelloGetInboundDomain",
|
|
5
|
-
description:
|
|
5
|
+
description: `Get the inbound email domain for this Zudello environment.
|
|
6
|
+
|
|
7
|
+
Returns the domain used for forwarding emails to Zudello inboxes.
|
|
8
|
+
The inbox email address format is: {inbox_uuid}@{inbound_domain}
|
|
9
|
+
|
|
10
|
+
**RESPONSE STRUCTURE:**
|
|
11
|
+
{
|
|
12
|
+
"inbound_domain": "inbound.zudello.io"
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
**USE CASES:**
|
|
16
|
+
- Construct inbox email addresses for email forwarding rules
|
|
17
|
+
- Document inbox email addresses for users
|
|
18
|
+
- Verify the correct domain before setting up integrations`,
|
|
6
19
|
inputSchema: {
|
|
7
20
|
type: "object",
|
|
8
21
|
properties: {},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-inbound-domain.js","sourceRoot":"","sources":["../../../src/tools/inboxes/get-inbound-domain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"get-inbound-domain.js","sourceRoot":"","sources":["../../../src/tools/inboxes/get-inbound-domain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE;;;;;;;;;;;;;2DAa4C;IACzD,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE,EAAE;KACf;IACD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,gBAAgB,CAAC,WAAW,CAAC,CAAC;YACrD,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,kBAAkB,CAAC,CAAC;YAC7E,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,MAAM,EAAE,QAAQ,CAAC,IAAI;aACtB,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,+BAA+B,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YACrE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-inbox-templates.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inbox-templates.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,yBAAyB;;;;;;;
|
|
1
|
+
{"version":3,"file":"list-inbox-templates.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inbox-templates.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,yBAAyB;;;;;;;qBAgCb,GAAG,eAAe,WAAW;;;;;;;;;;;CAarD,CAAC"}
|
|
@@ -2,7 +2,32 @@ import { logger } from "../../utils/logger.js";
|
|
|
2
2
|
import { listInboxTemplates } from "../../services/zudello/index.js";
|
|
3
3
|
export const zudelloListInboxTemplates = {
|
|
4
4
|
name: "zudelloListInboxTemplates",
|
|
5
|
-
description:
|
|
5
|
+
description: `List all inbox templates configured for the team.
|
|
6
|
+
|
|
7
|
+
Inbox templates are EMAIL templates used for outbound email communications from inboxes.
|
|
8
|
+
They define the subject line and HTML body content with support for dynamic placeholders.
|
|
9
|
+
|
|
10
|
+
**RESPONSE STRUCTURE:**
|
|
11
|
+
Each template includes:
|
|
12
|
+
- uuid: Unique identifier (needed for updates)
|
|
13
|
+
- payload.name: Template display name
|
|
14
|
+
- payload.section: Module section (e.g., "PURCHASING", "SALES")
|
|
15
|
+
- payload.subject: Email subject line
|
|
16
|
+
- payload.body: HTML email body content
|
|
17
|
+
|
|
18
|
+
**PLACEHOLDER SUPPORT:**
|
|
19
|
+
Templates can include dynamic placeholders using {{field_path}} syntax:
|
|
20
|
+
- {{document_number}} - Document number
|
|
21
|
+
- {{company_name}} - Company name
|
|
22
|
+
- {{company_email}} - Company email
|
|
23
|
+
- {{company_tax}} - Company tax number
|
|
24
|
+
- {{delivery_address.state}} - Nested field access
|
|
25
|
+
- {{delivery_address.country}} - Nested field access
|
|
26
|
+
|
|
27
|
+
**USE CASES:**
|
|
28
|
+
- Review existing email templates before creating new ones
|
|
29
|
+
- Audit template content for compliance
|
|
30
|
+
- Find template UUIDs for update operations`,
|
|
6
31
|
inputSchema: {
|
|
7
32
|
type: "object",
|
|
8
33
|
properties: {},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-inbox-templates.js","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inbox-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAGrE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"list-inbox-templates.js","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inbox-templates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAGrE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;4CAyB6B;IAC1C,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE,EAAE;KACf;IACD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,kBAAkB,CAAC,WAAW,CAAC,CAAC;YACvD,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,kBAAkB,CAAC,CAAC;YAC7E,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,SAAS,EAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,IAAI,CAAC;aAC5D,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,iCAAiC,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YACvE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-inboxes.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inboxes.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;;;;;;
|
|
1
|
+
{"version":3,"file":"list-inboxes.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inboxes.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;;;;;;qBA4BN,GAAG,eAAe,WAAW;;;;;;;;;;;CAarD,CAAC"}
|
|
@@ -2,7 +2,28 @@ import { logger } from "../../utils/logger.js";
|
|
|
2
2
|
import { listInboxes } from "../../services/zudello/index.js";
|
|
3
3
|
export const zudelloListInboxes = {
|
|
4
4
|
name: "zudelloListInboxes",
|
|
5
|
-
description:
|
|
5
|
+
description: `List all email inboxes configured for the team.
|
|
6
|
+
|
|
7
|
+
Inboxes receive documents via email forwarding. Each inbox can have a default template
|
|
8
|
+
that determines how received documents are processed (module, submodule, supplier matching, etc.).
|
|
9
|
+
|
|
10
|
+
**RESPONSE STRUCTURE:**
|
|
11
|
+
Each inbox includes:
|
|
12
|
+
- uuid: Unique identifier (also used as email prefix)
|
|
13
|
+
- name: Display name
|
|
14
|
+
- is_active: Boolean - whether inbox is accepting emails
|
|
15
|
+
- is_default: Boolean - whether this is the default inbox
|
|
16
|
+
- last_activity_at: Timestamp of last received email
|
|
17
|
+
- template: Associated inbox template (if any)
|
|
18
|
+
|
|
19
|
+
**EMAIL ADDRESS FORMAT:**
|
|
20
|
+
Each inbox receives email at: {inbox_uuid}@{inbound_domain}
|
|
21
|
+
Use zudelloGetInboundDomain to get the domain.
|
|
22
|
+
|
|
23
|
+
**USE CASES:**
|
|
24
|
+
- Review configured inboxes and their settings
|
|
25
|
+
- Identify inactive inboxes for cleanup
|
|
26
|
+
- Verify inbox-template associations`,
|
|
6
27
|
inputSchema: {
|
|
7
28
|
type: "object",
|
|
8
29
|
properties: {},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-inboxes.js","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inboxes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"list-inboxes.js","sourceRoot":"","sources":["../../../src/tools/inboxes/list-inboxes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;qCAqBsB;IACnC,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE,EAAE;KACf;IACD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,WAAW,CAAC,CAAC;YAChD,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,kBAAkB,CAAC,CAAC;YAC7E,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,MAAM,IAAI,CAAC;aAC1D,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,0BAA0B,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YAChE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-inbox-template.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox-template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,0BAA0B;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update-inbox-template.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox-template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,0BAA0B;;;;;;;;;;;qBA4Bd,GAAG,eAAe,WAAW;;;;;;;;;CAarD,CAAC"}
|
|
@@ -2,7 +2,28 @@ import { logger } from "../../utils/logger.js";
|
|
|
2
2
|
import { updateInboxTemplate } from "../../services/zudello/index.js";
|
|
3
3
|
export const zudelloUpdateInboxTemplate = {
|
|
4
4
|
name: "zudelloUpdateInboxTemplate",
|
|
5
|
-
description:
|
|
5
|
+
description: `Update an existing inbox template (email template).
|
|
6
|
+
|
|
7
|
+
**IMPORTANT:** Provide the complete payload - this is a PUT operation.
|
|
8
|
+
Fields not included will be removed.
|
|
9
|
+
|
|
10
|
+
**REQUIRED INPUT:**
|
|
11
|
+
- templateUuid: The UUID of the template to update
|
|
12
|
+
- version: Current version string (from list/get response)
|
|
13
|
+
- name: Display name for the template
|
|
14
|
+
- section: Module section
|
|
15
|
+
- subject: Email subject line
|
|
16
|
+
- body: HTML email body content
|
|
17
|
+
|
|
18
|
+
**WORKFLOW:**
|
|
19
|
+
1. First call zudelloListInboxTemplates to get current values and version
|
|
20
|
+
2. Modify fields as needed
|
|
21
|
+
3. Call this tool with templateUuid, version, and complete payload
|
|
22
|
+
|
|
23
|
+
**USE CASES:**
|
|
24
|
+
- Update email template content
|
|
25
|
+
- Add new placeholders to existing templates
|
|
26
|
+
- Fix formatting or correct template errors`,
|
|
6
27
|
inputSchema: {
|
|
7
28
|
type: "object",
|
|
8
29
|
properties: { uuid: { type: "string" } }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-inbox-template.js","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox-template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAGtE,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"update-inbox-template.js","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox-template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAGtE,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;4CAqB6B;IAC1C,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KACzC;IACD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YAC3E,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,kBAAkB,CAAC,CAAC;YAC7E,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,QAAQ,EAAE,QAAQ,CAAC,IAAI;aACxB,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YACxE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-inbox.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update-inbox.d.ts","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,kBAAkB;;;;;;;;;;;qBA4BN,GAAG,eAAe,WAAW;;;;;;;;;CAcrD,CAAC"}
|
|
@@ -2,7 +2,28 @@ import { logger } from "../../utils/logger.js";
|
|
|
2
2
|
import { updateInbox } from "../../services/zudello/index.js";
|
|
3
3
|
export const zudelloUpdateInbox = {
|
|
4
4
|
name: "zudelloUpdateInbox",
|
|
5
|
-
description:
|
|
5
|
+
description: `Update an existing email inbox.
|
|
6
|
+
|
|
7
|
+
**IMPORTANT:** This is a PATCH operation - only include fields you want to change.
|
|
8
|
+
|
|
9
|
+
**REQUIRED INPUT:**
|
|
10
|
+
- inboxUuid: The UUID of the inbox to update
|
|
11
|
+
|
|
12
|
+
**OPTIONAL INPUT:**
|
|
13
|
+
- name: New display name
|
|
14
|
+
- mailbox: New mailbox prefix
|
|
15
|
+
- resourceModule: Target module
|
|
16
|
+
- replyToAddress: Reply-to email address
|
|
17
|
+
- defaultBccList: Default BCC list
|
|
18
|
+
- defaultCcList: Default CC list
|
|
19
|
+
- subsidiaryUuid: Subsidiary to associate (null to remove)
|
|
20
|
+
- locationUuid: Location to associate (null to remove)
|
|
21
|
+
- extractEmailBody: Whether to extract email body text
|
|
22
|
+
|
|
23
|
+
**USE CASES:**
|
|
24
|
+
- Rename inbox for clarity
|
|
25
|
+
- Update reply-to address
|
|
26
|
+
- Change subsidiary or location association`,
|
|
6
27
|
inputSchema: {
|
|
7
28
|
type: "object",
|
|
8
29
|
properties: { uuid: { type: "string" } }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-inbox.js","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"update-inbox.js","sourceRoot":"","sources":["../../../src/tools/inboxes/update-inbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAG9D,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;4CAqB6B;IAC1C,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KACzC;IACD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,yDAAyD;YACzD,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC;YAChF,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,kBAAkB,CAAC,CAAC;YAC7E,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,KAAK,EAAE,QAAQ,CAAC,IAAI;aACrB,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,EAAE,KAAc,CAAC,CAAC;YAC/E,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
package/dist/tools/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import { zudelloGetApprovalFlows } from "./approvals/index.js";
|
|
|
17
17
|
import { zudelloGetUserGroups, zudelloGetUsers, } from "./users/index.js";
|
|
18
18
|
import { zudelloListDatasets, zudelloGetDataset, zudelloCreateDataset, zudelloUpdateDataset, zudelloListFields, zudelloGetField, zudelloCreateField, zudelloUpdateField, zudelloListQuickActions, zudelloGetQuickAction, zudelloCreateQuickAction, zudelloUpdateQuickAction, zudelloTriggerQuickAction, } from "./admin/index.js";
|
|
19
19
|
import { zudelloListExportTemplates, zudelloGetExportTemplate, zudelloCreateExportTemplate, zudelloUpdateExportTemplate, zudelloRunExport, zudelloListExports, zudelloGetExportDownloadUrl, zudelloListDocumentTypes, zudelloGetDocumentType, zudelloGetMergedFormMetadata, zudelloCreateDocumentType, zudelloUpdateDocumentType, } from "./documents/index.js";
|
|
20
|
-
import { zudelloListOrgTeams, zudelloFetchOrgTeam, zudelloUpdateOrgTeam, zudelloListOrgUsers, zudelloFetchOrgUser, zudelloCreateOrgUser, zudelloUpdateOrgUser,
|
|
20
|
+
import { zudelloListOrgTeams, zudelloFetchOrgTeam, zudelloUpdateOrgTeam, zudelloListOrgUsers, zudelloFetchOrgUser, zudelloCreateOrgUser, zudelloUpdateOrgUser, zudelloAssignUserToTeams, zudelloListOrgUserGroups, } from "./org-admin/index.js";
|
|
21
21
|
import { zudelloListNotificationTypes, zudelloGetNotificationPreferences, zudelloUpdateNotificationPreferences, } from "./notifications/index.js";
|
|
22
22
|
import { zudelloListBudgetExceptionReasons, zudelloCreateBudgetExceptionReason, zudelloUpdateBudgetExceptionReason, zudelloListContractExceptionReasons, zudelloCreateContractExceptionReason, zudelloUpdateContractExceptionReason, } from "./exceptions/index.js";
|
|
23
23
|
import { zudelloGetLanguagePlaceholders, zudelloUpdateLanguagePlaceholders, } from "./language/index.js";
|
|
@@ -125,7 +125,7 @@ export const tools = [
|
|
|
125
125
|
zudelloFetchOrgUser,
|
|
126
126
|
zudelloCreateOrgUser,
|
|
127
127
|
zudelloUpdateOrgUser,
|
|
128
|
-
|
|
128
|
+
zudelloAssignUserToTeams,
|
|
129
129
|
zudelloListOrgUserGroups,
|
|
130
130
|
// Notifications (3 tools) - 3/3 implemented ✅
|
|
131
131
|
zudelloListNotificationTypes,
|
package/dist/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,qBAAqB;AACrB,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAClF,OAAO,EACL,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,yBAAyB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,mBAAmB,EACnB,8BAA8B,GAC/B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,kBAAkB,EAClB,0BAA0B,EAC1B,oBAAoB,EACpB,4BAA4B,EAC5B,4BAA4B,EAC5B,qBAAqB,EACrB,qBAAqB,EACrB,2BAA2B,GAC5B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,6BAA6B,EAC7B,sCAAsC,EACtC,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,iBAAiB,EACjB,wBAAwB,EACxB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,sBAAsB,EACtB,4BAA4B,EAC5B,gBAAgB,EAChB,gCAAgC,EAChC,4BAA4B,GAC7B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,wBAAwB,EACxB,mBAAmB,GACpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EACL,oBAAoB,EACpB,eAAe,GAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EAClB,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,wBAAwB,EACxB,yBAAyB,GAC1B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,0BAA0B,EAC1B,wBAAwB,EACxB,2BAA2B,EAC3B,2BAA2B,EAC3B,gBAAgB,EAChB,kBAAkB,EAClB,2BAA2B,EAC3B,wBAAwB,EACxB,sBAAsB,EACtB,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-language-placeholders.d.ts","sourceRoot":"","sources":["../../../src/tools/language/get-language-placeholders.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,8BAA8B;;;;;;;
|
|
1
|
+
{"version":3,"file":"get-language-placeholders.d.ts","sourceRoot":"","sources":["../../../src/tools/language/get-language-placeholders.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,eAAO,MAAM,8BAA8B;;;;;;;qBA4ClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,eAAe,WAAW;;;;;;;;;;;;;;;;;CAoBzE,CAAC"}
|
|
@@ -7,12 +7,42 @@ export const zudelloGetLanguagePlaceholders = {
|
|
|
7
7
|
Language placeholders allow customizing entity labels across the Zudello UI
|
|
8
8
|
to match your organization's terminology (e.g., "Vendor" vs "Supplier").
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
**RESPONSE STRUCTURE:**
|
|
11
|
+
Returns a resource containing:
|
|
11
12
|
- uuid: Resource UUID (needed for updates)
|
|
12
13
|
- payload.lang: Object mapping entity keys to their labels
|
|
13
|
-
- Each entry has: singular, plural, linkedModel
|
|
14
|
+
- Each entry has: singular, plural, and linkedModel
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
**EXAMPLE RESPONSE:**
|
|
17
|
+
{
|
|
18
|
+
"uuid": "f0e4c2f6-1234-5678-90ab-cdef12345678",
|
|
19
|
+
"payload": {
|
|
20
|
+
"lang": {
|
|
21
|
+
"supplier": { "singular": "Vendor", "plural": "Vendors", "linkedModel": "Supplier" },
|
|
22
|
+
"account": { "singular": "Account", "plural": "Accounts", "linkedModel": "Account" },
|
|
23
|
+
"costCenter": { "singular": "Department", "plural": "Departments", "linkedModel": "CostCenter" },
|
|
24
|
+
"project": { "singular": "Project", "plural": "Projects", "linkedModel": "Project" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
**COMMON ENTITY KEYS:**
|
|
30
|
+
- supplier: Supplier/Vendor terminology
|
|
31
|
+
- customer: Customer terminology
|
|
32
|
+
- account: GL Account terminology
|
|
33
|
+
- costCenter: Cost Center/Department terminology
|
|
34
|
+
- project: Project terminology
|
|
35
|
+
- contract: Contract terminology
|
|
36
|
+
- location: Location/Site terminology
|
|
37
|
+
- subsidiary: Subsidiary/Entity terminology
|
|
38
|
+
- warehouse: Warehouse terminology
|
|
39
|
+
- unitOfMeasure: Unit of Measure terminology
|
|
40
|
+
|
|
41
|
+
**USE CASES:**
|
|
42
|
+
- Review current terminology customizations
|
|
43
|
+
- Audit consistency of UI labels before changes
|
|
44
|
+
- Get the resource UUID needed for update operations
|
|
45
|
+
- Onboard new users by explaining custom terminology`,
|
|
16
46
|
inputSchema: { type: "object", properties: {} },
|
|
17
47
|
execute: async (input, authContext) => {
|
|
18
48
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-language-placeholders.js","sourceRoot":"","sources":["../../../src/tools/language/get-language-placeholders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAGjF,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"get-language-placeholders.js","sourceRoot":"","sources":["../../../src/tools/language/get-language-placeholders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AAGjF,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,IAAI,EAAE,gCAAgC;IACtC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAwCsC;IACnD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,EAAE;IACxD,OAAO,EAAE,KAAK,EAAE,KAA8B,EAAE,WAAwB,EAAE,EAAE;QAC1E,IAAI,CAAC;YACH,MAAM,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC;YACxD,MAAM,QAAQ,GAAG,MAAM,8BAA8B,CAAC,WAAW,CAAC,CAAC;YACnE,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,qCAAqC,CAAC,CAAC;YAChG,MAAM,QAAQ,GAAG,QAAQ,CAAC,IAAI,CAAC;YAC/B,MAAM,IAAI,GAAG,QAAQ,EAAE,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC;YAC3C,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,QAAQ,EAAE,IAAI;gBAC5B,IAAI;gBACJ,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM;gBACrC,OAAO,EAAE,QAAQ,EAAE,OAAO;gBAC1B,SAAS,EAAE,QAAQ,EAAE,UAAU;aAChC,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,sCAAsC,EAAE,EAAE,EAAE,KAAc,CAAC,CAAC;YACzE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;QACzE,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-language-placeholders.d.ts","sourceRoot":"","sources":["../../../src/tools/language/update-language-placeholders.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAEhF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update-language-placeholders.d.ts","sourceRoot":"","sources":["../../../src/tools/language/update-language-placeholders.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAEhF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;qBA+CnC;QAAE,YAAY,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAAA;KAAE,eAClE,WAAW;;;;;;;;;;;;;;;CAsB3B,CAAC"}
|
|
@@ -7,17 +7,34 @@ export const zudelloUpdateLanguagePlaceholders = {
|
|
|
7
7
|
Allows customizing UI terminology to match your organization's language preferences.
|
|
8
8
|
Each entity label requires singular and plural forms, plus the linkedModel reference.
|
|
9
9
|
|
|
10
|
-
WORKFLOW
|
|
10
|
+
**WORKFLOW:**
|
|
11
11
|
1. First call zudelloGetLanguagePlaceholders to get current values and the resourceUuid
|
|
12
12
|
2. Modify the lang object as needed
|
|
13
13
|
3. Call this tool with the resourceUuid and complete lang object
|
|
14
14
|
|
|
15
|
-
IMPORTANT
|
|
15
|
+
**IMPORTANT:** You must provide the COMPLETE lang object with ALL entities.
|
|
16
16
|
This is a PUT operation that replaces the entire language configuration.
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
**REQUIRED INPUT:**
|
|
19
19
|
- resourceUuid: The UUID from getLanguagePlaceholders response
|
|
20
|
-
- lang: Object mapping entity keys to their label configuration
|
|
20
|
+
- lang: Object mapping entity keys to their label configuration
|
|
21
|
+
|
|
22
|
+
**EXAMPLE REQUEST:**
|
|
23
|
+
{
|
|
24
|
+
"resourceUuid": "f0e4c2f6-1234-5678-90ab-cdef12345678",
|
|
25
|
+
"lang": {
|
|
26
|
+
"supplier": { "singular": "Vendor", "plural": "Vendors", "linkedModel": "Supplier" },
|
|
27
|
+
"account": { "singular": "GL Account", "plural": "GL Accounts", "linkedModel": "Account" },
|
|
28
|
+
"costCenter": { "singular": "Department", "plural": "Departments", "linkedModel": "CostCenter" },
|
|
29
|
+
"project": { "singular": "Job", "plural": "Jobs", "linkedModel": "Project" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
**USE CASES:**
|
|
34
|
+
- Align Zudello terminology with ERP system labels
|
|
35
|
+
- Update terminology after organizational rebrand
|
|
36
|
+
- Customize for industry-specific language (e.g., "Job" instead of "Project")
|
|
37
|
+
- Support regional terminology preferences`,
|
|
21
38
|
inputSchema: {
|
|
22
39
|
type: "object",
|
|
23
40
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-language-placeholders.js","sourceRoot":"","sources":["../../../src/tools/language/update-language-placeholders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,iCAAiC,EAAE,MAAM,iCAAiC,CAAC;AAIpF,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,IAAI,EAAE,mCAAmC;IACzC,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"update-language-placeholders.js","sourceRoot":"","sources":["../../../src/tools/language/update-language-placeholders.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,iCAAiC,EAAE,MAAM,iCAAiC,CAAC;AAIpF,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,IAAI,EAAE,mCAAmC;IACzC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAgC4B;IACzC,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE;YACV,YAAY,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,4CAA4C,EAAE;YAC3F,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kEAAkE;aAChF;SACF;QACD,QAAQ,EAAE,CAAC,cAAc,EAAE,MAAM,CAAC;KACnC;IACD,OAAO,EAAE,KAAK,EACZ,KAA+E,EAC/E,WAAwB,EACxB,EAAE;QACF,IAAI,CAAC;YACH,MAAM,CAAC,KAAK,CAAC,4CAA4C,EAAE;gBACzD,YAAY,EAAE,KAAK,CAAC,YAAY;gBAChC,WAAW,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM;aAC5C,CAAC,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,iCAAiC,CAAC,WAAW,EAAE,KAAK,CAAC,YAAY,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;YACtG,IAAI,CAAC,QAAQ,CAAC,OAAO;gBAAE,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,IAAI,wCAAwC,CAAC,CAAC;YACnG,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC;YACnD,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,QAAQ,CAAC,IAAI,EAAE,IAAI;gBACjC,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI;gBAClC,OAAO,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO;gBAC/B,OAAO,EAAE,WAAW,WAAW,uCAAuC;aACvE,CAAC;QACJ,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,yCAAyC,EAAE,EAAE,EAAE,KAAc,CAAC,CAAC;YAC5E,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;QACzE,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -8,8 +8,8 @@ export const zudelloListModels = {
|
|
|
8
8
|
description: `List all available data models in Zudello that can be used in search queries and other operations.
|
|
9
9
|
|
|
10
10
|
Model/Module/Submodule relationships:
|
|
11
|
-
- Transaction: Used across EXPENSES, INVENTORY, PURCHASING, SALES
|
|
12
|
-
- Item: Used with INVENTORY module
|
|
11
|
+
- Transaction: Used across EXPENSES (CLAIM/EXPENSE/MILEAGE/PAYMENT/REFUND), INVENTORY (RECEIPT), PURCHASING (CREDIT/INVOICE/ORDER/QUOTE/REQUISITION/RETURN/STATEMENT), SALES (CREDIT/INVOICE/ORDER/QUOTE/REMITTANCE)
|
|
12
|
+
- Item: Used with INVENTORY module (CATALOGUE submodule)
|
|
13
13
|
- Customer/Supplier/Employee: RELATIONSHIPS module
|
|
14
14
|
- Budget: BUDGETS module | Contract: CONTRACTS module
|
|
15
15
|
- Dimensional models (Account, Department, Location, etc.): DIMENSIONS module
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-org-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/fetch-org-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fetch-org-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/fetch-org-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;qBAkBP,GAAG,eAAe,WAAW;;;;;;;;;CASrD,CAAC"}
|
|
@@ -2,7 +2,21 @@ import { logger } from "../../../utils/logger.js";
|
|
|
2
2
|
import { fetchOrgTeam } from "../../../services/zudello/index.js";
|
|
3
3
|
export const zudelloFetchOrgTeam = {
|
|
4
4
|
name: "zudelloFetchOrgTeam",
|
|
5
|
-
description:
|
|
5
|
+
description: `Retrieve a specific team by its UUID.
|
|
6
|
+
|
|
7
|
+
Returns the complete team configuration including name, cluster assignment, country, default currency, timezone, logo, and team type (production, sandbox, etc.).
|
|
8
|
+
|
|
9
|
+
**COMMON USE CASES:**
|
|
10
|
+
- Retrieving complete team details before making configuration changes
|
|
11
|
+
- Verifying team settings match expected configuration during audits
|
|
12
|
+
- Checking cluster assignment for performance or data residency requirements
|
|
13
|
+
- Confirming timezone and currency settings for new user onboarding
|
|
14
|
+
- Validating team type when distinguishing production from sandbox environments
|
|
15
|
+
|
|
16
|
+
**ACCESS REQUIREMENTS:**
|
|
17
|
+
- Organisation admin (is_admin: true in /validate response) OR
|
|
18
|
+
- Zudello staff user (has access to org UUID: d49d0000-0000-4000-8000-000000000001)
|
|
19
|
+
- Non-admin users will receive authorization errors`,
|
|
6
20
|
inputSchema: { type: "object", properties: { teamUuid: { type: "string" } }, required: ["teamUuid"] },
|
|
7
21
|
execute: async (input, authContext) => {
|
|
8
22
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-org-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/fetch-org-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"fetch-org-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/fetch-org-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;;;;;;;;;;;;;oDAcqC;IAClD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,UAAU,CAAC,EAAE;IAC9G,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,YAAY,CAAC,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;YACjE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC;QAChD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,2BAA2B,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YACjE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-org-teams.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/list-org-teams.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;
|
|
1
|
+
{"version":3,"file":"list-org-teams.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/list-org-teams.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;qBAoBP,GAAG,eAAe,WAAW;;;;;;;;;;;CASrD,CAAC"}
|
|
@@ -2,7 +2,23 @@ import { logger } from "../../../utils/logger.js";
|
|
|
2
2
|
import { listOrgTeams } from "../../../services/zudello/index.js";
|
|
3
3
|
export const zudelloListOrgTeams = {
|
|
4
4
|
name: "zudelloListOrgTeams",
|
|
5
|
-
description:
|
|
5
|
+
description: `List all teams within the organisation.
|
|
6
|
+
|
|
7
|
+
Teams represent the second level of tenancy in Zudello, providing isolated environments for different business units, departments, or entities. Each team maintains its own configuration, documents, and workflows completely separated from other teams.
|
|
8
|
+
|
|
9
|
+
Returns team details including name, cluster assignment, country, currency, timezone, and team type (production, sandbox, etc.).
|
|
10
|
+
|
|
11
|
+
**COMMON USE CASES:**
|
|
12
|
+
- Auditing the complete team structure during annual compliance reviews
|
|
13
|
+
- Onboarding a new administrator who needs visibility across all business units
|
|
14
|
+
- Generating reports on team configurations for multi-entity organisations
|
|
15
|
+
- Identifying inactive or sandbox teams for cleanup during system maintenance
|
|
16
|
+
- Planning team provisioning for a new acquisition or business unit
|
|
17
|
+
|
|
18
|
+
**ACCESS REQUIREMENTS:**
|
|
19
|
+
- Organisation admin (is_admin: true in /validate response) OR
|
|
20
|
+
- Zudello staff user (has access to org UUID: d49d0000-0000-4000-8000-000000000001)
|
|
21
|
+
- Non-admin users will receive authorization errors`,
|
|
6
22
|
inputSchema: { type: "object", properties: {} },
|
|
7
23
|
execute: async (input, authContext) => {
|
|
8
24
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-org-teams.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/list-org-teams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"list-org-teams.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/list-org-teams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAGlE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE;;;;;;;;;;;;;;;;oDAgBqC;IAClD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,EAAE;IACxD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,YAAY,CAAC,WAAW,CAAC,CAAC;YACjD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,IAAI,EAAE,EAAE,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;QACvG,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,2BAA2B,EAAE,EAAE,EAAE,KAAc,CAAC,CAAC;YAC9D,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;QACxE,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-org-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/update-org-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"update-org-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/update-org-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;qBAmBR,GAAG,eAAe,WAAW;;;;;;;;;CASrD,CAAC"}
|
|
@@ -2,7 +2,22 @@ import { logger } from "../../../utils/logger.js";
|
|
|
2
2
|
import { updateOrgTeam } from "../../../services/zudello/index.js";
|
|
3
3
|
export const zudelloUpdateOrgTeam = {
|
|
4
4
|
name: "zudelloUpdateOrgTeam",
|
|
5
|
-
description:
|
|
5
|
+
description: `Update the properties of a specific team within the organisation.
|
|
6
|
+
|
|
7
|
+
Allows modification of team settings such as name, default currency, timezone, country, and contact details. Changes to team configuration affect all users and documents within that team.
|
|
8
|
+
|
|
9
|
+
**NOTE:** The Cluster cannot be updated after team creation.
|
|
10
|
+
|
|
11
|
+
**COMMON USE CASES:**
|
|
12
|
+
- Rebranding a team after a departmental restructure or company name change
|
|
13
|
+
- Updating the default currency when a business unit expands into new markets
|
|
14
|
+
- Changing timezone settings when a team relocates to a different region
|
|
15
|
+
- Correcting country assignment for tax and compliance purposes
|
|
16
|
+
|
|
17
|
+
**ACCESS REQUIREMENTS:**
|
|
18
|
+
- Organisation admin (is_admin: true in /validate response) OR
|
|
19
|
+
- Zudello staff user (has access to org UUID: d49d0000-0000-4000-8000-000000000001)
|
|
20
|
+
- Non-admin users will receive authorization errors`,
|
|
6
21
|
inputSchema: { type: "object", properties: { teamUuid: { type: "string" } }, required: ["teamUuid"] },
|
|
7
22
|
execute: async (input, authContext) => {
|
|
8
23
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-org-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/update-org-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAGnE,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"update-org-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/teams/update-org-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAGnE,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE;;;;;;;;;;;;;;;oDAeqC;IAClD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,UAAU,CAAC,EAAE;IAC9G,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;YACzE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC;QAChD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,4BAA4B,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YAClE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-user-to-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/assign-user-to-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"assign-user-to-team.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/assign-user-to-team.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;qBAsBZ,GAAG,eAAe,WAAW;;;;;;;;;CAarD,CAAC"}
|
|
@@ -1,8 +1,26 @@
|
|
|
1
1
|
import { logger } from "../../../utils/logger.js";
|
|
2
2
|
import { assignUserToTeam } from "../../../services/zudello/index.js";
|
|
3
|
-
export const
|
|
4
|
-
name: "
|
|
5
|
-
description:
|
|
3
|
+
export const zudelloAssignUserToTeams = {
|
|
4
|
+
name: "zudelloAssignUserToTeams",
|
|
5
|
+
description: `Assign a user to a team and configure their user group memberships, delegation settings, and default values.
|
|
6
|
+
|
|
7
|
+
User groups govern both the permissions a user has within a team (what actions they can perform) and the resources they can access (what data they can see). A single user can belong to multiple teams with different user group assignments in each, enabling flexible access control across the organisation.
|
|
8
|
+
|
|
9
|
+
**TO CREATE NEW ASSIGNMENT:** Provide userId and teamId, leave teamUserUuid empty.
|
|
10
|
+
**TO UPDATE EXISTING ASSIGNMENT:** Provide teamUserUuid along with the fields to update.
|
|
11
|
+
|
|
12
|
+
**COMMON USE CASES:**
|
|
13
|
+
- Granting a new accounts payable clerk access to their department's team with appropriate processor permissions
|
|
14
|
+
- Assigning a CFO to multiple teams with read-only executive visibility across all business units
|
|
15
|
+
- Removing a departing employee from all teams as part of offboarding procedures (set status to INACTIVE)
|
|
16
|
+
- Promoting a user by adding them to additional user groups with elevated permissions
|
|
17
|
+
- Configuring cross-functional access for shared services staff who support multiple entities
|
|
18
|
+
- Setting up delegation during employee leave periods
|
|
19
|
+
|
|
20
|
+
**ACCESS REQUIREMENTS:**
|
|
21
|
+
- Organisation admin (is_admin: true in /validate response) OR
|
|
22
|
+
- Zudello staff user (has access to org UUID: d49d0000-0000-4000-8000-000000000001)
|
|
23
|
+
- Non-admin users will receive authorization errors`,
|
|
6
24
|
inputSchema: { type: "object", properties: { userUuid: { type: "string" }, teamUuid: { type: "string" } }, required: ["userUuid", "teamUuid"] },
|
|
7
25
|
execute: async (input, authContext) => {
|
|
8
26
|
try {
|
|
@@ -14,7 +32,7 @@ export const zudelloAssignUserToTeam = {
|
|
|
14
32
|
return { success: true, result: response.data };
|
|
15
33
|
}
|
|
16
34
|
catch (error) {
|
|
17
|
-
logger.error("
|
|
35
|
+
logger.error("zudelloAssignUserToTeams error", input, error);
|
|
18
36
|
return { success: false, error: error.message };
|
|
19
37
|
}
|
|
20
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-user-to-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/assign-user-to-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAGtE,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"assign-user-to-team.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/assign-user-to-team.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAGtE,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE;;;;;;;;;;;;;;;;;;oDAkBqC;IAClD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,UAAU,EAAE,UAAU,CAAC,EAAE;IACxJ,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,gBAAgB,CAAC,WAAW,EAAE;gBACnD,MAAM,EAAE,KAAK,CAAC,QAAQ;gBACtB,MAAM,EAAE,KAAK,CAAC,QAAQ;gBACtB,KAAK,EAAE,WAAW,CAAC,cAAc;aAClC,CAAC,CAAC;YACH,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC;QAClD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,gCAAgC,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YACtE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-org-user.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/create-org-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,oBAAoB;;;;;;;
|
|
1
|
+
{"version":3,"file":"create-org-user.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/create-org-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,oBAAoB;;;;;;;qBAkBR,GAAG,eAAe,WAAW;;;;;;;;;CASrD,CAAC"}
|
|
@@ -2,7 +2,21 @@ import { logger } from "../../../utils/logger.js";
|
|
|
2
2
|
import { createOrgUser } from "../../../services/zudello/index.js";
|
|
3
3
|
export const zudelloCreateOrgUser = {
|
|
4
4
|
name: "zudelloCreateOrgUser",
|
|
5
|
-
description:
|
|
5
|
+
description: `Create a new user within the organisation.
|
|
6
|
+
|
|
7
|
+
The user is provisioned at the organisation level but will not have access to any teams or resources until explicitly assigned using the Assign User to Teams tool. The new user will receive an invitation to set up their account unless a password is provided.
|
|
8
|
+
|
|
9
|
+
**COMMON USE CASES:**
|
|
10
|
+
- Onboarding new employees as part of the HR provisioning workflow
|
|
11
|
+
- Creating service accounts for integration purposes
|
|
12
|
+
- Bulk provisioning users when deploying Zudello to a new business unit
|
|
13
|
+
- Setting up external auditor access with controlled team assignments
|
|
14
|
+
- Pre-creating user accounts before a go-live date for training purposes
|
|
15
|
+
|
|
16
|
+
**ACCESS REQUIREMENTS:**
|
|
17
|
+
- Organisation admin (is_admin: true in /validate response) OR
|
|
18
|
+
- Zudello staff user (has access to org UUID: d49d0000-0000-4000-8000-000000000001)
|
|
19
|
+
- Non-admin users will receive authorization errors`,
|
|
6
20
|
inputSchema: { type: "object", properties: {} },
|
|
7
21
|
execute: async (input, authContext) => {
|
|
8
22
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-org-user.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/create-org-user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAGnE,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE
|
|
1
|
+
{"version":3,"file":"create-org-user.js","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/create-org-user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AAGnE,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE;;;;;;;;;;;;;;oDAcqC;IAClD,WAAW,EAAE,EAAE,IAAI,EAAE,QAAiB,EAAE,UAAU,EAAE,EAAE,EAAE;IACxD,OAAO,EAAE,KAAK,EAAE,KAAU,EAAE,WAAwB,EAAE,EAAE;QACtD,IAAI,CAAC;YACH,MAAM,QAAQ,GAAG,MAAM,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;YACzD,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,EAAE,CAAC;QAChD,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,CAAC,KAAK,CAAC,4BAA4B,EAAE,KAAK,EAAE,KAAc,CAAC,CAAC;YAClE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-org-user.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/fetch-org-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fetch-org-user.d.ts","sourceRoot":"","sources":["../../../../src/tools/org-admin/users/fetch-org-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;qBAkBP,GAAG,eAAe,WAAW;;;;;;;;;CASrD,CAAC"}
|