@smartytalent/mcp-tools 0.1.33-dev.42 → 0.1.33-dev.44
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 +26 -156
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4964,97 +4964,33 @@
|
|
|
4964
4964
|
},
|
|
4965
4965
|
"rejectionTicket": {
|
|
4966
4966
|
"type": "object",
|
|
4967
|
-
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys.",
|
|
4968
|
-
"additionalProperties":
|
|
4969
|
-
"oneOf": [
|
|
4970
|
-
{
|
|
4971
|
-
"type": "string"
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"type": "object",
|
|
4975
|
-
"additionalProperties": true
|
|
4976
|
-
}
|
|
4977
|
-
]
|
|
4978
|
-
}
|
|
4967
|
+
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
|
|
4968
|
+
"additionalProperties": true
|
|
4979
4969
|
},
|
|
4980
4970
|
"recommendationStatus": {
|
|
4981
4971
|
"type": "object",
|
|
4982
|
-
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: scalar string (\"Recommended\", \"Not
|
|
4983
|
-
"additionalProperties":
|
|
4984
|
-
"oneOf": [
|
|
4985
|
-
{
|
|
4986
|
-
"type": "string"
|
|
4987
|
-
},
|
|
4988
|
-
{
|
|
4989
|
-
"type": "object",
|
|
4990
|
-
"additionalProperties": true
|
|
4991
|
-
}
|
|
4992
|
-
]
|
|
4993
|
-
}
|
|
4972
|
+
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
|
|
4973
|
+
"additionalProperties": true
|
|
4994
4974
|
},
|
|
4995
4975
|
"overallAssessment": {
|
|
4996
4976
|
"type": "object",
|
|
4997
|
-
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale.",
|
|
4998
|
-
"additionalProperties":
|
|
4999
|
-
"oneOf": [
|
|
5000
|
-
{
|
|
5001
|
-
"type": "string"
|
|
5002
|
-
},
|
|
5003
|
-
{
|
|
5004
|
-
"type": "object",
|
|
5005
|
-
"additionalProperties": true
|
|
5006
|
-
}
|
|
5007
|
-
]
|
|
5008
|
-
}
|
|
4977
|
+
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
|
|
4978
|
+
"additionalProperties": true
|
|
5009
4979
|
},
|
|
5010
4980
|
"nextSteps": {
|
|
5011
4981
|
"type": "object",
|
|
5012
|
-
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale.",
|
|
5013
|
-
"additionalProperties":
|
|
5014
|
-
"oneOf": [
|
|
5015
|
-
{
|
|
5016
|
-
"type": "string"
|
|
5017
|
-
},
|
|
5018
|
-
{
|
|
5019
|
-
"type": "array",
|
|
5020
|
-
"items": {
|
|
5021
|
-
"type": "string"
|
|
5022
|
-
}
|
|
5023
|
-
}
|
|
5024
|
-
]
|
|
5025
|
-
}
|
|
4982
|
+
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
|
|
4983
|
+
"additionalProperties": true
|
|
5026
4984
|
},
|
|
5027
4985
|
"insightsAndAnalysis": {
|
|
5028
4986
|
"type": "object",
|
|
5029
|
-
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale.",
|
|
5030
|
-
"additionalProperties":
|
|
5031
|
-
"oneOf": [
|
|
5032
|
-
{
|
|
5033
|
-
"type": "string"
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"type": "object",
|
|
5037
|
-
"additionalProperties": true
|
|
5038
|
-
}
|
|
5039
|
-
]
|
|
5040
|
-
}
|
|
4987
|
+
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
|
|
4988
|
+
"additionalProperties": true
|
|
5041
4989
|
},
|
|
5042
4990
|
"keywords": {
|
|
5043
4991
|
"type": "object",
|
|
5044
|
-
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale.",
|
|
5045
|
-
"additionalProperties":
|
|
5046
|
-
"oneOf": [
|
|
5047
|
-
{
|
|
5048
|
-
"type": "string"
|
|
5049
|
-
},
|
|
5050
|
-
{
|
|
5051
|
-
"type": "array",
|
|
5052
|
-
"items": {
|
|
5053
|
-
"type": "string"
|
|
5054
|
-
}
|
|
5055
|
-
}
|
|
5056
|
-
]
|
|
5057
|
-
}
|
|
4992
|
+
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
|
|
4993
|
+
"additionalProperties": true
|
|
5058
4994
|
},
|
|
5059
4995
|
"availability": {
|
|
5060
4996
|
"type": "object",
|
|
@@ -5581,97 +5517,33 @@
|
|
|
5581
5517
|
},
|
|
5582
5518
|
"rejectionTicket": {
|
|
5583
5519
|
"type": "object",
|
|
5584
|
-
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys.",
|
|
5585
|
-
"additionalProperties":
|
|
5586
|
-
"oneOf": [
|
|
5587
|
-
{
|
|
5588
|
-
"type": "string"
|
|
5589
|
-
},
|
|
5590
|
-
{
|
|
5591
|
-
"type": "object",
|
|
5592
|
-
"additionalProperties": true
|
|
5593
|
-
}
|
|
5594
|
-
]
|
|
5595
|
-
}
|
|
5520
|
+
"description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
|
|
5521
|
+
"additionalProperties": true
|
|
5596
5522
|
},
|
|
5597
5523
|
"recommendationStatus": {
|
|
5598
5524
|
"type": "object",
|
|
5599
|
-
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: scalar string (\"Recommended\", \"Not
|
|
5600
|
-
"additionalProperties":
|
|
5601
|
-
"oneOf": [
|
|
5602
|
-
{
|
|
5603
|
-
"type": "string"
|
|
5604
|
-
},
|
|
5605
|
-
{
|
|
5606
|
-
"type": "object",
|
|
5607
|
-
"additionalProperties": true
|
|
5608
|
-
}
|
|
5609
|
-
]
|
|
5610
|
-
}
|
|
5525
|
+
"description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
|
|
5526
|
+
"additionalProperties": true
|
|
5611
5527
|
},
|
|
5612
5528
|
"overallAssessment": {
|
|
5613
5529
|
"type": "object",
|
|
5614
|
-
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale.",
|
|
5615
|
-
"additionalProperties":
|
|
5616
|
-
"oneOf": [
|
|
5617
|
-
{
|
|
5618
|
-
"type": "string"
|
|
5619
|
-
},
|
|
5620
|
-
{
|
|
5621
|
-
"type": "object",
|
|
5622
|
-
"additionalProperties": true
|
|
5623
|
-
}
|
|
5624
|
-
]
|
|
5625
|
-
}
|
|
5530
|
+
"description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
|
|
5531
|
+
"additionalProperties": true
|
|
5626
5532
|
},
|
|
5627
5533
|
"nextSteps": {
|
|
5628
5534
|
"type": "object",
|
|
5629
|
-
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale.",
|
|
5630
|
-
"additionalProperties":
|
|
5631
|
-
"oneOf": [
|
|
5632
|
-
{
|
|
5633
|
-
"type": "string"
|
|
5634
|
-
},
|
|
5635
|
-
{
|
|
5636
|
-
"type": "array",
|
|
5637
|
-
"items": {
|
|
5638
|
-
"type": "string"
|
|
5639
|
-
}
|
|
5640
|
-
}
|
|
5641
|
-
]
|
|
5642
|
-
}
|
|
5535
|
+
"description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
|
|
5536
|
+
"additionalProperties": true
|
|
5643
5537
|
},
|
|
5644
5538
|
"insightsAndAnalysis": {
|
|
5645
5539
|
"type": "object",
|
|
5646
|
-
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale.",
|
|
5647
|
-
"additionalProperties":
|
|
5648
|
-
"oneOf": [
|
|
5649
|
-
{
|
|
5650
|
-
"type": "string"
|
|
5651
|
-
},
|
|
5652
|
-
{
|
|
5653
|
-
"type": "object",
|
|
5654
|
-
"additionalProperties": true
|
|
5655
|
-
}
|
|
5656
|
-
]
|
|
5657
|
-
}
|
|
5540
|
+
"description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
|
|
5541
|
+
"additionalProperties": true
|
|
5658
5542
|
},
|
|
5659
5543
|
"keywords": {
|
|
5660
5544
|
"type": "object",
|
|
5661
|
-
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale.",
|
|
5662
|
-
"additionalProperties":
|
|
5663
|
-
"oneOf": [
|
|
5664
|
-
{
|
|
5665
|
-
"type": "string"
|
|
5666
|
-
},
|
|
5667
|
-
{
|
|
5668
|
-
"type": "array",
|
|
5669
|
-
"items": {
|
|
5670
|
-
"type": "string"
|
|
5671
|
-
}
|
|
5672
|
-
}
|
|
5673
|
-
]
|
|
5674
|
-
}
|
|
5545
|
+
"description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
|
|
5546
|
+
"additionalProperties": true
|
|
5675
5547
|
},
|
|
5676
5548
|
"availability": {
|
|
5677
5549
|
"type": "object",
|
|
@@ -16706,8 +16578,7 @@
|
|
|
16706
16578
|
}
|
|
16707
16579
|
},
|
|
16708
16580
|
"answerKey": {
|
|
16709
|
-
"
|
|
16710
|
-
"description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
|
|
16581
|
+
"description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
|
|
16711
16582
|
},
|
|
16712
16583
|
"scoringRubric": {
|
|
16713
16584
|
"type": "string",
|
|
@@ -17021,8 +16892,7 @@
|
|
|
17021
16892
|
}
|
|
17022
16893
|
},
|
|
17023
16894
|
"answerKey": {
|
|
17024
|
-
"
|
|
17025
|
-
"description": "Recruiter-only. The correct option id for `single-choice`. NEVER\nreturned by /v1/guest/attempts/* endpoints."
|
|
16895
|
+
"description": "Recruiter-only. Shape depends on questionType:\n single-choice -> string (option id)\n multiple-choice -> string[] (option ids)\n ranking -> string[] (option ids in order)\n situational-judgment -> { best: string, worst: string }\n scale / open-text -> not used (use scoringRubric)\nType intentionally left unconstrained (Any) - the variant\nshapes resist a oneOf wrapper because pydantic's outer\nDict[str, Wrapper] validation rejects raw scalars before\nthe wrapper's discriminator runs (same issue as the\nlocale-keyed candidate fields). NEVER returned by\n/v1/guest/attempts/* endpoints."
|
|
17026
16896
|
},
|
|
17027
16897
|
"scoringRubric": {
|
|
17028
16898
|
"type": "string",
|