@smartytalent/mcp-tools 0.8.5 → 0.8.6
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 +21 -3
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15644,15 +15644,33 @@
|
|
|
15644
15644
|
"relationships": {
|
|
15645
15645
|
"title": "PersonaRelationshipsSchema",
|
|
15646
15646
|
"type": "object",
|
|
15647
|
+
"description": "Cohort MEMBERSHIP is never exposed: the `talents` relationship (the\nhired people behind the aggregate) is stripped from every response -\nthe persona is an aggregate of at least three people, and listing\nthem would undo exactly that.",
|
|
15647
15648
|
"properties": {
|
|
15648
|
-
"
|
|
15649
|
-
"title": "
|
|
15649
|
+
"user": {
|
|
15650
|
+
"title": "PersonaRelationshipsUserSchema",
|
|
15651
|
+
"type": "object",
|
|
15652
|
+
"properties": {
|
|
15653
|
+
"data": {
|
|
15654
|
+
"type": "object",
|
|
15655
|
+
"properties": {
|
|
15656
|
+
"type": {
|
|
15657
|
+
"type": "string"
|
|
15658
|
+
},
|
|
15659
|
+
"id": {
|
|
15660
|
+
"type": "string"
|
|
15661
|
+
}
|
|
15662
|
+
}
|
|
15663
|
+
}
|
|
15664
|
+
}
|
|
15665
|
+
},
|
|
15666
|
+
"jobs": {
|
|
15667
|
+
"title": "PersonaRelationshipsJobsSchema",
|
|
15650
15668
|
"type": "object",
|
|
15651
15669
|
"properties": {
|
|
15652
15670
|
"data": {
|
|
15653
15671
|
"type": "array",
|
|
15654
15672
|
"items": {
|
|
15655
|
-
"title": "
|
|
15673
|
+
"title": "PersonaRelationshipsJobsDataSchema",
|
|
15656
15674
|
"type": "object",
|
|
15657
15675
|
"properties": {
|
|
15658
15676
|
"type": {
|