@smartytalent/mcp-tools 0.8.18 → 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.
Files changed (2) hide show
  1. package/dist/tools.json +193 -19
  2. 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
  },
@@ -6471,6 +6493,26 @@
6471
6493
  }
6472
6494
  }
6473
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
+ }
6474
6516
  }
6475
6517
  }
6476
6518
  },
@@ -7005,6 +7047,26 @@
7005
7047
  }
7006
7048
  }
7007
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
+ }
7008
7070
  }
7009
7071
  }
7010
7072
  }
@@ -8183,6 +8245,86 @@
8183
8245
  }
8184
8246
  }
8185
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
+ }
8186
8328
  }
8187
8329
  }
8188
8330
  },
@@ -8633,8 +8775,9 @@
8633
8775
  }
8634
8776
  },
8635
8777
  "relationships": {
8636
- "title": "FormRelationshipsSchema",
8778
+ "title": "FormWriteRelationshipsSchema",
8637
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).",
8638
8781
  "properties": {}
8639
8782
  }
8640
8783
  }
@@ -9204,8 +9347,9 @@
9204
9347
  }
9205
9348
  },
9206
9349
  "relationships": {
9207
- "title": "FeedbackRelationshipsSchema",
9350
+ "title": "FeedbackWriteRelationshipsSchema",
9208
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).",
9209
9353
  "properties": {
9210
9354
  "jobs": {
9211
9355
  "title": "FeedbackRelationshipsJobsSchema",
@@ -9619,8 +9763,9 @@
9619
9763
  }
9620
9764
  },
9621
9765
  "relationships": {
9622
- "title": "FeedbackRelationshipsSchema",
9766
+ "title": "FeedbackWriteRelationshipsSchema",
9623
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).",
9624
9769
  "properties": {
9625
9770
  "jobs": {
9626
9771
  "title": "FeedbackRelationshipsJobsSchema",
@@ -12149,8 +12294,9 @@
12149
12294
  }
12150
12295
  },
12151
12296
  "relationships": {
12152
- "title": "SubmissionRelationshipsSchema",
12297
+ "title": "SubmissionWriteRelationshipsSchema",
12153
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).",
12154
12300
  "properties": {
12155
12301
  "forms": {
12156
12302
  "title": "SubmissionRelationshipsFormsSchema",
@@ -12664,8 +12810,9 @@
12664
12810
  }
12665
12811
  },
12666
12812
  "relationships": {
12667
- "title": "SubmissionRelationshipsSchema",
12813
+ "title": "SubmissionWriteRelationshipsSchema",
12668
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).",
12669
12816
  "properties": {
12670
12817
  "forms": {
12671
12818
  "title": "SubmissionRelationshipsFormsSchema",
@@ -13065,8 +13212,9 @@
13065
13212
  }
13066
13213
  },
13067
13214
  "relationships": {
13068
- "title": "BriefRelationshipsSchema",
13215
+ "title": "BriefWriteRelationshipsSchema",
13069
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).",
13070
13218
  "properties": {
13071
13219
  "jobs": {
13072
13220
  "title": "BriefRelationshipsJobsSchema",
@@ -13491,8 +13639,9 @@
13491
13639
  }
13492
13640
  },
13493
13641
  "relationships": {
13494
- "title": "BriefRelationshipsSchema",
13642
+ "title": "BriefWriteRelationshipsSchema",
13495
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).",
13496
13645
  "properties": {
13497
13646
  "jobs": {
13498
13647
  "title": "BriefRelationshipsJobsSchema",
@@ -20695,8 +20844,9 @@
20695
20844
  }
20696
20845
  },
20697
20846
  "relationships": {
20698
- "title": "ReportRelationshipsSchema",
20847
+ "title": "ReportWriteRelationshipsSchema",
20699
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).",
20700
20850
  "properties": {
20701
20851
  "tenants": {
20702
20852
  "title": "ReportRelationshipsTenantsSchema",
@@ -21955,19 +22105,23 @@
21955
22105
  "title": "AssessmentRelationshipsSchema",
21956
22106
  "type": "object",
21957
22107
  "properties": {
21958
- "candidate": {
21959
- "title": "AssessmentRelationshipsCandidateSchema",
22108
+ "candidates": {
22109
+ "title": "AssessmentRelationshipsCandidatesSchema",
22110
+ "description": "Candidate-mode assessments stamp the candidates they screen; to-many on rows and on the wire.",
21960
22111
  "type": "object",
21961
22112
  "properties": {
21962
22113
  "data": {
21963
- "title": "AssessmentRelationshipsCandidateDataSchema",
21964
- "type": "object",
21965
- "properties": {
21966
- "type": {
21967
- "type": "string"
21968
- },
21969
- "id": {
21970
- "type": "string"
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
+ }
21971
22125
  }
21972
22126
  }
21973
22127
  }
@@ -25215,6 +25369,26 @@
25215
25369
  }
25216
25370
  }
25217
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
+ }
25218
25392
  }
25219
25393
  }
25220
25394
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.8.18",
3
+ "version": "0.9.0",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",