@smartytalent/mcp-tools 0.1.33-dev.74 → 0.1.33-dev.76

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.
Files changed (2) hide show
  1. package/dist/tools.json +104 -4
  2. 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": [
@@ -15668,7 +15752,11 @@
15668
15752
  },
15669
15753
  "voice": {
15670
15754
  "type": "string",
15671
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
15755
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
15756
+ },
15757
+ "avatarId": {
15758
+ "type": "string",
15759
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
15672
15760
  },
15673
15761
  "config": {
15674
15762
  "type": "object",
@@ -15849,7 +15937,11 @@
15849
15937
  },
15850
15938
  "voice": {
15851
15939
  "type": "string",
15852
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
15940
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
15941
+ },
15942
+ "avatarId": {
15943
+ "type": "string",
15944
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
15853
15945
  },
15854
15946
  "config": {
15855
15947
  "type": "object",
@@ -16017,7 +16109,11 @@
16017
16109
  },
16018
16110
  "voice": {
16019
16111
  "type": "string",
16020
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
16112
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
16113
+ },
16114
+ "avatarId": {
16115
+ "type": "string",
16116
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
16021
16117
  },
16022
16118
  "config": {
16023
16119
  "type": "object",
@@ -16357,7 +16453,11 @@
16357
16453
  },
16358
16454
  "voice": {
16359
16455
  "type": "string",
16360
- "description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
16456
+ "description": "AI only. gpt-realtime voice used at dispatch: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Female-leaning: coral, sage, shimmer. Defaults to a role-based voice when omitted."
16457
+ },
16458
+ "avatarId": {
16459
+ "type": "string",
16460
+ "description": "AI only. HeyGen LiveAvatar avatar id for Boe's on-grid video, used at dispatch. Overrides the server default avatar; omit to use the default."
16361
16461
  },
16362
16462
  "config": {
16363
16463
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.74",
3
+ "version": "0.1.33-dev.76",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",