@smartytalent/mcp-tools 0.1.33-dev.97 → 0.1.33-dev.99
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 +12 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16912,6 +16912,18 @@
|
|
|
16912
16912
|
"archived"
|
|
16913
16913
|
]
|
|
16914
16914
|
},
|
|
16915
|
+
"filterTalentId": {
|
|
16916
|
+
"type": "string",
|
|
16917
|
+
"description": "Returns the conversations owned by a talent (the comms hub - all the talent's\nconversations across jobs/candidates, for the talent-details Communication tab).\nServed by the conversation TalentIndex GSI."
|
|
16918
|
+
},
|
|
16919
|
+
"filterCandidateId": {
|
|
16920
|
+
"type": "string",
|
|
16921
|
+
"description": "Returns the conversations for a single candidate (the per-job view of comms - one\nrecruitment context). Served by the conversation CandidateIndex GSI."
|
|
16922
|
+
},
|
|
16923
|
+
"filterJobId": {
|
|
16924
|
+
"type": "string",
|
|
16925
|
+
"description": "Returns all conversations for a single job (the role-wide view of comms across\nevery candidate/talent on that job). Served by the conversation JobIndex GSI."
|
|
16926
|
+
},
|
|
16915
16927
|
"filterCreatedFrom": {
|
|
16916
16928
|
"type": "string",
|
|
16917
16929
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|