@smartytalent/mcp-tools 0.8.4 → 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 +23 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15350,9 +15350,10 @@
|
|
|
15350
15350
|
"properties": {
|
|
15351
15351
|
"filterStatus": {
|
|
15352
15352
|
"type": "string",
|
|
15353
|
-
"description": "Returns personas with
|
|
15353
|
+
"description": "Returns personas with this status. Defaults to `active`, which is\nthe only status a persona may be CONSUMED in. `draft` is the\nhonest in-between: the cohort exists and the profile is being\nsynthesized, but it is under the k-anonymity threshold (fewer\nthan three hires), so nothing scores or writes copy against it.\nRecruiters should be able to see that a market is building, so\nthe list has to be able to return it.",
|
|
15354
15354
|
"enum": [
|
|
15355
15355
|
"active",
|
|
15356
|
+
"draft",
|
|
15356
15357
|
"archived"
|
|
15357
15358
|
]
|
|
15358
15359
|
},
|
|
@@ -15643,15 +15644,33 @@
|
|
|
15643
15644
|
"relationships": {
|
|
15644
15645
|
"title": "PersonaRelationshipsSchema",
|
|
15645
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.",
|
|
15646
15648
|
"properties": {
|
|
15647
|
-
"
|
|
15648
|
-
"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",
|
|
15649
15668
|
"type": "object",
|
|
15650
15669
|
"properties": {
|
|
15651
15670
|
"data": {
|
|
15652
15671
|
"type": "array",
|
|
15653
15672
|
"items": {
|
|
15654
|
-
"title": "
|
|
15673
|
+
"title": "PersonaRelationshipsJobsDataSchema",
|
|
15655
15674
|
"type": "object",
|
|
15656
15675
|
"properties": {
|
|
15657
15676
|
"type": {
|