@smartytalent/mcp-tools 0.1.33-dev.30 → 0.1.33-dev.31

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.
Files changed (2) hide show
  1. package/dist/tools.json +15 -72
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -10814,11 +10814,11 @@
10814
10814
  "inputSchema": {
10815
10815
  "type": "object",
10816
10816
  "properties": {
10817
- "filterFolder": {
10817
+ "filterStatus": {
10818
10818
  "type": "string",
10819
- "description": "Filter by folder bucket. Mirrors the left-nav chips. Single-status\nfolders translate to filterStatus + filterDirection internally\n(drafts/scheduled/cancelled/archived/incoming/outgoing). Multi-\nstatus folders (active, missed) use a Scan path. Conflicts with\nexplicit filterStatus / filterDirection (request returns 400).",
10819
+ "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
10820
  "enum": [
10821
- "drafts",
10821
+ "draft",
10822
10822
  "scheduled",
10823
10823
  "active",
10824
10824
  "incoming",
@@ -10828,25 +10828,6 @@
10828
10828
  "archived"
10829
10829
  ]
10830
10830
  },
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
10831
  "filterDirection": {
10851
10832
  "type": "string",
10852
10833
  "description": "Filter by direction (inbound or outbound).",
@@ -10989,19 +10970,14 @@
10989
10970
  "enum": [
10990
10971
  "draft",
10991
10972
  "scheduled",
10973
+ "active",
10974
+ "incoming",
10975
+ "outgoing",
10976
+ "missed",
10992
10977
  "cancelled",
10993
- "queued",
10994
- "ringing",
10995
- "in-progress",
10996
- "completed",
10997
- "failed",
10998
- "no-answer",
10999
- "busy",
11000
- "voicemail",
11001
- "abandoned",
11002
10978
  "archived"
11003
10979
  ],
11004
- "description": "Lifecycle state. Outbound rows that go through an operator review window or explicit scheduling start at `draft` (editable) or `scheduled` (Schedule armed for fireAt); on Schedule fire they progress queued -> ringing -> in-progress -> completed (or failed / no-answer / busy / voicemail). `abandoned` covers inbound calls where the caller hung up before the AI answered. `cancelled` is operator hard-kill before dial. `archived` is a terminal soft-delete."
10980
+ "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
10981
  },
11006
10982
  "fromIdentifier": {
11007
10983
  "type": "string",
@@ -11231,23 +11207,9 @@
11231
11207
  "type": "string",
11232
11208
  "description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
11233
11209
  },
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
11210
  "isLive": {
11249
11211
  "type": "boolean",
11250
- "description": "Server-derived: true when status is in {queued, ringing, in-progress}. Drives the live indicator + polling decision in the UI."
11212
+ "description": "Server-derived: true when status==`active`. Drives the live indicator + polling decision in the UI."
11251
11213
  },
11252
11214
  "hasRecording": {
11253
11215
  "type": "boolean",
@@ -11527,19 +11489,14 @@
11527
11489
  "enum": [
11528
11490
  "draft",
11529
11491
  "scheduled",
11492
+ "active",
11493
+ "incoming",
11494
+ "outgoing",
11495
+ "missed",
11530
11496
  "cancelled",
11531
- "queued",
11532
- "ringing",
11533
- "in-progress",
11534
- "completed",
11535
- "failed",
11536
- "no-answer",
11537
- "busy",
11538
- "voicemail",
11539
- "abandoned",
11540
11497
  "archived"
11541
11498
  ],
11542
- "description": "Lifecycle state. Outbound rows that go through an operator review window or explicit scheduling start at `draft` (editable) or `scheduled` (Schedule armed for fireAt); on Schedule fire they progress queued -> ringing -> in-progress -> completed (or failed / no-answer / busy / voicemail). `abandoned` covers inbound calls where the caller hung up before the AI answered. `cancelled` is operator hard-kill before dial. `archived` is a terminal soft-delete."
11499
+ "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
11500
  },
11544
11501
  "fromIdentifier": {
11545
11502
  "type": "string",
@@ -11769,23 +11726,9 @@
11769
11726
  "type": "string",
11770
11727
  "description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
11771
11728
  },
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
11729
  "isLive": {
11787
11730
  "type": "boolean",
11788
- "description": "Server-derived: true when status is in {queued, ringing, in-progress}. Drives the live indicator + polling decision in the UI."
11731
+ "description": "Server-derived: true when status==`active`. Drives the live indicator + polling decision in the UI."
11789
11732
  },
11790
11733
  "hasRecording": {
11791
11734
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.30",
3
+ "version": "0.1.33-dev.31",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",