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

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 +84 -0
  2. 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."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.73",
3
+ "version": "0.1.33-dev.74",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",