@smartytalent/mcp-tools 0.9.28 → 0.9.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.
Files changed (2) hide show
  1. package/dist/tools.json +28 -18
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -5259,13 +5259,15 @@
5259
5259
  "properties": {
5260
5260
  "weight": {
5261
5261
  "type": "string",
5262
- "description": "Overall criteria weight"
5262
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. The candidate verdict is a rule over the stored criteria, not a weighted blend."
5263
5263
  },
5264
5264
  "mandatoryCriteriaRejectionRating": {
5265
- "type": "string"
5265
+ "type": "string",
5266
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. A candidate who fails a required item lands in band 2 (overallMatchRating 2)."
5266
5267
  },
5267
5268
  "mandatoryCriteriaSatisfyRating": {
5268
- "type": "string"
5269
+ "type": "string",
5270
+ "description": "The must threshold: a criterion with a required item rated below it fails the mandatory gate (band 2). Default 3."
5269
5271
  }
5270
5272
  }
5271
5273
  },
@@ -5295,13 +5297,14 @@
5295
5297
  "type": "object",
5296
5298
  "properties": {
5297
5299
  "weight": {
5298
- "type": "string"
5300
+ "type": "string",
5301
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. A persona fit lifts the verdict by one band from band 3 upward; it is never a share of the score."
5299
5302
  }
5300
5303
  }
5301
5304
  },
5302
5305
  "ratingRestrictiveness": {
5303
5306
  "type": "string",
5304
- "description": "Rating restrictiveness level (e.g. MODERATE, STRICT, LENIENT)"
5307
+ "description": "Rating restrictiveness of the candidate verdict: the band-4 threshold on the weighted share of the rated non-must criteria at 4+ stars - TOLERANT 0.40, MODERATE 0.50 (default), STRICT 0.60, RIGOROUS 0.75. LENIENT is accepted and read as TOLERANT."
5305
5308
  },
5306
5309
  "feedback": {
5307
5310
  "title": "JobAttributesSettingsFeedbackSchema",
@@ -6121,13 +6124,15 @@
6121
6124
  "properties": {
6122
6125
  "weight": {
6123
6126
  "type": "string",
6124
- "description": "Overall criteria weight"
6127
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. The candidate verdict is a rule over the stored criteria, not a weighted blend."
6125
6128
  },
6126
6129
  "mandatoryCriteriaRejectionRating": {
6127
- "type": "string"
6130
+ "type": "string",
6131
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. A candidate who fails a required item lands in band 2 (overallMatchRating 2)."
6128
6132
  },
6129
6133
  "mandatoryCriteriaSatisfyRating": {
6130
- "type": "string"
6134
+ "type": "string",
6135
+ "description": "The must threshold: a criterion with a required item rated below it fails the mandatory gate (band 2). Default 3."
6131
6136
  }
6132
6137
  }
6133
6138
  },
@@ -6157,13 +6162,14 @@
6157
6162
  "type": "object",
6158
6163
  "properties": {
6159
6164
  "weight": {
6160
- "type": "string"
6165
+ "type": "string",
6166
+ "description": "DEPRECATED since verdict-v1 (2026-09-09): not read. A persona fit lifts the verdict by one band from band 3 upward; it is never a share of the score."
6161
6167
  }
6162
6168
  }
6163
6169
  },
6164
6170
  "ratingRestrictiveness": {
6165
6171
  "type": "string",
6166
- "description": "Rating restrictiveness level (e.g. MODERATE, STRICT, LENIENT)"
6172
+ "description": "Rating restrictiveness of the candidate verdict: the band-4 threshold on the weighted share of the rated non-must criteria at 4+ stars - TOLERANT 0.40, MODERATE 0.50 (default), STRICT 0.60, RIGOROUS 0.75. LENIENT is accepted and read as TOLERANT."
6167
6173
  },
6168
6174
  "feedback": {
6169
6175
  "title": "JobAttributesSettingsFeedbackSchema",
@@ -13483,7 +13489,7 @@
13483
13489
  },
13484
13490
  "criteria": {
13485
13491
  "type": "array",
13486
- "description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: must|preferred|bonus|disqualifier})",
13492
+ "description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: required|preferred|optional|disqualifier}). The tier is the job item's importance (one vocabulary since 2026-09-09). must and bonus are DEPRECATED: accepted for briefs written before, read as required and optional, never written.",
13487
13493
  "items": {
13488
13494
  "title": "BriefCriterionSchema",
13489
13495
  "type": "object",
@@ -13496,10 +13502,12 @@
13496
13502
  "tier": {
13497
13503
  "type": "string",
13498
13504
  "enum": [
13499
- "must",
13505
+ "required",
13500
13506
  "preferred",
13501
- "bonus",
13502
- "disqualifier"
13507
+ "optional",
13508
+ "disqualifier",
13509
+ "must",
13510
+ "bonus"
13503
13511
  ]
13504
13512
  }
13505
13513
  }
@@ -13910,7 +13918,7 @@
13910
13918
  },
13911
13919
  "criteria": {
13912
13920
  "type": "array",
13913
- "description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: must|preferred|bonus|disqualifier})",
13921
+ "description": "Recruitment criteria captured from the brief - ordered, tiered ({text: {locale: str}, tier: required|preferred|optional|disqualifier}). The tier is the job item's importance (one vocabulary since 2026-09-09). must and bonus are DEPRECATED: accepted for briefs written before, read as required and optional, never written.",
13914
13922
  "items": {
13915
13923
  "title": "BriefCriterionSchema",
13916
13924
  "type": "object",
@@ -13923,10 +13931,12 @@
13923
13931
  "tier": {
13924
13932
  "type": "string",
13925
13933
  "enum": [
13926
- "must",
13934
+ "required",
13927
13935
  "preferred",
13928
- "bonus",
13929
- "disqualifier"
13936
+ "optional",
13937
+ "disqualifier",
13938
+ "must",
13939
+ "bonus"
13930
13940
  ]
13931
13941
  }
13932
13942
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",