@smartytalent/mcp-tools 0.8.5 → 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 +29 -3
- 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."
|
|
@@ -15644,15 +15648,33 @@
|
|
|
15644
15648
|
"relationships": {
|
|
15645
15649
|
"title": "PersonaRelationshipsSchema",
|
|
15646
15650
|
"type": "object",
|
|
15651
|
+
"description": "Cohort MEMBERSHIP is never exposed: the `talents` relationship (the\nhired people behind the aggregate) is stripped from every response -\nthe persona is an aggregate of at least three people, and listing\nthem would undo exactly that.",
|
|
15647
15652
|
"properties": {
|
|
15648
|
-
"
|
|
15649
|
-
"title": "
|
|
15653
|
+
"user": {
|
|
15654
|
+
"title": "PersonaRelationshipsUserSchema",
|
|
15655
|
+
"type": "object",
|
|
15656
|
+
"properties": {
|
|
15657
|
+
"data": {
|
|
15658
|
+
"type": "object",
|
|
15659
|
+
"properties": {
|
|
15660
|
+
"type": {
|
|
15661
|
+
"type": "string"
|
|
15662
|
+
},
|
|
15663
|
+
"id": {
|
|
15664
|
+
"type": "string"
|
|
15665
|
+
}
|
|
15666
|
+
}
|
|
15667
|
+
}
|
|
15668
|
+
}
|
|
15669
|
+
},
|
|
15670
|
+
"jobs": {
|
|
15671
|
+
"title": "PersonaRelationshipsJobsSchema",
|
|
15650
15672
|
"type": "object",
|
|
15651
15673
|
"properties": {
|
|
15652
15674
|
"data": {
|
|
15653
15675
|
"type": "array",
|
|
15654
15676
|
"items": {
|
|
15655
|
-
"title": "
|
|
15677
|
+
"title": "PersonaRelationshipsJobsDataSchema",
|
|
15656
15678
|
"type": "object",
|
|
15657
15679
|
"properties": {
|
|
15658
15680
|
"type": {
|
|
@@ -15842,6 +15864,10 @@
|
|
|
15842
15864
|
"type": "integer",
|
|
15843
15865
|
"description": "How many members actually fed the profile on this row (diagnostic; can be lower than memberCount)."
|
|
15844
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
|
+
},
|
|
15845
15871
|
"talentCount": {
|
|
15846
15872
|
"type": "integer",
|
|
15847
15873
|
"description": "Legacy mirror of memberCount."
|