@smartytalent/mcp-tools 0.1.8 → 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 +371 -10
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -13,6 +13,10 @@
|
|
|
13
13
|
"archived"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
+
"filterEmail": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "Returns tenants matching the given email address."
|
|
19
|
+
},
|
|
16
20
|
"filterCreatedFrom": {
|
|
17
21
|
"type": "string",
|
|
18
22
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -2005,6 +2009,14 @@
|
|
|
2005
2009
|
"archived"
|
|
2006
2010
|
]
|
|
2007
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
|
+
},
|
|
2008
2020
|
"filterCreatedFrom": {
|
|
2009
2021
|
"type": "string",
|
|
2010
2022
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -2539,6 +2551,27 @@
|
|
|
2539
2551
|
}
|
|
2540
2552
|
}
|
|
2541
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
|
+
},
|
|
2542
2575
|
"translations": {
|
|
2543
2576
|
"title": "TalentRelationshipsTranslationsSchema",
|
|
2544
2577
|
"type": "object",
|
|
@@ -2582,6 +2615,10 @@
|
|
|
2582
2615
|
}
|
|
2583
2616
|
}
|
|
2584
2617
|
}
|
|
2618
|
+
},
|
|
2619
|
+
"meta": {
|
|
2620
|
+
"type": "object",
|
|
2621
|
+
"additionalProperties": true
|
|
2585
2622
|
}
|
|
2586
2623
|
}
|
|
2587
2624
|
}
|
|
@@ -3185,6 +3222,10 @@
|
|
|
3185
3222
|
"archived"
|
|
3186
3223
|
]
|
|
3187
3224
|
},
|
|
3225
|
+
"filterShortCode": {
|
|
3226
|
+
"type": "string",
|
|
3227
|
+
"description": "Filter jobs by exact shortCode value."
|
|
3228
|
+
},
|
|
3188
3229
|
"filterCreatedFrom": {
|
|
3189
3230
|
"type": "string",
|
|
3190
3231
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -3811,6 +3852,10 @@
|
|
|
3811
3852
|
}
|
|
3812
3853
|
}
|
|
3813
3854
|
}
|
|
3855
|
+
},
|
|
3856
|
+
"meta": {
|
|
3857
|
+
"type": "object",
|
|
3858
|
+
"additionalProperties": true
|
|
3814
3859
|
}
|
|
3815
3860
|
}
|
|
3816
3861
|
}
|
|
@@ -4442,6 +4487,10 @@
|
|
|
4442
4487
|
"archived"
|
|
4443
4488
|
]
|
|
4444
4489
|
},
|
|
4490
|
+
"filterShortCode": {
|
|
4491
|
+
"type": "string",
|
|
4492
|
+
"description": "Filter candidates by exact shortCode value."
|
|
4493
|
+
},
|
|
4445
4494
|
"filterCreatedFrom": {
|
|
4446
4495
|
"type": "string",
|
|
4447
4496
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -4864,6 +4913,48 @@
|
|
|
4864
4913
|
}
|
|
4865
4914
|
}
|
|
4866
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
|
+
},
|
|
4867
4958
|
"translations": {
|
|
4868
4959
|
"title": "CandidateRelationshipsTranslationsSchema",
|
|
4869
4960
|
"type": "object",
|
|
@@ -4907,6 +4998,10 @@
|
|
|
4907
4998
|
}
|
|
4908
4999
|
}
|
|
4909
5000
|
}
|
|
5001
|
+
},
|
|
5002
|
+
"meta": {
|
|
5003
|
+
"type": "object",
|
|
5004
|
+
"additionalProperties": true
|
|
4910
5005
|
}
|
|
4911
5006
|
}
|
|
4912
5007
|
}
|
|
@@ -5524,8 +5619,7 @@
|
|
|
5524
5619
|
"title": "FileAttributesSchema",
|
|
5525
5620
|
"type": "object",
|
|
5526
5621
|
"required": [
|
|
5527
|
-
"name"
|
|
5528
|
-
"email"
|
|
5622
|
+
"name"
|
|
5529
5623
|
],
|
|
5530
5624
|
"properties": {
|
|
5531
5625
|
"name": {
|
|
@@ -5534,6 +5628,21 @@
|
|
|
5534
5628
|
"status": {
|
|
5535
5629
|
"type": "string"
|
|
5536
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
|
+
},
|
|
5537
5646
|
"timestamps": {
|
|
5538
5647
|
"title": "ResourceTimestampsSchema",
|
|
5539
5648
|
"type": "object",
|
|
@@ -5642,8 +5751,7 @@
|
|
|
5642
5751
|
"title": "FileAttributesSchema",
|
|
5643
5752
|
"type": "object",
|
|
5644
5753
|
"required": [
|
|
5645
|
-
"name"
|
|
5646
|
-
"email"
|
|
5754
|
+
"name"
|
|
5647
5755
|
],
|
|
5648
5756
|
"properties": {
|
|
5649
5757
|
"name": {
|
|
@@ -5652,6 +5760,21 @@
|
|
|
5652
5760
|
"status": {
|
|
5653
5761
|
"type": "string"
|
|
5654
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
|
+
},
|
|
5655
5778
|
"timestamps": {
|
|
5656
5779
|
"title": "ResourceTimestampsSchema",
|
|
5657
5780
|
"type": "object",
|
|
@@ -6470,6 +6593,10 @@
|
|
|
6470
6593
|
}
|
|
6471
6594
|
}
|
|
6472
6595
|
}
|
|
6596
|
+
},
|
|
6597
|
+
"meta": {
|
|
6598
|
+
"type": "object",
|
|
6599
|
+
"additionalProperties": true
|
|
6473
6600
|
}
|
|
6474
6601
|
}
|
|
6475
6602
|
}
|
|
@@ -6676,15 +6803,14 @@
|
|
|
6676
6803
|
"type": {
|
|
6677
6804
|
"type": "string",
|
|
6678
6805
|
"enum": [
|
|
6679
|
-
"
|
|
6806
|
+
"forms"
|
|
6680
6807
|
]
|
|
6681
6808
|
},
|
|
6682
6809
|
"attributes": {
|
|
6683
6810
|
"title": "FormAttributesSchema",
|
|
6684
6811
|
"type": "object",
|
|
6685
6812
|
"required": [
|
|
6686
|
-
"name"
|
|
6687
|
-
"email"
|
|
6813
|
+
"name"
|
|
6688
6814
|
],
|
|
6689
6815
|
"properties": {
|
|
6690
6816
|
"name": {
|
|
@@ -6693,6 +6819,18 @@
|
|
|
6693
6819
|
"status": {
|
|
6694
6820
|
"type": "string"
|
|
6695
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
|
+
},
|
|
6696
6834
|
"timestamps": {
|
|
6697
6835
|
"title": "ResourceTimestampsSchema",
|
|
6698
6836
|
"type": "object",
|
|
@@ -6804,8 +6942,7 @@
|
|
|
6804
6942
|
"title": "FormAttributesSchema",
|
|
6805
6943
|
"type": "object",
|
|
6806
6944
|
"required": [
|
|
6807
|
-
"name"
|
|
6808
|
-
"email"
|
|
6945
|
+
"name"
|
|
6809
6946
|
],
|
|
6810
6947
|
"properties": {
|
|
6811
6948
|
"name": {
|
|
@@ -6814,6 +6951,18 @@
|
|
|
6814
6951
|
"status": {
|
|
6815
6952
|
"type": "string"
|
|
6816
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
|
+
},
|
|
6817
6966
|
"timestamps": {
|
|
6818
6967
|
"title": "ResourceTimestampsSchema",
|
|
6819
6968
|
"type": "object",
|
|
@@ -6866,6 +7015,146 @@
|
|
|
6866
7015
|
"operationId": "formOptions"
|
|
6867
7016
|
}
|
|
6868
7017
|
},
|
|
7018
|
+
{
|
|
7019
|
+
"name": "upload_form_file",
|
|
7020
|
+
"description": "Upload Form File",
|
|
7021
|
+
"inputSchema": {
|
|
7022
|
+
"type": "object",
|
|
7023
|
+
"properties": {
|
|
7024
|
+
"formId": {
|
|
7025
|
+
"type": "string",
|
|
7026
|
+
"description": "formId parameter"
|
|
7027
|
+
},
|
|
7028
|
+
"requestBody": {
|
|
7029
|
+
"type": "object",
|
|
7030
|
+
"required": [
|
|
7031
|
+
"fileName",
|
|
7032
|
+
"contentType",
|
|
7033
|
+
"tenantId"
|
|
7034
|
+
],
|
|
7035
|
+
"properties": {
|
|
7036
|
+
"fileName": {
|
|
7037
|
+
"type": "string"
|
|
7038
|
+
},
|
|
7039
|
+
"contentType": {
|
|
7040
|
+
"type": "string"
|
|
7041
|
+
},
|
|
7042
|
+
"tenantId": {
|
|
7043
|
+
"type": "string"
|
|
7044
|
+
}
|
|
7045
|
+
}
|
|
7046
|
+
}
|
|
7047
|
+
},
|
|
7048
|
+
"required": [
|
|
7049
|
+
"formId",
|
|
7050
|
+
"requestBody"
|
|
7051
|
+
]
|
|
7052
|
+
},
|
|
7053
|
+
"_meta": {
|
|
7054
|
+
"method": "POST",
|
|
7055
|
+
"path": "/v1/forms/{formId}/uploads",
|
|
7056
|
+
"operationId": "uploadFormFile"
|
|
7057
|
+
}
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"name": "form_uploads_options",
|
|
7061
|
+
"description": "Form Uploads Options",
|
|
7062
|
+
"inputSchema": {
|
|
7063
|
+
"type": "object",
|
|
7064
|
+
"properties": {}
|
|
7065
|
+
},
|
|
7066
|
+
"_meta": {
|
|
7067
|
+
"method": "OPTIONS",
|
|
7068
|
+
"path": "/v1/forms/{formId}/uploads",
|
|
7069
|
+
"operationId": "formUploadsOptions"
|
|
7070
|
+
}
|
|
7071
|
+
},
|
|
7072
|
+
{
|
|
7073
|
+
"name": "submit_form",
|
|
7074
|
+
"description": "Submit Form",
|
|
7075
|
+
"inputSchema": {
|
|
7076
|
+
"type": "object",
|
|
7077
|
+
"properties": {
|
|
7078
|
+
"formId": {
|
|
7079
|
+
"type": "string",
|
|
7080
|
+
"description": "formId parameter"
|
|
7081
|
+
},
|
|
7082
|
+
"requestBody": {
|
|
7083
|
+
"type": "object",
|
|
7084
|
+
"required": [
|
|
7085
|
+
"name",
|
|
7086
|
+
"email",
|
|
7087
|
+
"tenantId"
|
|
7088
|
+
],
|
|
7089
|
+
"properties": {
|
|
7090
|
+
"tenantId": {
|
|
7091
|
+
"type": "string"
|
|
7092
|
+
},
|
|
7093
|
+
"name": {
|
|
7094
|
+
"type": "string"
|
|
7095
|
+
},
|
|
7096
|
+
"email": {
|
|
7097
|
+
"type": "string"
|
|
7098
|
+
},
|
|
7099
|
+
"phone": {
|
|
7100
|
+
"type": "string"
|
|
7101
|
+
},
|
|
7102
|
+
"files": {
|
|
7103
|
+
"type": "array",
|
|
7104
|
+
"items": {
|
|
7105
|
+
"type": "object",
|
|
7106
|
+
"properties": {
|
|
7107
|
+
"fileKey": {
|
|
7108
|
+
"type": "string"
|
|
7109
|
+
},
|
|
7110
|
+
"originalFilename": {
|
|
7111
|
+
"type": "string"
|
|
7112
|
+
}
|
|
7113
|
+
}
|
|
7114
|
+
}
|
|
7115
|
+
},
|
|
7116
|
+
"language": {
|
|
7117
|
+
"type": "string"
|
|
7118
|
+
},
|
|
7119
|
+
"sourceJobShortCode": {
|
|
7120
|
+
"type": "string"
|
|
7121
|
+
},
|
|
7122
|
+
"jobId": {
|
|
7123
|
+
"type": "string"
|
|
7124
|
+
},
|
|
7125
|
+
"consentCurrent": {
|
|
7126
|
+
"type": "boolean"
|
|
7127
|
+
},
|
|
7128
|
+
"consentFuture": {
|
|
7129
|
+
"type": "boolean"
|
|
7130
|
+
}
|
|
7131
|
+
}
|
|
7132
|
+
}
|
|
7133
|
+
},
|
|
7134
|
+
"required": [
|
|
7135
|
+
"formId",
|
|
7136
|
+
"requestBody"
|
|
7137
|
+
]
|
|
7138
|
+
},
|
|
7139
|
+
"_meta": {
|
|
7140
|
+
"method": "POST",
|
|
7141
|
+
"path": "/v1/forms/{formId}/submissions",
|
|
7142
|
+
"operationId": "submitForm"
|
|
7143
|
+
}
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"name": "form_submissions_options",
|
|
7147
|
+
"description": "Form Submissions Options",
|
|
7148
|
+
"inputSchema": {
|
|
7149
|
+
"type": "object",
|
|
7150
|
+
"properties": {}
|
|
7151
|
+
},
|
|
7152
|
+
"_meta": {
|
|
7153
|
+
"method": "OPTIONS",
|
|
7154
|
+
"path": "/v1/forms/{formId}/submissions",
|
|
7155
|
+
"operationId": "formSubmissionsOptions"
|
|
7156
|
+
}
|
|
7157
|
+
},
|
|
6869
7158
|
{
|
|
6870
7159
|
"name": "list_browsers",
|
|
6871
7160
|
"description": "List Browsers",
|
|
@@ -10753,6 +11042,10 @@
|
|
|
10753
11042
|
"archived"
|
|
10754
11043
|
]
|
|
10755
11044
|
},
|
|
11045
|
+
"filterName": {
|
|
11046
|
+
"type": "string",
|
|
11047
|
+
"description": "Filter by workflow name."
|
|
11048
|
+
},
|
|
10756
11049
|
"filterCreatedFrom": {
|
|
10757
11050
|
"type": "string",
|
|
10758
11051
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -10988,8 +11281,76 @@
|
|
|
10988
11281
|
"name": "create_run",
|
|
10989
11282
|
"description": "Create Run",
|
|
10990
11283
|
"inputSchema": {
|
|
11284
|
+
"title": "CreateRunRequestBody",
|
|
10991
11285
|
"type": "object",
|
|
10992
|
-
"
|
|
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
|
+
}
|
|
10993
11354
|
},
|
|
10994
11355
|
"_meta": {
|
|
10995
11356
|
"method": "POST",
|