@smartytalent/mcp-tools 0.9.4 → 0.9.5
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 +6 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -9051,7 +9051,7 @@
|
|
|
9051
9051
|
"properties": {
|
|
9052
9052
|
"filterStatus": {
|
|
9053
9053
|
"type": "string",
|
|
9054
|
-
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage and the request is a 400.",
|
|
9054
|
+
"description": "Returns feedbacks with the given status. No default: omit it to list every status (SLA overrides are draft before gate 2 and accepted after it, so a fixed active default would hide them). One filter at a time: combine with filterStage or filterJobId and the request is a 400.",
|
|
9055
9055
|
"enum": [
|
|
9056
9056
|
"active",
|
|
9057
9057
|
"draft",
|
|
@@ -9069,6 +9069,10 @@
|
|
|
9069
9069
|
"interview"
|
|
9070
9070
|
]
|
|
9071
9071
|
},
|
|
9072
|
+
"filterJobId": {
|
|
9073
|
+
"type": "string",
|
|
9074
|
+
"description": "Returns the per-job feedback overrides of the given job (JobIndex lookup on the mirrored jobId; tenant defaults never match). One filter at a time."
|
|
9075
|
+
},
|
|
9072
9076
|
"filterCreatedFrom": {
|
|
9073
9077
|
"type": "string",
|
|
9074
9078
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -9169,7 +9173,7 @@
|
|
|
9169
9173
|
},
|
|
9170
9174
|
"jobId": {
|
|
9171
9175
|
"type": "string",
|
|
9172
|
-
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults).
|
|
9176
|
+
"description": "Mirror of relationships.jobs[0].id for per-job overrides (server-maintained; absent on tenant defaults). Filter with filterJobId (JobIndex)."
|
|
9173
9177
|
},
|
|
9174
9178
|
"outcomes": {
|
|
9175
9179
|
"title": "FeedbackOutcomesSchema",
|