@smartytalent/mcp-tools 0.1.27 → 0.1.29
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 +28 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -226,6 +226,14 @@
|
|
|
226
226
|
"boeEmail": {
|
|
227
227
|
"type": "string",
|
|
228
228
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
229
|
+
},
|
|
230
|
+
"defaultFeedbackId": {
|
|
231
|
+
"type": "string",
|
|
232
|
+
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
233
|
+
},
|
|
234
|
+
"defaultFormId": {
|
|
235
|
+
"type": "string",
|
|
236
|
+
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
229
237
|
}
|
|
230
238
|
}
|
|
231
239
|
},
|
|
@@ -438,6 +446,14 @@
|
|
|
438
446
|
"boeEmail": {
|
|
439
447
|
"type": "string",
|
|
440
448
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
449
|
+
},
|
|
450
|
+
"defaultFeedbackId": {
|
|
451
|
+
"type": "string",
|
|
452
|
+
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
453
|
+
},
|
|
454
|
+
"defaultFormId": {
|
|
455
|
+
"type": "string",
|
|
456
|
+
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
441
457
|
}
|
|
442
458
|
}
|
|
443
459
|
}
|
|
@@ -13129,6 +13145,18 @@
|
|
|
13129
13145
|
"type": "string",
|
|
13130
13146
|
"description": "Filter by workflow name."
|
|
13131
13147
|
},
|
|
13148
|
+
"filterCategory": {
|
|
13149
|
+
"type": "string",
|
|
13150
|
+
"description": "Filter by category (sourcing, screening, assessment, onboarding, operational, general). Uses CategoryIndex GSI — efficient at scale.",
|
|
13151
|
+
"enum": [
|
|
13152
|
+
"sourcing",
|
|
13153
|
+
"screening",
|
|
13154
|
+
"assessment",
|
|
13155
|
+
"onboarding",
|
|
13156
|
+
"operational",
|
|
13157
|
+
"general"
|
|
13158
|
+
]
|
|
13159
|
+
},
|
|
13132
13160
|
"filterCreatedFrom": {
|
|
13133
13161
|
"type": "string",
|
|
13134
13162
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|