@smartytalent/mcp-tools 0.4.0 → 0.4.1-rc.1

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 +121 -8
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -865,6 +865,19 @@
865
865
  "operationId": "assignTenantPhoneNumber"
866
866
  }
867
867
  },
868
+ {
869
+ "name": "tenant_phone_numbers_assign_options",
870
+ "description": "Assign Phone Number Options",
871
+ "inputSchema": {
872
+ "type": "object",
873
+ "properties": {}
874
+ },
875
+ "_meta": {
876
+ "method": "OPTIONS",
877
+ "path": "/v1/tenants/{tenantId}/phone-numbers/assign",
878
+ "operationId": "tenantPhoneNumbersAssignOptions"
879
+ }
880
+ },
868
881
  {
869
882
  "name": "purchase_tenant_phone_number",
870
883
  "description": "Purchase Phone Number",
@@ -1048,14 +1061,44 @@
1048
1061
  },
1049
1062
  "settings": {
1050
1063
  "type": "object",
1051
- "additionalProperties": true
1064
+ "additionalProperties": true,
1065
+ "description": "Free-form user settings map. PATCH replaces the WHOLE object -\nclients must read-merge-write. On the virtual employee\n(type='ai') the `presence` key is the canonical audio-visual\nidentity contract (Arc B B4.2), sparse by design: an absent\nkey means \"use the channel's default\".",
1066
+ "properties": {
1067
+ "presence": {
1068
+ "type": "object",
1069
+ "description": "Virtual-employee AV identity. Read-side resolver\n(presence_utils) sanitizes: voiceId/liveAvatarId must be\nplain tokens ([A-Za-z0-9._-], max 64/128) else they degrade\nto the channel default; intro is capped at 300 code points\non read. Consumed by meeting dispatch, the webapp realtime\nmint and call TwiML.",
1070
+ "properties": {
1071
+ "voiceId": {
1072
+ "type": "string",
1073
+ "description": "Realtime voice for EVERY channel the employee speaks in: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Backend only format-validates - FE should offer the hard list."
1074
+ },
1075
+ "voiceGender": {
1076
+ "type": "string",
1077
+ "enum": [
1078
+ "male",
1079
+ "female"
1080
+ ]
1081
+ },
1082
+ "liveAvatarId": {
1083
+ "type": "string",
1084
+ "description": "HeyGen LiveAvatar id for on-grid video."
1085
+ },
1086
+ "intro": {
1087
+ "type": "string",
1088
+ "maxLength": 300,
1089
+ "description": "Character sketch appended to voice prompts. NOT a role prompt (persona service owns prompt configs)."
1090
+ }
1091
+ }
1092
+ }
1093
+ }
1052
1094
  },
1053
1095
  "connections": {
1054
1096
  "type": "object",
1055
1097
  "additionalProperties": true
1056
1098
  },
1057
1099
  "avatarUrl": {
1058
- "type": "string"
1100
+ "type": "string",
1101
+ "description": "CDN URL of the profile picture. Either a per-user upload (users/... key, minted via the upload door) or a shared gallery image (avatars/...). Must point at an existing CDN object - updateUser head-checks it."
1059
1102
  },
1060
1103
  "status": {
1061
1104
  "type": "string"
@@ -1322,14 +1365,44 @@
1322
1365
  },
1323
1366
  "settings": {
1324
1367
  "type": "object",
1325
- "additionalProperties": true
1368
+ "additionalProperties": true,
1369
+ "description": "Free-form user settings map. PATCH replaces the WHOLE object -\nclients must read-merge-write. On the virtual employee\n(type='ai') the `presence` key is the canonical audio-visual\nidentity contract (Arc B B4.2), sparse by design: an absent\nkey means \"use the channel's default\".",
1370
+ "properties": {
1371
+ "presence": {
1372
+ "type": "object",
1373
+ "description": "Virtual-employee AV identity. Read-side resolver\n(presence_utils) sanitizes: voiceId/liveAvatarId must be\nplain tokens ([A-Za-z0-9._-], max 64/128) else they degrade\nto the channel default; intro is capped at 300 code points\non read. Consumed by meeting dispatch, the webapp realtime\nmint and call TwiML.",
1374
+ "properties": {
1375
+ "voiceId": {
1376
+ "type": "string",
1377
+ "description": "Realtime voice for EVERY channel the employee speaks in: alloy, ash, ballad, coral, echo, sage, shimmer, verse, marin, cedar. Backend only format-validates - FE should offer the hard list."
1378
+ },
1379
+ "voiceGender": {
1380
+ "type": "string",
1381
+ "enum": [
1382
+ "male",
1383
+ "female"
1384
+ ]
1385
+ },
1386
+ "liveAvatarId": {
1387
+ "type": "string",
1388
+ "description": "HeyGen LiveAvatar id for on-grid video."
1389
+ },
1390
+ "intro": {
1391
+ "type": "string",
1392
+ "maxLength": 300,
1393
+ "description": "Character sketch appended to voice prompts. NOT a role prompt (persona service owns prompt configs)."
1394
+ }
1395
+ }
1396
+ }
1397
+ }
1326
1398
  },
1327
1399
  "connections": {
1328
1400
  "type": "object",
1329
1401
  "additionalProperties": true
1330
1402
  },
1331
1403
  "avatarUrl": {
1332
- "type": "string"
1404
+ "type": "string",
1405
+ "description": "CDN URL of the profile picture. Either a per-user upload (users/... key, minted via the upload door) or a shared gallery image (avatars/...). Must point at an existing CDN object - updateUser head-checks it."
1333
1406
  },
1334
1407
  "status": {
1335
1408
  "type": "string"
@@ -13452,6 +13525,10 @@
13452
13525
  "type": "string",
13453
13526
  "description": "Source of the note"
13454
13527
  },
13528
+ "authorUserId": {
13529
+ "type": "string",
13530
+ "description": "Denormalized user id of the note's author (mirror of email.fromUserId): the boe workflow user for AI-written notes, the human creator for manual ones. Server-stamped at create from the caller identity; FE joins against its local user cache to render name + avatar without a per-row API call. Null on legacy rows."
13531
+ },
13455
13532
  "ttl": {
13456
13533
  "type": "string",
13457
13534
  "description": "Time-to-live expiration timestamp"
@@ -13621,6 +13698,10 @@
13621
13698
  "type": "string",
13622
13699
  "description": "Source of the note"
13623
13700
  },
13701
+ "authorUserId": {
13702
+ "type": "string",
13703
+ "description": "Denormalized user id of the note's author (mirror of email.fromUserId): the boe workflow user for AI-written notes, the human creator for manual ones. Server-stamped at create from the caller identity; FE joins against its local user cache to render name + avatar without a per-row API call. Null on legacy rows."
13704
+ },
13624
13705
  "ttl": {
13625
13706
  "type": "string",
13626
13707
  "description": "Time-to-live expiration timestamp"
@@ -15952,7 +16033,15 @@
15952
16033
  },
15953
16034
  "avatarId": {
15954
16035
  "type": "string",
15955
- "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."
16036
+ "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. Persisted on the attendee row and returned on reads (resolution at dispatch: request avatarId -> boe user settings.presence.liveAvatarId -> server default)."
16037
+ },
16038
+ "voiceGender": {
16039
+ "type": "string",
16040
+ "enum": [
16041
+ "male",
16042
+ "female"
16043
+ ],
16044
+ "description": "AI only, server-stamped at dispatch when the voice came from the boe user's settings.presence (request-picked voices fall back to the container's voice-derived gender). Returned on reads so FE can mirror the bot's presenting gender."
15956
16045
  },
15957
16046
  "config": {
15958
16047
  "type": "object",
@@ -16137,7 +16226,15 @@
16137
16226
  },
16138
16227
  "avatarId": {
16139
16228
  "type": "string",
16140
- "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."
16229
+ "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. Persisted on the attendee row and returned on reads (resolution at dispatch: request avatarId -> boe user settings.presence.liveAvatarId -> server default)."
16230
+ },
16231
+ "voiceGender": {
16232
+ "type": "string",
16233
+ "enum": [
16234
+ "male",
16235
+ "female"
16236
+ ],
16237
+ "description": "AI only, server-stamped at dispatch when the voice came from the boe user's settings.presence (request-picked voices fall back to the container's voice-derived gender). Returned on reads so FE can mirror the bot's presenting gender."
16141
16238
  },
16142
16239
  "config": {
16143
16240
  "type": "object",
@@ -16309,7 +16406,15 @@
16309
16406
  },
16310
16407
  "avatarId": {
16311
16408
  "type": "string",
16312
- "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."
16409
+ "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. Persisted on the attendee row and returned on reads (resolution at dispatch: request avatarId -> boe user settings.presence.liveAvatarId -> server default)."
16410
+ },
16411
+ "voiceGender": {
16412
+ "type": "string",
16413
+ "enum": [
16414
+ "male",
16415
+ "female"
16416
+ ],
16417
+ "description": "AI only, server-stamped at dispatch when the voice came from the boe user's settings.presence (request-picked voices fall back to the container's voice-derived gender). Returned on reads so FE can mirror the bot's presenting gender."
16313
16418
  },
16314
16419
  "config": {
16315
16420
  "type": "object",
@@ -16653,7 +16758,15 @@
16653
16758
  },
16654
16759
  "avatarId": {
16655
16760
  "type": "string",
16656
- "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."
16761
+ "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. Persisted on the attendee row and returned on reads (resolution at dispatch: request avatarId -> boe user settings.presence.liveAvatarId -> server default)."
16762
+ },
16763
+ "voiceGender": {
16764
+ "type": "string",
16765
+ "enum": [
16766
+ "male",
16767
+ "female"
16768
+ ],
16769
+ "description": "AI only, server-stamped at dispatch when the voice came from the boe user's settings.presence (request-picked voices fall back to the container's voice-derived gender). Returned on reads so FE can mirror the bot's presenting gender."
16657
16770
  },
16658
16771
  "config": {
16659
16772
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-rc.1",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",