@smartytalent/mcp-tools 0.8.6 → 0.8.7
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 +8 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15493,6 +15493,10 @@
|
|
|
15493
15493
|
"type": "integer",
|
|
15494
15494
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15495
15495
|
},
|
|
15496
|
+
"provenCount": {
|
|
15497
|
+
"type": "integer",
|
|
15498
|
+
"description": "How many cohort members the hiring manager CONFIRMED at the\n90-day probation mark. \"3 hires, 2 proven\" is the number that\nturns the persona from \"whom we hired\" into \"who worked out\".\nCounted in code, never by a model."
|
|
15499
|
+
},
|
|
15496
15500
|
"talentCount": {
|
|
15497
15501
|
"type": "integer",
|
|
15498
15502
|
"description": "Legacy mirror of memberCount."
|
|
@@ -15860,6 +15864,10 @@
|
|
|
15860
15864
|
"type": "integer",
|
|
15861
15865
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15862
15866
|
},
|
|
15867
|
+
"provenCount": {
|
|
15868
|
+
"type": "integer",
|
|
15869
|
+
"description": "How many cohort members the hiring manager CONFIRMED at the\n90-day probation mark. \"3 hires, 2 proven\" is the number that\nturns the persona from \"whom we hired\" into \"who worked out\".\nCounted in code, never by a model."
|
|
15870
|
+
},
|
|
15863
15871
|
"talentCount": {
|
|
15864
15872
|
"type": "integer",
|
|
15865
15873
|
"description": "Legacy mirror of memberCount."
|