@smartytalent/mcp-tools 0.1.23 → 0.1.25
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 +66 -11
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4600,20 +4600,30 @@
|
|
|
4600
4600
|
"description": "Current status of the candidate",
|
|
4601
4601
|
"enum": [
|
|
4602
4602
|
"active",
|
|
4603
|
+
"paused",
|
|
4603
4604
|
"withdrawn",
|
|
4604
4605
|
"rejected",
|
|
4606
|
+
"hired",
|
|
4607
|
+
"archived",
|
|
4605
4608
|
"inactive",
|
|
4606
4609
|
"onHold",
|
|
4607
4610
|
"offerExtended",
|
|
4608
4611
|
"offerDeclined",
|
|
4609
|
-
"futureConsideration"
|
|
4610
|
-
"archived"
|
|
4612
|
+
"futureConsideration"
|
|
4611
4613
|
]
|
|
4612
4614
|
},
|
|
4613
4615
|
"stage": {
|
|
4614
4616
|
"type": "string",
|
|
4615
4617
|
"description": "Current stage in the recruitment pipeline",
|
|
4616
4618
|
"enum": [
|
|
4619
|
+
"sourcing",
|
|
4620
|
+
"screening",
|
|
4621
|
+
"assessment",
|
|
4622
|
+
"interview",
|
|
4623
|
+
"offer",
|
|
4624
|
+
"hired",
|
|
4625
|
+
"onboarding",
|
|
4626
|
+
"evaluation",
|
|
4617
4627
|
"sourced",
|
|
4618
4628
|
"applied",
|
|
4619
4629
|
"initial",
|
|
@@ -4623,7 +4633,6 @@
|
|
|
4623
4633
|
"contacted",
|
|
4624
4634
|
"interviewed",
|
|
4625
4635
|
"offered",
|
|
4626
|
-
"hired",
|
|
4627
4636
|
"onboarded",
|
|
4628
4637
|
"evaluated"
|
|
4629
4638
|
]
|
|
@@ -4638,7 +4647,19 @@
|
|
|
4638
4647
|
},
|
|
4639
4648
|
"source": {
|
|
4640
4649
|
"type": "string",
|
|
4641
|
-
"description": "
|
|
4650
|
+
"description": "Where the candidate originated (e.g., careerPage, jobBoard, linkedin, talentPool)"
|
|
4651
|
+
},
|
|
4652
|
+
"channel": {
|
|
4653
|
+
"type": "string",
|
|
4654
|
+
"description": "How the candidate entered the system",
|
|
4655
|
+
"enum": [
|
|
4656
|
+
"form",
|
|
4657
|
+
"email",
|
|
4658
|
+
"call",
|
|
4659
|
+
"chat",
|
|
4660
|
+
"api",
|
|
4661
|
+
"agent"
|
|
4662
|
+
]
|
|
4642
4663
|
},
|
|
4643
4664
|
"shortCode": {
|
|
4644
4665
|
"type": "string",
|
|
@@ -5135,20 +5156,30 @@
|
|
|
5135
5156
|
"description": "Current status of the candidate",
|
|
5136
5157
|
"enum": [
|
|
5137
5158
|
"active",
|
|
5159
|
+
"paused",
|
|
5138
5160
|
"withdrawn",
|
|
5139
5161
|
"rejected",
|
|
5162
|
+
"hired",
|
|
5163
|
+
"archived",
|
|
5140
5164
|
"inactive",
|
|
5141
5165
|
"onHold",
|
|
5142
5166
|
"offerExtended",
|
|
5143
5167
|
"offerDeclined",
|
|
5144
|
-
"futureConsideration"
|
|
5145
|
-
"archived"
|
|
5168
|
+
"futureConsideration"
|
|
5146
5169
|
]
|
|
5147
5170
|
},
|
|
5148
5171
|
"stage": {
|
|
5149
5172
|
"type": "string",
|
|
5150
5173
|
"description": "Current stage in the recruitment pipeline",
|
|
5151
5174
|
"enum": [
|
|
5175
|
+
"sourcing",
|
|
5176
|
+
"screening",
|
|
5177
|
+
"assessment",
|
|
5178
|
+
"interview",
|
|
5179
|
+
"offer",
|
|
5180
|
+
"hired",
|
|
5181
|
+
"onboarding",
|
|
5182
|
+
"evaluation",
|
|
5152
5183
|
"sourced",
|
|
5153
5184
|
"applied",
|
|
5154
5185
|
"initial",
|
|
@@ -5158,7 +5189,6 @@
|
|
|
5158
5189
|
"contacted",
|
|
5159
5190
|
"interviewed",
|
|
5160
5191
|
"offered",
|
|
5161
|
-
"hired",
|
|
5162
5192
|
"onboarded",
|
|
5163
5193
|
"evaluated"
|
|
5164
5194
|
]
|
|
@@ -5173,7 +5203,19 @@
|
|
|
5173
5203
|
},
|
|
5174
5204
|
"source": {
|
|
5175
5205
|
"type": "string",
|
|
5176
|
-
"description": "
|
|
5206
|
+
"description": "Where the candidate originated (e.g., careerPage, jobBoard, linkedin, talentPool)"
|
|
5207
|
+
},
|
|
5208
|
+
"channel": {
|
|
5209
|
+
"type": "string",
|
|
5210
|
+
"description": "How the candidate entered the system",
|
|
5211
|
+
"enum": [
|
|
5212
|
+
"form",
|
|
5213
|
+
"email",
|
|
5214
|
+
"call",
|
|
5215
|
+
"chat",
|
|
5216
|
+
"api",
|
|
5217
|
+
"agent"
|
|
5218
|
+
]
|
|
5177
5219
|
},
|
|
5178
5220
|
"shortCode": {
|
|
5179
5221
|
"type": "string",
|
|
@@ -7726,9 +7768,15 @@
|
|
|
7726
7768
|
"language": {
|
|
7727
7769
|
"type": "string"
|
|
7728
7770
|
},
|
|
7771
|
+
"qualityScore": {
|
|
7772
|
+
"type": "integer",
|
|
7773
|
+
"minimum": 1,
|
|
7774
|
+
"maximum": 5,
|
|
7775
|
+
"description": "Aggregate quality score (1-5 stars) based on answer relevance, clarity, and completeness. AI-generated, recruiter-overridable."
|
|
7776
|
+
},
|
|
7729
7777
|
"fields": {
|
|
7730
7778
|
"type": "object",
|
|
7731
|
-
"description": "
|
|
7779
|
+
"description": "Form fields keyed by field identifier. Each field contains localized content grouped by language code. Structure: {fieldKey: {langCode: {label, description, value, type, relevance, clarity, completeness, confidence, reasoning}}}."
|
|
7732
7780
|
},
|
|
7733
7781
|
"files": {
|
|
7734
7782
|
"type": "array",
|
|
@@ -8005,7 +8053,8 @@
|
|
|
8005
8053
|
}
|
|
8006
8054
|
},
|
|
8007
8055
|
"fields": {
|
|
8008
|
-
"type": "object"
|
|
8056
|
+
"type": "object",
|
|
8057
|
+
"description": "Form fields keyed by identifier. Each field: {label: string, description: string, value: string, type: 'text'|'number'|'date'|'select'|'checkbox'}."
|
|
8009
8058
|
},
|
|
8010
8059
|
"language": {
|
|
8011
8060
|
"type": "string"
|
|
@@ -8212,9 +8261,15 @@
|
|
|
8212
8261
|
"language": {
|
|
8213
8262
|
"type": "string"
|
|
8214
8263
|
},
|
|
8264
|
+
"qualityScore": {
|
|
8265
|
+
"type": "integer",
|
|
8266
|
+
"minimum": 1,
|
|
8267
|
+
"maximum": 5,
|
|
8268
|
+
"description": "Aggregate quality score (1-5 stars) based on answer relevance, clarity, and completeness. AI-generated, recruiter-overridable."
|
|
8269
|
+
},
|
|
8215
8270
|
"fields": {
|
|
8216
8271
|
"type": "object",
|
|
8217
|
-
"description": "
|
|
8272
|
+
"description": "Form fields keyed by field identifier. Each field contains localized content grouped by language code. Structure: {fieldKey: {langCode: {label, description, value, type, relevance, clarity, completeness, confidence, reasoning}}}."
|
|
8218
8273
|
},
|
|
8219
8274
|
"files": {
|
|
8220
8275
|
"type": "array",
|