@smartytalent/mcp-tools 0.8.17 → 0.9.0
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 +241 -21
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2771,12 +2771,12 @@
|
|
|
2771
2771
|
},
|
|
2772
2772
|
"permissions": {
|
|
2773
2773
|
"title": "RoleRelationshipsPermissionsSchema",
|
|
2774
|
+
"description": "Written only by the system-tenant bootstrap (sysowner roles); empty for every tenant-created role. The permission service itself is an unwired scaffold.",
|
|
2774
2775
|
"type": "object",
|
|
2775
2776
|
"properties": {
|
|
2776
2777
|
"data": {
|
|
2777
2778
|
"type": "array",
|
|
2778
2779
|
"items": {
|
|
2779
|
-
"title": "RoleRelationshipsPermissionsDataSchema",
|
|
2780
2780
|
"type": "object",
|
|
2781
2781
|
"properties": {
|
|
2782
2782
|
"type": {
|
|
@@ -3102,6 +3102,8 @@
|
|
|
3102
3102
|
"properties": {
|
|
3103
3103
|
"data": {
|
|
3104
3104
|
"type": "array",
|
|
3105
|
+
"maxItems": 1,
|
|
3106
|
+
"description": "Exactly one entry: the key authenticates AS this single user. Kept as an array (maxItems 1) for wire compatibility - decision 2026-08-14, PLAN_RELATIONSHIP_CONTRACT.md.",
|
|
3105
3107
|
"items": {
|
|
3106
3108
|
"title": "ApikeyRelationshipsUsersDataSchema",
|
|
3107
3109
|
"type": "object",
|
|
@@ -3884,6 +3886,26 @@
|
|
|
3884
3886
|
}
|
|
3885
3887
|
}
|
|
3886
3888
|
}
|
|
3889
|
+
},
|
|
3890
|
+
"tasks": {
|
|
3891
|
+
"title": "TalentRelationshipsTasksSchema",
|
|
3892
|
+
"type": "object",
|
|
3893
|
+
"properties": {
|
|
3894
|
+
"data": {
|
|
3895
|
+
"type": "array",
|
|
3896
|
+
"items": {
|
|
3897
|
+
"type": "object",
|
|
3898
|
+
"properties": {
|
|
3899
|
+
"type": {
|
|
3900
|
+
"type": "string"
|
|
3901
|
+
},
|
|
3902
|
+
"id": {
|
|
3903
|
+
"type": "string"
|
|
3904
|
+
}
|
|
3905
|
+
}
|
|
3906
|
+
}
|
|
3907
|
+
}
|
|
3908
|
+
}
|
|
3887
3909
|
}
|
|
3888
3910
|
}
|
|
3889
3911
|
},
|
|
@@ -4615,7 +4637,7 @@
|
|
|
4615
4637
|
},
|
|
4616
4638
|
"titleInclusive": {
|
|
4617
4639
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
4618
|
-
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4640
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4619
4641
|
"type": "object",
|
|
4620
4642
|
"additionalProperties": {
|
|
4621
4643
|
"type": "string"
|
|
@@ -5251,6 +5273,48 @@
|
|
|
5251
5273
|
}
|
|
5252
5274
|
}
|
|
5253
5275
|
}
|
|
5276
|
+
},
|
|
5277
|
+
"users": {
|
|
5278
|
+
"title": "JobRelationshipsUsersSchema",
|
|
5279
|
+
"type": "object",
|
|
5280
|
+
"properties": {
|
|
5281
|
+
"data": {
|
|
5282
|
+
"type": "array",
|
|
5283
|
+
"items": {
|
|
5284
|
+
"title": "JobRelationshipsUsersDataSchema",
|
|
5285
|
+
"type": "object",
|
|
5286
|
+
"properties": {
|
|
5287
|
+
"type": {
|
|
5288
|
+
"type": "string"
|
|
5289
|
+
},
|
|
5290
|
+
"id": {
|
|
5291
|
+
"type": "string"
|
|
5292
|
+
}
|
|
5293
|
+
}
|
|
5294
|
+
}
|
|
5295
|
+
}
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
"tasks": {
|
|
5299
|
+
"title": "JobRelationshipsTasksSchema",
|
|
5300
|
+
"type": "object",
|
|
5301
|
+
"properties": {
|
|
5302
|
+
"data": {
|
|
5303
|
+
"type": "array",
|
|
5304
|
+
"items": {
|
|
5305
|
+
"title": "JobRelationshipsTasksDataSchema",
|
|
5306
|
+
"type": "object",
|
|
5307
|
+
"properties": {
|
|
5308
|
+
"type": {
|
|
5309
|
+
"type": "string"
|
|
5310
|
+
},
|
|
5311
|
+
"id": {
|
|
5312
|
+
"type": "string"
|
|
5313
|
+
}
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
}
|
|
5317
|
+
}
|
|
5254
5318
|
}
|
|
5255
5319
|
}
|
|
5256
5320
|
},
|
|
@@ -5353,7 +5417,7 @@
|
|
|
5353
5417
|
},
|
|
5354
5418
|
"titleInclusive": {
|
|
5355
5419
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
5356
|
-
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5420
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5357
5421
|
"type": "object",
|
|
5358
5422
|
"additionalProperties": {
|
|
5359
5423
|
"type": "string"
|
|
@@ -5903,6 +5967,10 @@
|
|
|
5903
5967
|
"type": "string",
|
|
5904
5968
|
"description": "Filter candidates by exact shortCode value."
|
|
5905
5969
|
},
|
|
5970
|
+
"filterJobId": {
|
|
5971
|
+
"type": "string",
|
|
5972
|
+
"description": "Returns candidates applied to the given job (JobIndex lookup). The scalable way to list a job's pipeline."
|
|
5973
|
+
},
|
|
5906
5974
|
"filterEmail": {
|
|
5907
5975
|
"type": "string",
|
|
5908
5976
|
"description": "Specifies the email address to filter the results."
|
|
@@ -6425,6 +6493,26 @@
|
|
|
6425
6493
|
}
|
|
6426
6494
|
}
|
|
6427
6495
|
}
|
|
6496
|
+
},
|
|
6497
|
+
"tasks": {
|
|
6498
|
+
"title": "CandidateRelationshipsTasksSchema",
|
|
6499
|
+
"type": "object",
|
|
6500
|
+
"properties": {
|
|
6501
|
+
"data": {
|
|
6502
|
+
"type": "array",
|
|
6503
|
+
"items": {
|
|
6504
|
+
"type": "object",
|
|
6505
|
+
"properties": {
|
|
6506
|
+
"type": {
|
|
6507
|
+
"type": "string"
|
|
6508
|
+
},
|
|
6509
|
+
"id": {
|
|
6510
|
+
"type": "string"
|
|
6511
|
+
}
|
|
6512
|
+
}
|
|
6513
|
+
}
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6428
6516
|
}
|
|
6429
6517
|
}
|
|
6430
6518
|
},
|
|
@@ -6959,6 +7047,26 @@
|
|
|
6959
7047
|
}
|
|
6960
7048
|
}
|
|
6961
7049
|
}
|
|
7050
|
+
},
|
|
7051
|
+
"tasks": {
|
|
7052
|
+
"title": "CandidateRelationshipsTasksSchema",
|
|
7053
|
+
"type": "object",
|
|
7054
|
+
"properties": {
|
|
7055
|
+
"data": {
|
|
7056
|
+
"type": "array",
|
|
7057
|
+
"items": {
|
|
7058
|
+
"type": "object",
|
|
7059
|
+
"properties": {
|
|
7060
|
+
"type": {
|
|
7061
|
+
"type": "string"
|
|
7062
|
+
},
|
|
7063
|
+
"id": {
|
|
7064
|
+
"type": "string"
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
6962
7070
|
}
|
|
6963
7071
|
}
|
|
6964
7072
|
}
|
|
@@ -8137,6 +8245,86 @@
|
|
|
8137
8245
|
}
|
|
8138
8246
|
}
|
|
8139
8247
|
}
|
|
8248
|
+
},
|
|
8249
|
+
"users": {
|
|
8250
|
+
"title": "EmailRelationshipsUsersSchema",
|
|
8251
|
+
"type": "object",
|
|
8252
|
+
"properties": {
|
|
8253
|
+
"data": {
|
|
8254
|
+
"type": "array",
|
|
8255
|
+
"items": {
|
|
8256
|
+
"type": "object",
|
|
8257
|
+
"properties": {
|
|
8258
|
+
"type": {
|
|
8259
|
+
"type": "string"
|
|
8260
|
+
},
|
|
8261
|
+
"id": {
|
|
8262
|
+
"type": "string"
|
|
8263
|
+
}
|
|
8264
|
+
}
|
|
8265
|
+
}
|
|
8266
|
+
}
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
"jobs": {
|
|
8270
|
+
"title": "EmailRelationshipsJobsSchema",
|
|
8271
|
+
"type": "object",
|
|
8272
|
+
"properties": {
|
|
8273
|
+
"data": {
|
|
8274
|
+
"type": "array",
|
|
8275
|
+
"items": {
|
|
8276
|
+
"type": "object",
|
|
8277
|
+
"properties": {
|
|
8278
|
+
"type": {
|
|
8279
|
+
"type": "string"
|
|
8280
|
+
},
|
|
8281
|
+
"id": {
|
|
8282
|
+
"type": "string"
|
|
8283
|
+
}
|
|
8284
|
+
}
|
|
8285
|
+
}
|
|
8286
|
+
}
|
|
8287
|
+
}
|
|
8288
|
+
},
|
|
8289
|
+
"assessments": {
|
|
8290
|
+
"title": "EmailRelationshipsAssessmentsSchema",
|
|
8291
|
+
"type": "object",
|
|
8292
|
+
"properties": {
|
|
8293
|
+
"data": {
|
|
8294
|
+
"type": "array",
|
|
8295
|
+
"items": {
|
|
8296
|
+
"type": "object",
|
|
8297
|
+
"properties": {
|
|
8298
|
+
"type": {
|
|
8299
|
+
"type": "string"
|
|
8300
|
+
},
|
|
8301
|
+
"id": {
|
|
8302
|
+
"type": "string"
|
|
8303
|
+
}
|
|
8304
|
+
}
|
|
8305
|
+
}
|
|
8306
|
+
}
|
|
8307
|
+
}
|
|
8308
|
+
},
|
|
8309
|
+
"ads": {
|
|
8310
|
+
"title": "EmailRelationshipsAdsSchema",
|
|
8311
|
+
"type": "object",
|
|
8312
|
+
"properties": {
|
|
8313
|
+
"data": {
|
|
8314
|
+
"type": "array",
|
|
8315
|
+
"items": {
|
|
8316
|
+
"type": "object",
|
|
8317
|
+
"properties": {
|
|
8318
|
+
"type": {
|
|
8319
|
+
"type": "string"
|
|
8320
|
+
},
|
|
8321
|
+
"id": {
|
|
8322
|
+
"type": "string"
|
|
8323
|
+
}
|
|
8324
|
+
}
|
|
8325
|
+
}
|
|
8326
|
+
}
|
|
8327
|
+
}
|
|
8140
8328
|
}
|
|
8141
8329
|
}
|
|
8142
8330
|
},
|
|
@@ -8587,8 +8775,9 @@
|
|
|
8587
8775
|
}
|
|
8588
8776
|
},
|
|
8589
8777
|
"relationships": {
|
|
8590
|
-
"title": "
|
|
8778
|
+
"title": "FormWriteRelationshipsSchema",
|
|
8591
8779
|
"type": "object",
|
|
8780
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
8592
8781
|
"properties": {}
|
|
8593
8782
|
}
|
|
8594
8783
|
}
|
|
@@ -9158,8 +9347,9 @@
|
|
|
9158
9347
|
}
|
|
9159
9348
|
},
|
|
9160
9349
|
"relationships": {
|
|
9161
|
-
"title": "
|
|
9350
|
+
"title": "FeedbackWriteRelationshipsSchema",
|
|
9162
9351
|
"type": "object",
|
|
9352
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
9163
9353
|
"properties": {
|
|
9164
9354
|
"jobs": {
|
|
9165
9355
|
"title": "FeedbackRelationshipsJobsSchema",
|
|
@@ -9573,8 +9763,9 @@
|
|
|
9573
9763
|
}
|
|
9574
9764
|
},
|
|
9575
9765
|
"relationships": {
|
|
9576
|
-
"title": "
|
|
9766
|
+
"title": "FeedbackWriteRelationshipsSchema",
|
|
9577
9767
|
"type": "object",
|
|
9768
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
9578
9769
|
"properties": {
|
|
9579
9770
|
"jobs": {
|
|
9580
9771
|
"title": "FeedbackRelationshipsJobsSchema",
|
|
@@ -12103,8 +12294,9 @@
|
|
|
12103
12294
|
}
|
|
12104
12295
|
},
|
|
12105
12296
|
"relationships": {
|
|
12106
|
-
"title": "
|
|
12297
|
+
"title": "SubmissionWriteRelationshipsSchema",
|
|
12107
12298
|
"type": "object",
|
|
12299
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
12108
12300
|
"properties": {
|
|
12109
12301
|
"forms": {
|
|
12110
12302
|
"title": "SubmissionRelationshipsFormsSchema",
|
|
@@ -12618,8 +12810,9 @@
|
|
|
12618
12810
|
}
|
|
12619
12811
|
},
|
|
12620
12812
|
"relationships": {
|
|
12621
|
-
"title": "
|
|
12813
|
+
"title": "SubmissionWriteRelationshipsSchema",
|
|
12622
12814
|
"type": "object",
|
|
12815
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
12623
12816
|
"properties": {
|
|
12624
12817
|
"forms": {
|
|
12625
12818
|
"title": "SubmissionRelationshipsFormsSchema",
|
|
@@ -13019,8 +13212,9 @@
|
|
|
13019
13212
|
}
|
|
13020
13213
|
},
|
|
13021
13214
|
"relationships": {
|
|
13022
|
-
"title": "
|
|
13215
|
+
"title": "BriefWriteRelationshipsSchema",
|
|
13023
13216
|
"type": "object",
|
|
13217
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
13024
13218
|
"properties": {
|
|
13025
13219
|
"jobs": {
|
|
13026
13220
|
"title": "BriefRelationshipsJobsSchema",
|
|
@@ -13445,8 +13639,9 @@
|
|
|
13445
13639
|
}
|
|
13446
13640
|
},
|
|
13447
13641
|
"relationships": {
|
|
13448
|
-
"title": "
|
|
13642
|
+
"title": "BriefWriteRelationshipsSchema",
|
|
13449
13643
|
"type": "object",
|
|
13644
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
13450
13645
|
"properties": {
|
|
13451
13646
|
"jobs": {
|
|
13452
13647
|
"title": "BriefRelationshipsJobsSchema",
|
|
@@ -20649,8 +20844,9 @@
|
|
|
20649
20844
|
}
|
|
20650
20845
|
},
|
|
20651
20846
|
"relationships": {
|
|
20652
|
-
"title": "
|
|
20847
|
+
"title": "ReportWriteRelationshipsSchema",
|
|
20653
20848
|
"type": "object",
|
|
20849
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
20654
20850
|
"properties": {
|
|
20655
20851
|
"tenants": {
|
|
20656
20852
|
"title": "ReportRelationshipsTenantsSchema",
|
|
@@ -21909,19 +22105,23 @@
|
|
|
21909
22105
|
"title": "AssessmentRelationshipsSchema",
|
|
21910
22106
|
"type": "object",
|
|
21911
22107
|
"properties": {
|
|
21912
|
-
"
|
|
21913
|
-
"title": "
|
|
22108
|
+
"candidates": {
|
|
22109
|
+
"title": "AssessmentRelationshipsCandidatesSchema",
|
|
22110
|
+
"description": "Candidate-mode assessments stamp the candidates they screen; to-many on rows and on the wire.",
|
|
21914
22111
|
"type": "object",
|
|
21915
22112
|
"properties": {
|
|
21916
22113
|
"data": {
|
|
21917
|
-
"
|
|
21918
|
-
"
|
|
21919
|
-
|
|
21920
|
-
"type":
|
|
21921
|
-
|
|
21922
|
-
|
|
21923
|
-
|
|
21924
|
-
|
|
22114
|
+
"type": "array",
|
|
22115
|
+
"items": {
|
|
22116
|
+
"title": "AssessmentRelationshipsCandidatesDataSchema",
|
|
22117
|
+
"type": "object",
|
|
22118
|
+
"properties": {
|
|
22119
|
+
"type": {
|
|
22120
|
+
"type": "string"
|
|
22121
|
+
},
|
|
22122
|
+
"id": {
|
|
22123
|
+
"type": "string"
|
|
22124
|
+
}
|
|
21925
22125
|
}
|
|
21926
22126
|
}
|
|
21927
22127
|
}
|
|
@@ -25169,6 +25369,26 @@
|
|
|
25169
25369
|
}
|
|
25170
25370
|
}
|
|
25171
25371
|
}
|
|
25372
|
+
},
|
|
25373
|
+
"calls": {
|
|
25374
|
+
"title": "NotificationRelationshipsCallsSchema",
|
|
25375
|
+
"type": "object",
|
|
25376
|
+
"properties": {
|
|
25377
|
+
"data": {
|
|
25378
|
+
"type": "array",
|
|
25379
|
+
"items": {
|
|
25380
|
+
"type": "object",
|
|
25381
|
+
"properties": {
|
|
25382
|
+
"type": {
|
|
25383
|
+
"type": "string"
|
|
25384
|
+
},
|
|
25385
|
+
"id": {
|
|
25386
|
+
"type": "string"
|
|
25387
|
+
}
|
|
25388
|
+
}
|
|
25389
|
+
}
|
|
25390
|
+
}
|
|
25391
|
+
}
|
|
25172
25392
|
}
|
|
25173
25393
|
}
|
|
25174
25394
|
}
|