@smartytalent/mcp-tools 0.1.33-dev.98 → 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 +5 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16918,7 +16918,11 @@
|
|
|
16918
16918
|
},
|
|
16919
16919
|
"filterCandidateId": {
|
|
16920
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.
|
|
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."
|
|
16922
16926
|
},
|
|
16923
16927
|
"filterCreatedFrom": {
|
|
16924
16928
|
"type": "string",
|