@smartytalent/mcp-tools 0.8.4 → 0.8.5
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 +2 -1
- 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
|
},
|