@smartytalent/mcp-tools 0.9.14 → 0.9.15
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 +32 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -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",
|