@smartytalent/mcp-tools 0.9.17 → 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 +4 -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."
|