@smartytalent/mcp-tools 0.9.16 → 0.9.18
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 +26 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -17375,6 +17375,10 @@
|
|
|
17375
17375
|
"done"
|
|
17376
17376
|
]
|
|
17377
17377
|
},
|
|
17378
|
+
"filterConversationId": {
|
|
17379
|
+
"type": "string",
|
|
17380
|
+
"description": "Returns only the tasks linked to this conversation - the\noperator orders and the escalations filed on one thread. Same\nsemantics as `filterConversationId` on listEmails. Mutually\nexclusive with every other filter at the pagination layer."
|
|
17381
|
+
},
|
|
17378
17382
|
"filterCreatedFrom": {
|
|
17379
17383
|
"type": "string",
|
|
17380
17384
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -21151,6 +21155,17 @@
|
|
|
21151
21155
|
"type": "string",
|
|
21152
21156
|
"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."
|
|
21153
21157
|
},
|
|
21158
|
+
"reportUrl": {
|
|
21159
|
+
"type": "string",
|
|
21160
|
+
"description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
|
|
21161
|
+
},
|
|
21162
|
+
"reportUrls": {
|
|
21163
|
+
"type": "object",
|
|
21164
|
+
"additionalProperties": {
|
|
21165
|
+
"type": "string"
|
|
21166
|
+
},
|
|
21167
|
+
"description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
|
|
21168
|
+
},
|
|
21154
21169
|
"source": {
|
|
21155
21170
|
"type": "string",
|
|
21156
21171
|
"description": "Source of the conversation"
|
|
@@ -21470,6 +21485,17 @@
|
|
|
21470
21485
|
"type": "string",
|
|
21471
21486
|
"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."
|
|
21472
21487
|
},
|
|
21488
|
+
"reportUrl": {
|
|
21489
|
+
"type": "string",
|
|
21490
|
+
"description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
|
|
21491
|
+
},
|
|
21492
|
+
"reportUrls": {
|
|
21493
|
+
"type": "object",
|
|
21494
|
+
"additionalProperties": {
|
|
21495
|
+
"type": "string"
|
|
21496
|
+
},
|
|
21497
|
+
"description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
|
|
21498
|
+
},
|
|
21473
21499
|
"source": {
|
|
21474
21500
|
"type": "string",
|
|
21475
21501
|
"description": "Source of the conversation"
|