@smartytalent/mcp-tools 0.1.30 → 0.1.32
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 +78 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -237,6 +237,24 @@
|
|
|
237
237
|
"title": "TenantRelationshipsSchema",
|
|
238
238
|
"type": "object",
|
|
239
239
|
"properties": {
|
|
240
|
+
"boeUser": {
|
|
241
|
+
"title": "TenantRelationshipsBoeUserSchema",
|
|
242
|
+
"type": "object",
|
|
243
|
+
"description": "The Boe AI user account for this tenant. Used as the system principal for guest-initiated workflows (apply forms, inbound emails, inbound calls) where no authenticated user exists. Set during tenant onboarding; not client-writable via tenant PATCH.",
|
|
244
|
+
"properties": {
|
|
245
|
+
"data": {
|
|
246
|
+
"type": "object",
|
|
247
|
+
"properties": {
|
|
248
|
+
"type": {
|
|
249
|
+
"type": "string"
|
|
250
|
+
},
|
|
251
|
+
"id": {
|
|
252
|
+
"type": "string"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
},
|
|
240
258
|
"feedbacks": {
|
|
241
259
|
"title": "TenantRelationshipsFeedbacksSchema",
|
|
242
260
|
"type": "object",
|
|
@@ -289,7 +307,19 @@
|
|
|
289
307
|
"description": "Show Tenant",
|
|
290
308
|
"inputSchema": {
|
|
291
309
|
"type": "object",
|
|
292
|
-
"properties": {
|
|
310
|
+
"properties": {
|
|
311
|
+
"tenantId": {
|
|
312
|
+
"type": "string",
|
|
313
|
+
"description": "The tenant's identifier"
|
|
314
|
+
},
|
|
315
|
+
"include": {
|
|
316
|
+
"type": "string",
|
|
317
|
+
"description": "JSON:API compound document request — comma-separated list of relationship paths to include in the response (e.g. `feedbacks`, `feedbacks,boeUser`). Currently advisory: the service always returns all declared relationships with empty defaults."
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"required": [
|
|
321
|
+
"tenantId"
|
|
322
|
+
]
|
|
293
323
|
},
|
|
294
324
|
"_meta": {
|
|
295
325
|
"method": "GET",
|
|
@@ -312,8 +342,7 @@
|
|
|
312
342
|
"type": "object",
|
|
313
343
|
"required": [
|
|
314
344
|
"type",
|
|
315
|
-
"id"
|
|
316
|
-
"attributes"
|
|
345
|
+
"id"
|
|
317
346
|
],
|
|
318
347
|
"properties": {
|
|
319
348
|
"type": {
|
|
@@ -472,6 +501,52 @@
|
|
|
472
501
|
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
473
502
|
}
|
|
474
503
|
}
|
|
504
|
+
},
|
|
505
|
+
"relationships": {
|
|
506
|
+
"title": "TenantRelationshipsSchema",
|
|
507
|
+
"type": "object",
|
|
508
|
+
"properties": {
|
|
509
|
+
"boeUser": {
|
|
510
|
+
"title": "TenantRelationshipsBoeUserSchema",
|
|
511
|
+
"type": "object",
|
|
512
|
+
"description": "The Boe AI user account for this tenant. Used as the system principal for guest-initiated workflows (apply forms, inbound emails, inbound calls) where no authenticated user exists. Set during tenant onboarding; not client-writable via tenant PATCH.",
|
|
513
|
+
"properties": {
|
|
514
|
+
"data": {
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"type": {
|
|
518
|
+
"type": "string"
|
|
519
|
+
},
|
|
520
|
+
"id": {
|
|
521
|
+
"type": "string"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"feedbacks": {
|
|
528
|
+
"title": "TenantRelationshipsFeedbacksSchema",
|
|
529
|
+
"type": "object",
|
|
530
|
+
"description": "Tenant-wide default feedback configurations. Up to one per stage (screening, assessment). Used when the job has no stage-specific feedback override.",
|
|
531
|
+
"properties": {
|
|
532
|
+
"data": {
|
|
533
|
+
"type": "array",
|
|
534
|
+
"items": {
|
|
535
|
+
"title": "TenantRelationshipsFeedbacksDataSchema",
|
|
536
|
+
"type": "object",
|
|
537
|
+
"properties": {
|
|
538
|
+
"type": {
|
|
539
|
+
"type": "string"
|
|
540
|
+
},
|
|
541
|
+
"id": {
|
|
542
|
+
"type": "string"
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
475
550
|
}
|
|
476
551
|
}
|
|
477
552
|
}
|