@smartytalent/mcp-tools 0.1.33-dev.74 → 0.1.33-dev.75
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 +84 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14902,6 +14902,48 @@
|
|
|
14902
14902
|
"mixed"
|
|
14903
14903
|
]
|
|
14904
14904
|
},
|
|
14905
|
+
"delivery": {
|
|
14906
|
+
"type": "object",
|
|
14907
|
+
"description": "Vocal delivery cues for the candidate from the audio model (judged\nfrom voice, not the words alone). One Map attribute, NOT localized -\nFE renders each as a label/meter. Only populated for interview-purpose\nmeetings; null otherwise.",
|
|
14908
|
+
"properties": {
|
|
14909
|
+
"confidence": {
|
|
14910
|
+
"type": "string",
|
|
14911
|
+
"enum": [
|
|
14912
|
+
"low",
|
|
14913
|
+
"medium",
|
|
14914
|
+
"high"
|
|
14915
|
+
],
|
|
14916
|
+
"description": "How composed/assured the candidate sounded."
|
|
14917
|
+
},
|
|
14918
|
+
"engagement": {
|
|
14919
|
+
"type": "string",
|
|
14920
|
+
"enum": [
|
|
14921
|
+
"low",
|
|
14922
|
+
"medium",
|
|
14923
|
+
"high"
|
|
14924
|
+
],
|
|
14925
|
+
"description": "Energy / interest level."
|
|
14926
|
+
},
|
|
14927
|
+
"clarity": {
|
|
14928
|
+
"type": "string",
|
|
14929
|
+
"enum": [
|
|
14930
|
+
"low",
|
|
14931
|
+
"medium",
|
|
14932
|
+
"high"
|
|
14933
|
+
],
|
|
14934
|
+
"description": "How clearly/structured the candidate spoke."
|
|
14935
|
+
},
|
|
14936
|
+
"pace": {
|
|
14937
|
+
"type": "string",
|
|
14938
|
+
"enum": [
|
|
14939
|
+
"slow",
|
|
14940
|
+
"steady",
|
|
14941
|
+
"fast"
|
|
14942
|
+
],
|
|
14943
|
+
"description": "Speaking speed."
|
|
14944
|
+
}
|
|
14945
|
+
}
|
|
14946
|
+
},
|
|
14905
14947
|
"status": {
|
|
14906
14948
|
"type": "string",
|
|
14907
14949
|
"enum": [
|
|
@@ -15493,6 +15535,48 @@
|
|
|
15493
15535
|
"mixed"
|
|
15494
15536
|
]
|
|
15495
15537
|
},
|
|
15538
|
+
"delivery": {
|
|
15539
|
+
"type": "object",
|
|
15540
|
+
"description": "Vocal delivery cues for the candidate from the audio model (judged\nfrom voice, not the words alone). One Map attribute, NOT localized -\nFE renders each as a label/meter. Only populated for interview-purpose\nmeetings; null otherwise.",
|
|
15541
|
+
"properties": {
|
|
15542
|
+
"confidence": {
|
|
15543
|
+
"type": "string",
|
|
15544
|
+
"enum": [
|
|
15545
|
+
"low",
|
|
15546
|
+
"medium",
|
|
15547
|
+
"high"
|
|
15548
|
+
],
|
|
15549
|
+
"description": "How composed/assured the candidate sounded."
|
|
15550
|
+
},
|
|
15551
|
+
"engagement": {
|
|
15552
|
+
"type": "string",
|
|
15553
|
+
"enum": [
|
|
15554
|
+
"low",
|
|
15555
|
+
"medium",
|
|
15556
|
+
"high"
|
|
15557
|
+
],
|
|
15558
|
+
"description": "Energy / interest level."
|
|
15559
|
+
},
|
|
15560
|
+
"clarity": {
|
|
15561
|
+
"type": "string",
|
|
15562
|
+
"enum": [
|
|
15563
|
+
"low",
|
|
15564
|
+
"medium",
|
|
15565
|
+
"high"
|
|
15566
|
+
],
|
|
15567
|
+
"description": "How clearly/structured the candidate spoke."
|
|
15568
|
+
},
|
|
15569
|
+
"pace": {
|
|
15570
|
+
"type": "string",
|
|
15571
|
+
"enum": [
|
|
15572
|
+
"slow",
|
|
15573
|
+
"steady",
|
|
15574
|
+
"fast"
|
|
15575
|
+
],
|
|
15576
|
+
"description": "Speaking speed."
|
|
15577
|
+
}
|
|
15578
|
+
}
|
|
15579
|
+
},
|
|
15496
15580
|
"status": {
|
|
15497
15581
|
"type": "string",
|
|
15498
15582
|
"enum": [
|