@smartytalent/mcp-tools 0.1.9 → 0.1.10
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 +227 -10
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2009,6 +2009,14 @@
|
|
|
2009
2009
|
"archived"
|
|
2010
2010
|
]
|
|
2011
2011
|
},
|
|
2012
|
+
"filterShortCode": {
|
|
2013
|
+
"type": "string",
|
|
2014
|
+
"description": "Filter talents by exact shortCode value."
|
|
2015
|
+
},
|
|
2016
|
+
"filterEmail": {
|
|
2017
|
+
"type": "string",
|
|
2018
|
+
"description": "Specifies the email address to filter the results."
|
|
2019
|
+
},
|
|
2012
2020
|
"filterCreatedFrom": {
|
|
2013
2021
|
"type": "string",
|
|
2014
2022
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -2543,6 +2551,27 @@
|
|
|
2543
2551
|
}
|
|
2544
2552
|
}
|
|
2545
2553
|
},
|
|
2554
|
+
"forms": {
|
|
2555
|
+
"title": "TalentRelationshipsFormsSchema",
|
|
2556
|
+
"type": "object",
|
|
2557
|
+
"properties": {
|
|
2558
|
+
"data": {
|
|
2559
|
+
"type": "array",
|
|
2560
|
+
"items": {
|
|
2561
|
+
"title": "TalentRelationshipsFormsDataSchema",
|
|
2562
|
+
"type": "object",
|
|
2563
|
+
"properties": {
|
|
2564
|
+
"type": {
|
|
2565
|
+
"type": "string"
|
|
2566
|
+
},
|
|
2567
|
+
"id": {
|
|
2568
|
+
"type": "string"
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2546
2575
|
"translations": {
|
|
2547
2576
|
"title": "TalentRelationshipsTranslationsSchema",
|
|
2548
2577
|
"type": "object",
|
|
@@ -2586,6 +2615,10 @@
|
|
|
2586
2615
|
}
|
|
2587
2616
|
}
|
|
2588
2617
|
}
|
|
2618
|
+
},
|
|
2619
|
+
"meta": {
|
|
2620
|
+
"type": "object",
|
|
2621
|
+
"additionalProperties": true
|
|
2589
2622
|
}
|
|
2590
2623
|
}
|
|
2591
2624
|
}
|
|
@@ -3189,6 +3222,10 @@
|
|
|
3189
3222
|
"archived"
|
|
3190
3223
|
]
|
|
3191
3224
|
},
|
|
3225
|
+
"filterShortCode": {
|
|
3226
|
+
"type": "string",
|
|
3227
|
+
"description": "Filter jobs by exact shortCode value."
|
|
3228
|
+
},
|
|
3192
3229
|
"filterCreatedFrom": {
|
|
3193
3230
|
"type": "string",
|
|
3194
3231
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -3815,6 +3852,10 @@
|
|
|
3815
3852
|
}
|
|
3816
3853
|
}
|
|
3817
3854
|
}
|
|
3855
|
+
},
|
|
3856
|
+
"meta": {
|
|
3857
|
+
"type": "object",
|
|
3858
|
+
"additionalProperties": true
|
|
3818
3859
|
}
|
|
3819
3860
|
}
|
|
3820
3861
|
}
|
|
@@ -4446,6 +4487,10 @@
|
|
|
4446
4487
|
"archived"
|
|
4447
4488
|
]
|
|
4448
4489
|
},
|
|
4490
|
+
"filterShortCode": {
|
|
4491
|
+
"type": "string",
|
|
4492
|
+
"description": "Filter candidates by exact shortCode value."
|
|
4493
|
+
},
|
|
4449
4494
|
"filterCreatedFrom": {
|
|
4450
4495
|
"type": "string",
|
|
4451
4496
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -4868,6 +4913,48 @@
|
|
|
4868
4913
|
}
|
|
4869
4914
|
}
|
|
4870
4915
|
},
|
|
4916
|
+
"files": {
|
|
4917
|
+
"title": "CandidateRelationshipsFilesSchema",
|
|
4918
|
+
"type": "object",
|
|
4919
|
+
"properties": {
|
|
4920
|
+
"data": {
|
|
4921
|
+
"type": "array",
|
|
4922
|
+
"items": {
|
|
4923
|
+
"title": "CandidateRelationshipsFilesDataSchema",
|
|
4924
|
+
"type": "object",
|
|
4925
|
+
"properties": {
|
|
4926
|
+
"type": {
|
|
4927
|
+
"type": "string"
|
|
4928
|
+
},
|
|
4929
|
+
"id": {
|
|
4930
|
+
"type": "string"
|
|
4931
|
+
}
|
|
4932
|
+
}
|
|
4933
|
+
}
|
|
4934
|
+
}
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
"forms": {
|
|
4938
|
+
"title": "CandidateRelationshipsFormsSchema",
|
|
4939
|
+
"type": "object",
|
|
4940
|
+
"properties": {
|
|
4941
|
+
"data": {
|
|
4942
|
+
"type": "array",
|
|
4943
|
+
"items": {
|
|
4944
|
+
"title": "CandidateRelationshipsFormsDataSchema",
|
|
4945
|
+
"type": "object",
|
|
4946
|
+
"properties": {
|
|
4947
|
+
"type": {
|
|
4948
|
+
"type": "string"
|
|
4949
|
+
},
|
|
4950
|
+
"id": {
|
|
4951
|
+
"type": "string"
|
|
4952
|
+
}
|
|
4953
|
+
}
|
|
4954
|
+
}
|
|
4955
|
+
}
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4871
4958
|
"translations": {
|
|
4872
4959
|
"title": "CandidateRelationshipsTranslationsSchema",
|
|
4873
4960
|
"type": "object",
|
|
@@ -4911,6 +4998,10 @@
|
|
|
4911
4998
|
}
|
|
4912
4999
|
}
|
|
4913
5000
|
}
|
|
5001
|
+
},
|
|
5002
|
+
"meta": {
|
|
5003
|
+
"type": "object",
|
|
5004
|
+
"additionalProperties": true
|
|
4914
5005
|
}
|
|
4915
5006
|
}
|
|
4916
5007
|
}
|
|
@@ -5528,8 +5619,7 @@
|
|
|
5528
5619
|
"title": "FileAttributesSchema",
|
|
5529
5620
|
"type": "object",
|
|
5530
5621
|
"required": [
|
|
5531
|
-
"name"
|
|
5532
|
-
"email"
|
|
5622
|
+
"name"
|
|
5533
5623
|
],
|
|
5534
5624
|
"properties": {
|
|
5535
5625
|
"name": {
|
|
@@ -5538,6 +5628,21 @@
|
|
|
5538
5628
|
"status": {
|
|
5539
5629
|
"type": "string"
|
|
5540
5630
|
},
|
|
5631
|
+
"extension": {
|
|
5632
|
+
"type": "string"
|
|
5633
|
+
},
|
|
5634
|
+
"short_code": {
|
|
5635
|
+
"type": "string"
|
|
5636
|
+
},
|
|
5637
|
+
"source": {
|
|
5638
|
+
"type": "string"
|
|
5639
|
+
},
|
|
5640
|
+
"action": {
|
|
5641
|
+
"type": "string"
|
|
5642
|
+
},
|
|
5643
|
+
"type": {
|
|
5644
|
+
"type": "string"
|
|
5645
|
+
},
|
|
5541
5646
|
"timestamps": {
|
|
5542
5647
|
"title": "ResourceTimestampsSchema",
|
|
5543
5648
|
"type": "object",
|
|
@@ -5646,8 +5751,7 @@
|
|
|
5646
5751
|
"title": "FileAttributesSchema",
|
|
5647
5752
|
"type": "object",
|
|
5648
5753
|
"required": [
|
|
5649
|
-
"name"
|
|
5650
|
-
"email"
|
|
5754
|
+
"name"
|
|
5651
5755
|
],
|
|
5652
5756
|
"properties": {
|
|
5653
5757
|
"name": {
|
|
@@ -5656,6 +5760,21 @@
|
|
|
5656
5760
|
"status": {
|
|
5657
5761
|
"type": "string"
|
|
5658
5762
|
},
|
|
5763
|
+
"extension": {
|
|
5764
|
+
"type": "string"
|
|
5765
|
+
},
|
|
5766
|
+
"short_code": {
|
|
5767
|
+
"type": "string"
|
|
5768
|
+
},
|
|
5769
|
+
"source": {
|
|
5770
|
+
"type": "string"
|
|
5771
|
+
},
|
|
5772
|
+
"action": {
|
|
5773
|
+
"type": "string"
|
|
5774
|
+
},
|
|
5775
|
+
"type": {
|
|
5776
|
+
"type": "string"
|
|
5777
|
+
},
|
|
5659
5778
|
"timestamps": {
|
|
5660
5779
|
"title": "ResourceTimestampsSchema",
|
|
5661
5780
|
"type": "object",
|
|
@@ -6474,6 +6593,10 @@
|
|
|
6474
6593
|
}
|
|
6475
6594
|
}
|
|
6476
6595
|
}
|
|
6596
|
+
},
|
|
6597
|
+
"meta": {
|
|
6598
|
+
"type": "object",
|
|
6599
|
+
"additionalProperties": true
|
|
6477
6600
|
}
|
|
6478
6601
|
}
|
|
6479
6602
|
}
|
|
@@ -6680,15 +6803,14 @@
|
|
|
6680
6803
|
"type": {
|
|
6681
6804
|
"type": "string",
|
|
6682
6805
|
"enum": [
|
|
6683
|
-
"
|
|
6806
|
+
"forms"
|
|
6684
6807
|
]
|
|
6685
6808
|
},
|
|
6686
6809
|
"attributes": {
|
|
6687
6810
|
"title": "FormAttributesSchema",
|
|
6688
6811
|
"type": "object",
|
|
6689
6812
|
"required": [
|
|
6690
|
-
"name"
|
|
6691
|
-
"email"
|
|
6813
|
+
"name"
|
|
6692
6814
|
],
|
|
6693
6815
|
"properties": {
|
|
6694
6816
|
"name": {
|
|
@@ -6697,6 +6819,18 @@
|
|
|
6697
6819
|
"status": {
|
|
6698
6820
|
"type": "string"
|
|
6699
6821
|
},
|
|
6822
|
+
"short_code": {
|
|
6823
|
+
"type": "string"
|
|
6824
|
+
},
|
|
6825
|
+
"content": {
|
|
6826
|
+
"type": "string"
|
|
6827
|
+
},
|
|
6828
|
+
"ttl": {
|
|
6829
|
+
"type": "string"
|
|
6830
|
+
},
|
|
6831
|
+
"source": {
|
|
6832
|
+
"type": "string"
|
|
6833
|
+
},
|
|
6700
6834
|
"timestamps": {
|
|
6701
6835
|
"title": "ResourceTimestampsSchema",
|
|
6702
6836
|
"type": "object",
|
|
@@ -6808,8 +6942,7 @@
|
|
|
6808
6942
|
"title": "FormAttributesSchema",
|
|
6809
6943
|
"type": "object",
|
|
6810
6944
|
"required": [
|
|
6811
|
-
"name"
|
|
6812
|
-
"email"
|
|
6945
|
+
"name"
|
|
6813
6946
|
],
|
|
6814
6947
|
"properties": {
|
|
6815
6948
|
"name": {
|
|
@@ -6818,6 +6951,18 @@
|
|
|
6818
6951
|
"status": {
|
|
6819
6952
|
"type": "string"
|
|
6820
6953
|
},
|
|
6954
|
+
"short_code": {
|
|
6955
|
+
"type": "string"
|
|
6956
|
+
},
|
|
6957
|
+
"content": {
|
|
6958
|
+
"type": "string"
|
|
6959
|
+
},
|
|
6960
|
+
"ttl": {
|
|
6961
|
+
"type": "string"
|
|
6962
|
+
},
|
|
6963
|
+
"source": {
|
|
6964
|
+
"type": "string"
|
|
6965
|
+
},
|
|
6821
6966
|
"timestamps": {
|
|
6822
6967
|
"title": "ResourceTimestampsSchema",
|
|
6823
6968
|
"type": "object",
|
|
@@ -10897,6 +11042,10 @@
|
|
|
10897
11042
|
"archived"
|
|
10898
11043
|
]
|
|
10899
11044
|
},
|
|
11045
|
+
"filterName": {
|
|
11046
|
+
"type": "string",
|
|
11047
|
+
"description": "Filter by workflow name."
|
|
11048
|
+
},
|
|
10900
11049
|
"filterCreatedFrom": {
|
|
10901
11050
|
"type": "string",
|
|
10902
11051
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -11132,8 +11281,76 @@
|
|
|
11132
11281
|
"name": "create_run",
|
|
11133
11282
|
"description": "Create Run",
|
|
11134
11283
|
"inputSchema": {
|
|
11284
|
+
"title": "CreateRunRequestBody",
|
|
11135
11285
|
"type": "object",
|
|
11136
|
-
"
|
|
11286
|
+
"required": [
|
|
11287
|
+
"data"
|
|
11288
|
+
],
|
|
11289
|
+
"properties": {
|
|
11290
|
+
"data": {
|
|
11291
|
+
"title": "CreateRunRequestBodyData",
|
|
11292
|
+
"type": "object",
|
|
11293
|
+
"required": [
|
|
11294
|
+
"type",
|
|
11295
|
+
"attributes",
|
|
11296
|
+
"relationships"
|
|
11297
|
+
],
|
|
11298
|
+
"properties": {
|
|
11299
|
+
"type": {
|
|
11300
|
+
"type": "string",
|
|
11301
|
+
"enum": [
|
|
11302
|
+
"runs"
|
|
11303
|
+
]
|
|
11304
|
+
},
|
|
11305
|
+
"attributes": {
|
|
11306
|
+
"title": "RunAttributesSchema",
|
|
11307
|
+
"type": "object",
|
|
11308
|
+
"properties": {
|
|
11309
|
+
"triggerPayload": {
|
|
11310
|
+
"type": "object",
|
|
11311
|
+
"description": "The data payload for the workflow. Must include all required fields from the workflow requirements schema."
|
|
11312
|
+
}
|
|
11313
|
+
}
|
|
11314
|
+
},
|
|
11315
|
+
"relationships": {
|
|
11316
|
+
"title": "RunRelationshipsSchema",
|
|
11317
|
+
"type": "object",
|
|
11318
|
+
"required": [
|
|
11319
|
+
"workflows"
|
|
11320
|
+
],
|
|
11321
|
+
"properties": {
|
|
11322
|
+
"workflows": {
|
|
11323
|
+
"type": "object",
|
|
11324
|
+
"properties": {
|
|
11325
|
+
"data": {
|
|
11326
|
+
"type": "array",
|
|
11327
|
+
"items": {
|
|
11328
|
+
"type": "object",
|
|
11329
|
+
"required": [
|
|
11330
|
+
"type",
|
|
11331
|
+
"id"
|
|
11332
|
+
],
|
|
11333
|
+
"properties": {
|
|
11334
|
+
"type": {
|
|
11335
|
+
"type": "string",
|
|
11336
|
+
"enum": [
|
|
11337
|
+
"workflows"
|
|
11338
|
+
]
|
|
11339
|
+
},
|
|
11340
|
+
"id": {
|
|
11341
|
+
"type": "string",
|
|
11342
|
+
"description": "The workflow ID to run."
|
|
11343
|
+
}
|
|
11344
|
+
}
|
|
11345
|
+
}
|
|
11346
|
+
}
|
|
11347
|
+
}
|
|
11348
|
+
}
|
|
11349
|
+
}
|
|
11350
|
+
}
|
|
11351
|
+
}
|
|
11352
|
+
}
|
|
11353
|
+
}
|
|
11137
11354
|
},
|
|
11138
11355
|
"_meta": {
|
|
11139
11356
|
"method": "POST",
|