@smartytalent/mcp-tools 0.1.33-dev.30 → 0.1.33-dev.32
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.json +109 -74
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -255,6 +255,24 @@
|
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
|
+
"boeCalendar": {
|
|
259
|
+
"title": "TenantRelationshipsBoeCalendarSchema",
|
|
260
|
+
"type": "object",
|
|
261
|
+
"description": "Boe's primary calendar. Denormalized here so workflow seeds and FE can resolve it in one tenant fetch instead of a list_calendars round trip. Mirror of boeUser semantics: written by tenant onboarding / workflow seeding, not client-writable via tenant PATCH. May be null on tenants provisioned before boe calendars existed - fall back to GET /v1/calendars?filterOwnerId=boeUserId.",
|
|
262
|
+
"properties": {
|
|
263
|
+
"data": {
|
|
264
|
+
"type": "object",
|
|
265
|
+
"properties": {
|
|
266
|
+
"type": {
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"id": {
|
|
270
|
+
"type": "string"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
},
|
|
258
276
|
"feedbacks": {
|
|
259
277
|
"title": "TenantRelationshipsFeedbacksSchema",
|
|
260
278
|
"type": "object",
|
|
@@ -546,6 +564,24 @@
|
|
|
546
564
|
}
|
|
547
565
|
}
|
|
548
566
|
},
|
|
567
|
+
"boeCalendar": {
|
|
568
|
+
"title": "TenantRelationshipsBoeCalendarSchema",
|
|
569
|
+
"type": "object",
|
|
570
|
+
"description": "Boe's primary calendar. Denormalized here so workflow seeds and FE can resolve it in one tenant fetch instead of a list_calendars round trip. Mirror of boeUser semantics: written by tenant onboarding / workflow seeding, not client-writable via tenant PATCH. May be null on tenants provisioned before boe calendars existed - fall back to GET /v1/calendars?filterOwnerId=boeUserId.",
|
|
571
|
+
"properties": {
|
|
572
|
+
"data": {
|
|
573
|
+
"type": "object",
|
|
574
|
+
"properties": {
|
|
575
|
+
"type": {
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
"id": {
|
|
579
|
+
"type": "string"
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
},
|
|
549
585
|
"feedbacks": {
|
|
550
586
|
"title": "TenantRelationshipsFeedbacksSchema",
|
|
551
587
|
"type": "object",
|
|
@@ -10814,11 +10850,11 @@
|
|
|
10814
10850
|
"inputSchema": {
|
|
10815
10851
|
"type": "object",
|
|
10816
10852
|
"properties": {
|
|
10817
|
-
"
|
|
10853
|
+
"filterStatus": {
|
|
10818
10854
|
"type": "string",
|
|
10819
|
-
"description": "Filter by
|
|
10855
|
+
"description": "Filter by status bucket. Status IS the folder (email-style):\none value per FE chip nav entry. Accepts single value or\ncomma-separated list (e.g. `incoming,outgoing`). Comma-list\nroutes to the Scan path (slower, no cursor pagination).\nThe granular Twilio status (queued / ringing / no-answer /\nbusy / voicemail) is preserved in `meta.providerStatus` for\nretry / analytics, not exposed as the row status.",
|
|
10820
10856
|
"enum": [
|
|
10821
|
-
"
|
|
10857
|
+
"draft",
|
|
10822
10858
|
"scheduled",
|
|
10823
10859
|
"active",
|
|
10824
10860
|
"incoming",
|
|
@@ -10828,25 +10864,6 @@
|
|
|
10828
10864
|
"archived"
|
|
10829
10865
|
]
|
|
10830
10866
|
},
|
|
10831
|
-
"filterStatus": {
|
|
10832
|
-
"type": "string",
|
|
10833
|
-
"description": "Filter by status. Accepts single value or comma-separated list\n(e.g. `queued,ringing,in-progress`). Comma-list routes to the\nScan path (slower, no cursor pagination).",
|
|
10834
|
-
"enum": [
|
|
10835
|
-
"draft",
|
|
10836
|
-
"scheduled",
|
|
10837
|
-
"cancelled",
|
|
10838
|
-
"queued",
|
|
10839
|
-
"ringing",
|
|
10840
|
-
"in-progress",
|
|
10841
|
-
"completed",
|
|
10842
|
-
"failed",
|
|
10843
|
-
"no-answer",
|
|
10844
|
-
"busy",
|
|
10845
|
-
"voicemail",
|
|
10846
|
-
"abandoned",
|
|
10847
|
-
"archived"
|
|
10848
|
-
]
|
|
10849
|
-
},
|
|
10850
10867
|
"filterDirection": {
|
|
10851
10868
|
"type": "string",
|
|
10852
10869
|
"description": "Filter by direction (inbound or outbound).",
|
|
@@ -10989,19 +11006,14 @@
|
|
|
10989
11006
|
"enum": [
|
|
10990
11007
|
"draft",
|
|
10991
11008
|
"scheduled",
|
|
11009
|
+
"active",
|
|
11010
|
+
"incoming",
|
|
11011
|
+
"outgoing",
|
|
11012
|
+
"missed",
|
|
10992
11013
|
"cancelled",
|
|
10993
|
-
"queued",
|
|
10994
|
-
"ringing",
|
|
10995
|
-
"in-progress",
|
|
10996
|
-
"completed",
|
|
10997
|
-
"failed",
|
|
10998
|
-
"no-answer",
|
|
10999
|
-
"busy",
|
|
11000
|
-
"voicemail",
|
|
11001
|
-
"abandoned",
|
|
11002
11014
|
"archived"
|
|
11003
11015
|
],
|
|
11004
|
-
"description": "Lifecycle state.
|
|
11016
|
+
"description": "Lifecycle state - one value per FE chip nav bucket\n(email-style; status IS the folder, no separate folder\nfield). The granular Twilio status (queued / ringing /\nin-progress / no-answer / busy / voicemail / abandoned /\nfailed / Twilio's `canceled`) is preserved on\n`meta.providerStatus` for retry logic and analytics.\n- `draft` - operator editing, no Schedule armed\n- `scheduled` - Schedule armed for fireAt\n- `active` - live (Twilio queued / ringing / in-progress)\n- `incoming` - completed inbound call\n- `outgoing` - completed outbound call\n- `missed` - any failure terminal (no-answer / busy / failed /\n voicemail / abandoned / Twilio's mid-call canceled)\n- `cancelled` - operator-initiated DELETE before dial\n- `archived` - terminal soft-delete"
|
|
11005
11017
|
},
|
|
11006
11018
|
"fromIdentifier": {
|
|
11007
11019
|
"type": "string",
|
|
@@ -11231,23 +11243,9 @@
|
|
|
11231
11243
|
"type": "string",
|
|
11232
11244
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
11233
11245
|
},
|
|
11234
|
-
"folder": {
|
|
11235
|
-
"type": "string",
|
|
11236
|
-
"enum": [
|
|
11237
|
-
"drafts",
|
|
11238
|
-
"scheduled",
|
|
11239
|
-
"active",
|
|
11240
|
-
"incoming",
|
|
11241
|
-
"outgoing",
|
|
11242
|
-
"missed",
|
|
11243
|
-
"cancelled",
|
|
11244
|
-
"archived"
|
|
11245
|
-
],
|
|
11246
|
-
"description": "Server-derived bucket for the left-nav / filter chips, computed from (direction, status). Mirror of email/chat folder. UI uses this directly; do NOT compute on the client."
|
|
11247
|
-
},
|
|
11248
11246
|
"isLive": {
|
|
11249
11247
|
"type": "boolean",
|
|
11250
|
-
"description": "Server-derived: true when status
|
|
11248
|
+
"description": "Server-derived: true when status==`active`. Drives the live indicator + polling decision in the UI."
|
|
11251
11249
|
},
|
|
11252
11250
|
"hasRecording": {
|
|
11253
11251
|
"type": "boolean",
|
|
@@ -11527,19 +11525,14 @@
|
|
|
11527
11525
|
"enum": [
|
|
11528
11526
|
"draft",
|
|
11529
11527
|
"scheduled",
|
|
11528
|
+
"active",
|
|
11529
|
+
"incoming",
|
|
11530
|
+
"outgoing",
|
|
11531
|
+
"missed",
|
|
11530
11532
|
"cancelled",
|
|
11531
|
-
"queued",
|
|
11532
|
-
"ringing",
|
|
11533
|
-
"in-progress",
|
|
11534
|
-
"completed",
|
|
11535
|
-
"failed",
|
|
11536
|
-
"no-answer",
|
|
11537
|
-
"busy",
|
|
11538
|
-
"voicemail",
|
|
11539
|
-
"abandoned",
|
|
11540
11533
|
"archived"
|
|
11541
11534
|
],
|
|
11542
|
-
"description": "Lifecycle state.
|
|
11535
|
+
"description": "Lifecycle state - one value per FE chip nav bucket\n(email-style; status IS the folder, no separate folder\nfield). The granular Twilio status (queued / ringing /\nin-progress / no-answer / busy / voicemail / abandoned /\nfailed / Twilio's `canceled`) is preserved on\n`meta.providerStatus` for retry logic and analytics.\n- `draft` - operator editing, no Schedule armed\n- `scheduled` - Schedule armed for fireAt\n- `active` - live (Twilio queued / ringing / in-progress)\n- `incoming` - completed inbound call\n- `outgoing` - completed outbound call\n- `missed` - any failure terminal (no-answer / busy / failed /\n voicemail / abandoned / Twilio's mid-call canceled)\n- `cancelled` - operator-initiated DELETE before dial\n- `archived` - terminal soft-delete"
|
|
11543
11536
|
},
|
|
11544
11537
|
"fromIdentifier": {
|
|
11545
11538
|
"type": "string",
|
|
@@ -11769,23 +11762,9 @@
|
|
|
11769
11762
|
"type": "string",
|
|
11770
11763
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
11771
11764
|
},
|
|
11772
|
-
"folder": {
|
|
11773
|
-
"type": "string",
|
|
11774
|
-
"enum": [
|
|
11775
|
-
"drafts",
|
|
11776
|
-
"scheduled",
|
|
11777
|
-
"active",
|
|
11778
|
-
"incoming",
|
|
11779
|
-
"outgoing",
|
|
11780
|
-
"missed",
|
|
11781
|
-
"cancelled",
|
|
11782
|
-
"archived"
|
|
11783
|
-
],
|
|
11784
|
-
"description": "Server-derived bucket for the left-nav / filter chips, computed from (direction, status). Mirror of email/chat folder. UI uses this directly; do NOT compute on the client."
|
|
11785
|
-
},
|
|
11786
11765
|
"isLive": {
|
|
11787
11766
|
"type": "boolean",
|
|
11788
|
-
"description": "Server-derived: true when status
|
|
11767
|
+
"description": "Server-derived: true when status==`active`. Drives the live indicator + polling decision in the UI."
|
|
11789
11768
|
},
|
|
11790
11769
|
"hasRecording": {
|
|
11791
11770
|
"type": "boolean",
|
|
@@ -18191,7 +18170,35 @@
|
|
|
18191
18170
|
"type": "integer"
|
|
18192
18171
|
},
|
|
18193
18172
|
"workingHours": {
|
|
18194
|
-
"
|
|
18173
|
+
"title": "CalendarWorkingHoursSchema",
|
|
18174
|
+
"type": "object",
|
|
18175
|
+
"description": "Recurring weekly schedule. days[] uses tokens (mon/tue/wed/thu/fri/sat/sun); startHour/endHour are local 24h numbers. Single type used by Calendar read/create/update so PATCH callers get the same autocomplete as readers.",
|
|
18176
|
+
"properties": {
|
|
18177
|
+
"timezone": {
|
|
18178
|
+
"type": "string"
|
|
18179
|
+
},
|
|
18180
|
+
"days": {
|
|
18181
|
+
"type": "array",
|
|
18182
|
+
"items": {
|
|
18183
|
+
"type": "string",
|
|
18184
|
+
"enum": [
|
|
18185
|
+
"mon",
|
|
18186
|
+
"tue",
|
|
18187
|
+
"wed",
|
|
18188
|
+
"thu",
|
|
18189
|
+
"fri",
|
|
18190
|
+
"sat",
|
|
18191
|
+
"sun"
|
|
18192
|
+
]
|
|
18193
|
+
}
|
|
18194
|
+
},
|
|
18195
|
+
"startHour": {
|
|
18196
|
+
"type": "integer"
|
|
18197
|
+
},
|
|
18198
|
+
"endHour": {
|
|
18199
|
+
"type": "integer"
|
|
18200
|
+
}
|
|
18201
|
+
}
|
|
18195
18202
|
}
|
|
18196
18203
|
}
|
|
18197
18204
|
}
|
|
@@ -18263,7 +18270,35 @@
|
|
|
18263
18270
|
"type": "integer"
|
|
18264
18271
|
},
|
|
18265
18272
|
"workingHours": {
|
|
18266
|
-
"
|
|
18273
|
+
"title": "CalendarWorkingHoursSchema",
|
|
18274
|
+
"type": "object",
|
|
18275
|
+
"description": "Recurring weekly schedule. days[] uses tokens (mon/tue/wed/thu/fri/sat/sun); startHour/endHour are local 24h numbers. Single type used by Calendar read/create/update so PATCH callers get the same autocomplete as readers.",
|
|
18276
|
+
"properties": {
|
|
18277
|
+
"timezone": {
|
|
18278
|
+
"type": "string"
|
|
18279
|
+
},
|
|
18280
|
+
"days": {
|
|
18281
|
+
"type": "array",
|
|
18282
|
+
"items": {
|
|
18283
|
+
"type": "string",
|
|
18284
|
+
"enum": [
|
|
18285
|
+
"mon",
|
|
18286
|
+
"tue",
|
|
18287
|
+
"wed",
|
|
18288
|
+
"thu",
|
|
18289
|
+
"fri",
|
|
18290
|
+
"sat",
|
|
18291
|
+
"sun"
|
|
18292
|
+
]
|
|
18293
|
+
}
|
|
18294
|
+
},
|
|
18295
|
+
"startHour": {
|
|
18296
|
+
"type": "integer"
|
|
18297
|
+
},
|
|
18298
|
+
"endHour": {
|
|
18299
|
+
"type": "integer"
|
|
18300
|
+
}
|
|
18301
|
+
}
|
|
18267
18302
|
}
|
|
18268
18303
|
}
|
|
18269
18304
|
}
|