@smartytalent/mcp-tools 0.1.33-dev.75 → 0.1.33-dev.77
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 +28 -109
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -6421,56 +6421,14 @@
|
|
|
6421
6421
|
]
|
|
6422
6422
|
},
|
|
6423
6423
|
"attributes": {
|
|
6424
|
-
"title": "LinkAttributesSchema",
|
|
6425
6424
|
"type": "object",
|
|
6426
6425
|
"required": [
|
|
6427
|
-
"
|
|
6428
|
-
"email"
|
|
6426
|
+
"sourceUrl"
|
|
6429
6427
|
],
|
|
6430
6428
|
"properties": {
|
|
6431
|
-
"
|
|
6432
|
-
"type": "string"
|
|
6433
|
-
|
|
6434
|
-
"status": {
|
|
6435
|
-
"type": "string"
|
|
6436
|
-
},
|
|
6437
|
-
"timestamps": {
|
|
6438
|
-
"title": "ResourceTimestampsSchema",
|
|
6439
|
-
"type": "object",
|
|
6440
|
-
"properties": {
|
|
6441
|
-
"created": {
|
|
6442
|
-
"type": "string",
|
|
6443
|
-
"format": "date-time"
|
|
6444
|
-
},
|
|
6445
|
-
"modified": {
|
|
6446
|
-
"type": "string",
|
|
6447
|
-
"format": "date-time"
|
|
6448
|
-
}
|
|
6449
|
-
}
|
|
6450
|
-
}
|
|
6451
|
-
}
|
|
6452
|
-
},
|
|
6453
|
-
"relationships": {
|
|
6454
|
-
"title": "LinkRelationshipsSchema",
|
|
6455
|
-
"type": "object",
|
|
6456
|
-
"properties": {
|
|
6457
|
-
"file": {
|
|
6458
|
-
"title": "LinkRelationshipsFileSchema",
|
|
6459
|
-
"type": "object",
|
|
6460
|
-
"properties": {
|
|
6461
|
-
"data": {
|
|
6462
|
-
"title": "LinkRelationshipsFileDataSchema",
|
|
6463
|
-
"type": "object",
|
|
6464
|
-
"properties": {
|
|
6465
|
-
"type": {
|
|
6466
|
-
"type": "string"
|
|
6467
|
-
},
|
|
6468
|
-
"id": {
|
|
6469
|
-
"type": "string"
|
|
6470
|
-
}
|
|
6471
|
-
}
|
|
6472
|
-
}
|
|
6473
|
-
}
|
|
6429
|
+
"sourceUrl": {
|
|
6430
|
+
"type": "string",
|
|
6431
|
+
"description": "The URL to fetch and render to markdown."
|
|
6474
6432
|
}
|
|
6475
6433
|
}
|
|
6476
6434
|
}
|
|
@@ -6511,71 +6469,16 @@
|
|
|
6511
6469
|
}
|
|
6512
6470
|
},
|
|
6513
6471
|
{
|
|
6514
|
-
"name": "
|
|
6515
|
-
"description": "
|
|
6472
|
+
"name": "refresh_link",
|
|
6473
|
+
"description": "Re-fetch Link",
|
|
6516
6474
|
"inputSchema": {
|
|
6517
|
-
"title": "UpdateLinkRequestBody",
|
|
6518
6475
|
"type": "object",
|
|
6519
|
-
"
|
|
6520
|
-
"data"
|
|
6521
|
-
],
|
|
6522
|
-
"properties": {
|
|
6523
|
-
"data": {
|
|
6524
|
-
"title": "UpdateLinkRequestBodyData",
|
|
6525
|
-
"type": "object",
|
|
6526
|
-
"required": [
|
|
6527
|
-
"type",
|
|
6528
|
-
"id",
|
|
6529
|
-
"attributes"
|
|
6530
|
-
],
|
|
6531
|
-
"properties": {
|
|
6532
|
-
"type": {
|
|
6533
|
-
"type": "string",
|
|
6534
|
-
"enum": [
|
|
6535
|
-
"links"
|
|
6536
|
-
]
|
|
6537
|
-
},
|
|
6538
|
-
"id": {
|
|
6539
|
-
"type": "string"
|
|
6540
|
-
},
|
|
6541
|
-
"attributes": {
|
|
6542
|
-
"title": "LinkAttributesSchema",
|
|
6543
|
-
"type": "object",
|
|
6544
|
-
"required": [
|
|
6545
|
-
"name",
|
|
6546
|
-
"email"
|
|
6547
|
-
],
|
|
6548
|
-
"properties": {
|
|
6549
|
-
"name": {
|
|
6550
|
-
"type": "string"
|
|
6551
|
-
},
|
|
6552
|
-
"status": {
|
|
6553
|
-
"type": "string"
|
|
6554
|
-
},
|
|
6555
|
-
"timestamps": {
|
|
6556
|
-
"title": "ResourceTimestampsSchema",
|
|
6557
|
-
"type": "object",
|
|
6558
|
-
"properties": {
|
|
6559
|
-
"created": {
|
|
6560
|
-
"type": "string",
|
|
6561
|
-
"format": "date-time"
|
|
6562
|
-
},
|
|
6563
|
-
"modified": {
|
|
6564
|
-
"type": "string",
|
|
6565
|
-
"format": "date-time"
|
|
6566
|
-
}
|
|
6567
|
-
}
|
|
6568
|
-
}
|
|
6569
|
-
}
|
|
6570
|
-
}
|
|
6571
|
-
}
|
|
6572
|
-
}
|
|
6573
|
-
}
|
|
6476
|
+
"properties": {}
|
|
6574
6477
|
},
|
|
6575
6478
|
"_meta": {
|
|
6576
6479
|
"method": "PATCH",
|
|
6577
6480
|
"path": "/v1/links/{linkId}",
|
|
6578
|
-
"operationId": "
|
|
6481
|
+
"operationId": "refreshLink"
|
|
6579
6482
|
}
|
|
6580
6483
|
},
|
|
6581
6484
|
{
|
|
@@ -15752,7 +15655,11 @@
|
|
|
15752
15655
|
},
|
|
15753
15656
|
"voice": {
|
|
15754
15657
|
"type": "string",
|
|
15755
|
-
"description": "AI only.
|
|
15658
|
+
"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."
|
|
15659
|
+
},
|
|
15660
|
+
"avatarId": {
|
|
15661
|
+
"type": "string",
|
|
15662
|
+
"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."
|
|
15756
15663
|
},
|
|
15757
15664
|
"config": {
|
|
15758
15665
|
"type": "object",
|
|
@@ -15933,7 +15840,11 @@
|
|
|
15933
15840
|
},
|
|
15934
15841
|
"voice": {
|
|
15935
15842
|
"type": "string",
|
|
15936
|
-
"description": "AI only.
|
|
15843
|
+
"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."
|
|
15844
|
+
},
|
|
15845
|
+
"avatarId": {
|
|
15846
|
+
"type": "string",
|
|
15847
|
+
"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."
|
|
15937
15848
|
},
|
|
15938
15849
|
"config": {
|
|
15939
15850
|
"type": "object",
|
|
@@ -16101,7 +16012,11 @@
|
|
|
16101
16012
|
},
|
|
16102
16013
|
"voice": {
|
|
16103
16014
|
"type": "string",
|
|
16104
|
-
"description": "AI only.
|
|
16015
|
+
"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."
|
|
16016
|
+
},
|
|
16017
|
+
"avatarId": {
|
|
16018
|
+
"type": "string",
|
|
16019
|
+
"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."
|
|
16105
16020
|
},
|
|
16106
16021
|
"config": {
|
|
16107
16022
|
"type": "object",
|
|
@@ -16441,7 +16356,11 @@
|
|
|
16441
16356
|
},
|
|
16442
16357
|
"voice": {
|
|
16443
16358
|
"type": "string",
|
|
16444
|
-
"description": "AI only.
|
|
16359
|
+
"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."
|
|
16360
|
+
},
|
|
16361
|
+
"avatarId": {
|
|
16362
|
+
"type": "string",
|
|
16363
|
+
"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."
|
|
16445
16364
|
},
|
|
16446
16365
|
"config": {
|
|
16447
16366
|
"type": "object",
|