@smartytalent/mcp-tools 0.1.11 → 0.1.13
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 +110 -2
- 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": {
|
|
@@ -8724,6 +8738,21 @@
|
|
|
8724
8738
|
"status": {
|
|
8725
8739
|
"type": "string"
|
|
8726
8740
|
},
|
|
8741
|
+
"details": {
|
|
8742
|
+
"type": "object",
|
|
8743
|
+
"additionalProperties": {
|
|
8744
|
+
"type": "string"
|
|
8745
|
+
},
|
|
8746
|
+
"description": "Multilingual note details keyed by language code"
|
|
8747
|
+
},
|
|
8748
|
+
"source": {
|
|
8749
|
+
"type": "string",
|
|
8750
|
+
"description": "Source of the note"
|
|
8751
|
+
},
|
|
8752
|
+
"ttl": {
|
|
8753
|
+
"type": "string",
|
|
8754
|
+
"description": "Time-to-live expiration timestamp"
|
|
8755
|
+
},
|
|
8727
8756
|
"meta": {
|
|
8728
8757
|
"type": "object",
|
|
8729
8758
|
"additionalProperties": true
|
|
@@ -8899,6 +8928,21 @@
|
|
|
8899
8928
|
"status": {
|
|
8900
8929
|
"type": "string"
|
|
8901
8930
|
},
|
|
8931
|
+
"details": {
|
|
8932
|
+
"type": "object",
|
|
8933
|
+
"additionalProperties": {
|
|
8934
|
+
"type": "string"
|
|
8935
|
+
},
|
|
8936
|
+
"description": "Multilingual note details keyed by language code"
|
|
8937
|
+
},
|
|
8938
|
+
"source": {
|
|
8939
|
+
"type": "string",
|
|
8940
|
+
"description": "Source of the note"
|
|
8941
|
+
},
|
|
8942
|
+
"ttl": {
|
|
8943
|
+
"type": "string",
|
|
8944
|
+
"description": "Time-to-live expiration timestamp"
|
|
8945
|
+
},
|
|
8902
8946
|
"meta": {
|
|
8903
8947
|
"type": "object",
|
|
8904
8948
|
"additionalProperties": true
|
|
@@ -9619,9 +9663,41 @@
|
|
|
9619
9663
|
"name": {
|
|
9620
9664
|
"type": "string"
|
|
9621
9665
|
},
|
|
9666
|
+
"type": {
|
|
9667
|
+
"type": "string",
|
|
9668
|
+
"description": "Conversation type (e.g., candidates, jobs, talents, personas)"
|
|
9669
|
+
},
|
|
9622
9670
|
"status": {
|
|
9623
9671
|
"type": "string"
|
|
9624
9672
|
},
|
|
9673
|
+
"summary": {
|
|
9674
|
+
"type": "object",
|
|
9675
|
+
"additionalProperties": {
|
|
9676
|
+
"type": "string"
|
|
9677
|
+
},
|
|
9678
|
+
"description": "Multilingual summary keyed by language code"
|
|
9679
|
+
},
|
|
9680
|
+
"source": {
|
|
9681
|
+
"type": "string",
|
|
9682
|
+
"description": "Source of the conversation"
|
|
9683
|
+
},
|
|
9684
|
+
"languageCode": {
|
|
9685
|
+
"type": "string",
|
|
9686
|
+
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
9687
|
+
},
|
|
9688
|
+
"isConversationEnd": {
|
|
9689
|
+
"type": "boolean",
|
|
9690
|
+
"description": "Whether the conversation has ended"
|
|
9691
|
+
},
|
|
9692
|
+
"settings": {
|
|
9693
|
+
"type": "object",
|
|
9694
|
+
"additionalProperties": true,
|
|
9695
|
+
"description": "Conversation settings inherited from job"
|
|
9696
|
+
},
|
|
9697
|
+
"ttl": {
|
|
9698
|
+
"type": "string",
|
|
9699
|
+
"description": "Time-to-live expiration timestamp"
|
|
9700
|
+
},
|
|
9625
9701
|
"meta": {
|
|
9626
9702
|
"type": "object",
|
|
9627
9703
|
"additionalProperties": true
|
|
@@ -9737,9 +9813,41 @@
|
|
|
9737
9813
|
"name": {
|
|
9738
9814
|
"type": "string"
|
|
9739
9815
|
},
|
|
9816
|
+
"type": {
|
|
9817
|
+
"type": "string",
|
|
9818
|
+
"description": "Conversation type (e.g., candidates, jobs, talents, personas)"
|
|
9819
|
+
},
|
|
9740
9820
|
"status": {
|
|
9741
9821
|
"type": "string"
|
|
9742
9822
|
},
|
|
9823
|
+
"summary": {
|
|
9824
|
+
"type": "object",
|
|
9825
|
+
"additionalProperties": {
|
|
9826
|
+
"type": "string"
|
|
9827
|
+
},
|
|
9828
|
+
"description": "Multilingual summary keyed by language code"
|
|
9829
|
+
},
|
|
9830
|
+
"source": {
|
|
9831
|
+
"type": "string",
|
|
9832
|
+
"description": "Source of the conversation"
|
|
9833
|
+
},
|
|
9834
|
+
"languageCode": {
|
|
9835
|
+
"type": "string",
|
|
9836
|
+
"description": "Preferred language code (e.g., en-US, pl-PL)"
|
|
9837
|
+
},
|
|
9838
|
+
"isConversationEnd": {
|
|
9839
|
+
"type": "boolean",
|
|
9840
|
+
"description": "Whether the conversation has ended"
|
|
9841
|
+
},
|
|
9842
|
+
"settings": {
|
|
9843
|
+
"type": "object",
|
|
9844
|
+
"additionalProperties": true,
|
|
9845
|
+
"description": "Conversation settings inherited from job"
|
|
9846
|
+
},
|
|
9847
|
+
"ttl": {
|
|
9848
|
+
"type": "string",
|
|
9849
|
+
"description": "Time-to-live expiration timestamp"
|
|
9850
|
+
},
|
|
9743
9851
|
"meta": {
|
|
9744
9852
|
"type": "object",
|
|
9745
9853
|
"additionalProperties": true
|