@smartytalent/mcp-tools 0.1.12 → 0.1.14
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 +111 -5
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4649,7 +4649,14 @@
|
|
|
4649
4649
|
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
4650
4650
|
},
|
|
4651
4651
|
"recommendationStatusCode": {
|
|
4652
|
-
"
|
|
4652
|
+
"oneOf": [
|
|
4653
|
+
{
|
|
4654
|
+
"type": "integer"
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"type": "string"
|
|
4658
|
+
}
|
|
4659
|
+
],
|
|
4653
4660
|
"description": "Numeric recommendation status code"
|
|
4654
4661
|
},
|
|
4655
4662
|
"overallMatchRating": {
|
|
@@ -5177,7 +5184,14 @@
|
|
|
5177
5184
|
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
5178
5185
|
},
|
|
5179
5186
|
"recommendationStatusCode": {
|
|
5180
|
-
"
|
|
5187
|
+
"oneOf": [
|
|
5188
|
+
{
|
|
5189
|
+
"type": "integer"
|
|
5190
|
+
},
|
|
5191
|
+
{
|
|
5192
|
+
"type": "string"
|
|
5193
|
+
}
|
|
5194
|
+
],
|
|
5181
5195
|
"description": "Numeric recommendation status code"
|
|
5182
5196
|
},
|
|
5183
5197
|
"overallMatchRating": {
|
|
@@ -5702,9 +5716,7 @@
|
|
|
5702
5716
|
"meta": {
|
|
5703
5717
|
"title": "ResourceMetaSchema",
|
|
5704
5718
|
"type": "object",
|
|
5705
|
-
"additionalProperties":
|
|
5706
|
-
"type": "string"
|
|
5707
|
-
}
|
|
5719
|
+
"additionalProperties": true
|
|
5708
5720
|
}
|
|
5709
5721
|
}
|
|
5710
5722
|
}
|
|
@@ -8724,6 +8736,21 @@
|
|
|
8724
8736
|
"status": {
|
|
8725
8737
|
"type": "string"
|
|
8726
8738
|
},
|
|
8739
|
+
"details": {
|
|
8740
|
+
"type": "object",
|
|
8741
|
+
"additionalProperties": {
|
|
8742
|
+
"type": "string"
|
|
8743
|
+
},
|
|
8744
|
+
"description": "Multilingual note details keyed by language code"
|
|
8745
|
+
},
|
|
8746
|
+
"source": {
|
|
8747
|
+
"type": "string",
|
|
8748
|
+
"description": "Source of the note"
|
|
8749
|
+
},
|
|
8750
|
+
"ttl": {
|
|
8751
|
+
"type": "string",
|
|
8752
|
+
"description": "Time-to-live expiration timestamp"
|
|
8753
|
+
},
|
|
8727
8754
|
"meta": {
|
|
8728
8755
|
"type": "object",
|
|
8729
8756
|
"additionalProperties": true
|
|
@@ -8899,6 +8926,21 @@
|
|
|
8899
8926
|
"status": {
|
|
8900
8927
|
"type": "string"
|
|
8901
8928
|
},
|
|
8929
|
+
"details": {
|
|
8930
|
+
"type": "object",
|
|
8931
|
+
"additionalProperties": {
|
|
8932
|
+
"type": "string"
|
|
8933
|
+
},
|
|
8934
|
+
"description": "Multilingual note details keyed by language code"
|
|
8935
|
+
},
|
|
8936
|
+
"source": {
|
|
8937
|
+
"type": "string",
|
|
8938
|
+
"description": "Source of the note"
|
|
8939
|
+
},
|
|
8940
|
+
"ttl": {
|
|
8941
|
+
"type": "string",
|
|
8942
|
+
"description": "Time-to-live expiration timestamp"
|
|
8943
|
+
},
|
|
8902
8944
|
"meta": {
|
|
8903
8945
|
"type": "object",
|
|
8904
8946
|
"additionalProperties": true
|
|
@@ -9619,9 +9661,41 @@
|
|
|
9619
9661
|
"name": {
|
|
9620
9662
|
"type": "string"
|
|
9621
9663
|
},
|
|
9664
|
+
"type": {
|
|
9665
|
+
"type": "string",
|
|
9666
|
+
"description": "Conversation type (e.g., candidates, jobs, talents, personas)"
|
|
9667
|
+
},
|
|
9622
9668
|
"status": {
|
|
9623
9669
|
"type": "string"
|
|
9624
9670
|
},
|
|
9671
|
+
"summary": {
|
|
9672
|
+
"type": "object",
|
|
9673
|
+
"additionalProperties": {
|
|
9674
|
+
"type": "string"
|
|
9675
|
+
},
|
|
9676
|
+
"description": "Multilingual summary keyed by language code"
|
|
9677
|
+
},
|
|
9678
|
+
"source": {
|
|
9679
|
+
"type": "string",
|
|
9680
|
+
"description": "Source of the conversation"
|
|
9681
|
+
},
|
|
9682
|
+
"languageCode": {
|
|
9683
|
+
"type": "string",
|
|
9684
|
+
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
9685
|
+
},
|
|
9686
|
+
"isConversationEnd": {
|
|
9687
|
+
"type": "boolean",
|
|
9688
|
+
"description": "Whether the conversation has ended"
|
|
9689
|
+
},
|
|
9690
|
+
"settings": {
|
|
9691
|
+
"type": "object",
|
|
9692
|
+
"additionalProperties": true,
|
|
9693
|
+
"description": "Conversation settings inherited from job"
|
|
9694
|
+
},
|
|
9695
|
+
"ttl": {
|
|
9696
|
+
"type": "string",
|
|
9697
|
+
"description": "Time-to-live expiration timestamp"
|
|
9698
|
+
},
|
|
9625
9699
|
"meta": {
|
|
9626
9700
|
"type": "object",
|
|
9627
9701
|
"additionalProperties": true
|
|
@@ -9737,9 +9811,41 @@
|
|
|
9737
9811
|
"name": {
|
|
9738
9812
|
"type": "string"
|
|
9739
9813
|
},
|
|
9814
|
+
"type": {
|
|
9815
|
+
"type": "string",
|
|
9816
|
+
"description": "Conversation type (e.g., candidates, jobs, talents, personas)"
|
|
9817
|
+
},
|
|
9740
9818
|
"status": {
|
|
9741
9819
|
"type": "string"
|
|
9742
9820
|
},
|
|
9821
|
+
"summary": {
|
|
9822
|
+
"type": "object",
|
|
9823
|
+
"additionalProperties": {
|
|
9824
|
+
"type": "string"
|
|
9825
|
+
},
|
|
9826
|
+
"description": "Multilingual summary keyed by language code"
|
|
9827
|
+
},
|
|
9828
|
+
"source": {
|
|
9829
|
+
"type": "string",
|
|
9830
|
+
"description": "Source of the conversation"
|
|
9831
|
+
},
|
|
9832
|
+
"languageCode": {
|
|
9833
|
+
"type": "string",
|
|
9834
|
+
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
9835
|
+
},
|
|
9836
|
+
"isConversationEnd": {
|
|
9837
|
+
"type": "boolean",
|
|
9838
|
+
"description": "Whether the conversation has ended"
|
|
9839
|
+
},
|
|
9840
|
+
"settings": {
|
|
9841
|
+
"type": "object",
|
|
9842
|
+
"additionalProperties": true,
|
|
9843
|
+
"description": "Conversation settings inherited from job"
|
|
9844
|
+
},
|
|
9845
|
+
"ttl": {
|
|
9846
|
+
"type": "string",
|
|
9847
|
+
"description": "Time-to-live expiration timestamp"
|
|
9848
|
+
},
|
|
9743
9849
|
"meta": {
|
|
9744
9850
|
"type": "object",
|
|
9745
9851
|
"additionalProperties": true
|