@smartytalent/mcp-tools 0.9.14 → 0.9.16
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 +34 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -8177,7 +8177,7 @@
|
|
|
8177
8177
|
"failed",
|
|
8178
8178
|
"pending"
|
|
8179
8179
|
],
|
|
8180
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
8180
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
8181
8181
|
},
|
|
8182
8182
|
"direction": {
|
|
8183
8183
|
"type": "string",
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
"failed",
|
|
8684
8684
|
"pending"
|
|
8685
8685
|
],
|
|
8686
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
8686
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
8687
8687
|
},
|
|
8688
8688
|
"direction": {
|
|
8689
8689
|
"type": "string",
|
|
@@ -21134,7 +21134,22 @@
|
|
|
21134
21134
|
"additionalProperties": {
|
|
21135
21135
|
"type": "string"
|
|
21136
21136
|
},
|
|
21137
|
-
"description": "
|
|
21137
|
+
"description": "The thread's cover as prose, keyed by language code. Answers\n\"where does this stand and what do I do\" in at most 400\ncharacters: state, then the next action, then a risk when one\nexists. Deliberately free of markup - the frontend styles it -\nand free of anything derivable from the data (who spoke last,\nwhose turn it is, counts, labels, links, open tasks)."
|
|
21138
|
+
},
|
|
21139
|
+
"summaryCard": {
|
|
21140
|
+
"type": "object",
|
|
21141
|
+
"additionalProperties": {
|
|
21142
|
+
"$ref": "#/components/schemas/ConversationSummaryCardSchema"
|
|
21143
|
+
},
|
|
21144
|
+
"description": "The same cover as structured data, keyed by language code, so\nthe interface lays it out with its own labels instead of\nparsing prose. Null on threads summarised before this field\nexisted; fall back to `summary` when it is absent."
|
|
21145
|
+
},
|
|
21146
|
+
"summarisedAt": {
|
|
21147
|
+
"type": "string",
|
|
21148
|
+
"description": "When the cover was last computed (ISO 8601). Neither the\nsummary nor the card write touches `timestamps.modified`, so\nthis is the only way to tell a fresh cover from a stale one."
|
|
21149
|
+
},
|
|
21150
|
+
"summarisedThroughEmailId": {
|
|
21151
|
+
"type": "string",
|
|
21152
|
+
"description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
|
|
21138
21153
|
},
|
|
21139
21154
|
"source": {
|
|
21140
21155
|
"type": "string",
|
|
@@ -21438,7 +21453,22 @@
|
|
|
21438
21453
|
"additionalProperties": {
|
|
21439
21454
|
"type": "string"
|
|
21440
21455
|
},
|
|
21441
|
-
"description": "
|
|
21456
|
+
"description": "The thread's cover as prose, keyed by language code. Answers\n\"where does this stand and what do I do\" in at most 400\ncharacters: state, then the next action, then a risk when one\nexists. Deliberately free of markup - the frontend styles it -\nand free of anything derivable from the data (who spoke last,\nwhose turn it is, counts, labels, links, open tasks)."
|
|
21457
|
+
},
|
|
21458
|
+
"summaryCard": {
|
|
21459
|
+
"type": "object",
|
|
21460
|
+
"additionalProperties": {
|
|
21461
|
+
"$ref": "#/components/schemas/ConversationSummaryCardSchema"
|
|
21462
|
+
},
|
|
21463
|
+
"description": "The same cover as structured data, keyed by language code, so\nthe interface lays it out with its own labels instead of\nparsing prose. Null on threads summarised before this field\nexisted; fall back to `summary` when it is absent."
|
|
21464
|
+
},
|
|
21465
|
+
"summarisedAt": {
|
|
21466
|
+
"type": "string",
|
|
21467
|
+
"description": "When the cover was last computed (ISO 8601). Neither the\nsummary nor the card write touches `timestamps.modified`, so\nthis is the only way to tell a fresh cover from a stale one."
|
|
21468
|
+
},
|
|
21469
|
+
"summarisedThroughEmailId": {
|
|
21470
|
+
"type": "string",
|
|
21471
|
+
"description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
|
|
21442
21472
|
},
|
|
21443
21473
|
"source": {
|
|
21444
21474
|
"type": "string",
|