@smartytalent/mcp-tools 0.1.33-dev.73 → 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 +168 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11377,6 +11377,48 @@
|
|
|
11377
11377
|
],
|
|
11378
11378
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11379
11379
|
},
|
|
11380
|
+
"delivery": {
|
|
11381
|
+
"type": "object",
|
|
11382
|
+
"description": "Vocal delivery cues from the audio model (judged from voice, not the\nwords alone). One Map attribute, NOT localized - FE renders each as a\nlabel/meter. Null until the post-call AI Step Function completes.",
|
|
11383
|
+
"properties": {
|
|
11384
|
+
"confidence": {
|
|
11385
|
+
"type": "string",
|
|
11386
|
+
"enum": [
|
|
11387
|
+
"low",
|
|
11388
|
+
"medium",
|
|
11389
|
+
"high"
|
|
11390
|
+
],
|
|
11391
|
+
"description": "How composed/assured the candidate sounded."
|
|
11392
|
+
},
|
|
11393
|
+
"engagement": {
|
|
11394
|
+
"type": "string",
|
|
11395
|
+
"enum": [
|
|
11396
|
+
"low",
|
|
11397
|
+
"medium",
|
|
11398
|
+
"high"
|
|
11399
|
+
],
|
|
11400
|
+
"description": "Energy / interest level."
|
|
11401
|
+
},
|
|
11402
|
+
"clarity": {
|
|
11403
|
+
"type": "string",
|
|
11404
|
+
"enum": [
|
|
11405
|
+
"low",
|
|
11406
|
+
"medium",
|
|
11407
|
+
"high"
|
|
11408
|
+
],
|
|
11409
|
+
"description": "How clearly/structured the candidate spoke."
|
|
11410
|
+
},
|
|
11411
|
+
"pace": {
|
|
11412
|
+
"type": "string",
|
|
11413
|
+
"enum": [
|
|
11414
|
+
"slow",
|
|
11415
|
+
"steady",
|
|
11416
|
+
"fast"
|
|
11417
|
+
],
|
|
11418
|
+
"description": "Speaking speed."
|
|
11419
|
+
}
|
|
11420
|
+
}
|
|
11421
|
+
},
|
|
11380
11422
|
"summaryGeneratedAt": {
|
|
11381
11423
|
"type": "string",
|
|
11382
11424
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
@@ -11912,6 +11954,48 @@
|
|
|
11912
11954
|
],
|
|
11913
11955
|
"description": "AI-derived sentiment of the conversation as a whole."
|
|
11914
11956
|
},
|
|
11957
|
+
"delivery": {
|
|
11958
|
+
"type": "object",
|
|
11959
|
+
"description": "Vocal delivery cues from the audio model (judged from voice, not the\nwords alone). One Map attribute, NOT localized - FE renders each as a\nlabel/meter. Null until the post-call AI Step Function completes.",
|
|
11960
|
+
"properties": {
|
|
11961
|
+
"confidence": {
|
|
11962
|
+
"type": "string",
|
|
11963
|
+
"enum": [
|
|
11964
|
+
"low",
|
|
11965
|
+
"medium",
|
|
11966
|
+
"high"
|
|
11967
|
+
],
|
|
11968
|
+
"description": "How composed/assured the candidate sounded."
|
|
11969
|
+
},
|
|
11970
|
+
"engagement": {
|
|
11971
|
+
"type": "string",
|
|
11972
|
+
"enum": [
|
|
11973
|
+
"low",
|
|
11974
|
+
"medium",
|
|
11975
|
+
"high"
|
|
11976
|
+
],
|
|
11977
|
+
"description": "Energy / interest level."
|
|
11978
|
+
},
|
|
11979
|
+
"clarity": {
|
|
11980
|
+
"type": "string",
|
|
11981
|
+
"enum": [
|
|
11982
|
+
"low",
|
|
11983
|
+
"medium",
|
|
11984
|
+
"high"
|
|
11985
|
+
],
|
|
11986
|
+
"description": "How clearly/structured the candidate spoke."
|
|
11987
|
+
},
|
|
11988
|
+
"pace": {
|
|
11989
|
+
"type": "string",
|
|
11990
|
+
"enum": [
|
|
11991
|
+
"slow",
|
|
11992
|
+
"steady",
|
|
11993
|
+
"fast"
|
|
11994
|
+
],
|
|
11995
|
+
"description": "Speaking speed."
|
|
11996
|
+
}
|
|
11997
|
+
}
|
|
11998
|
+
},
|
|
11915
11999
|
"summaryGeneratedAt": {
|
|
11916
12000
|
"type": "string",
|
|
11917
12001
|
"description": "ISO 8601 timestamp when the AI summary pipeline (keyNotes + topicsDiscussed + sentiment + summary) finalized. Null until the post-call AI Step Function completes."
|
|
@@ -14818,6 +14902,48 @@
|
|
|
14818
14902
|
"mixed"
|
|
14819
14903
|
]
|
|
14820
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
|
+
},
|
|
14821
14947
|
"status": {
|
|
14822
14948
|
"type": "string",
|
|
14823
14949
|
"enum": [
|
|
@@ -15409,6 +15535,48 @@
|
|
|
15409
15535
|
"mixed"
|
|
15410
15536
|
]
|
|
15411
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
|
+
},
|
|
15412
15580
|
"status": {
|
|
15413
15581
|
"type": "string",
|
|
15414
15582
|
"enum": [
|