@smartytalent/mcp-tools 0.8.3 → 0.8.4
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 +18 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15446,9 +15446,17 @@
|
|
|
15446
15446
|
},
|
|
15447
15447
|
"name": {
|
|
15448
15448
|
"type": "object",
|
|
15449
|
-
"description": "Language-keyed invented name for the archetype.
|
|
15449
|
+
"description": "Language-keyed invented name for the archetype. Stable across\nrebuilds, but regenerated when the cohort's predominant gender\nflips - the name states a gender, and that gender is a finding\nabout the cohort (see `identityGender`).",
|
|
15450
15450
|
"additionalProperties": true
|
|
15451
15451
|
},
|
|
15452
|
+
"identityGender": {
|
|
15453
|
+
"type": "string",
|
|
15454
|
+
"description": "The cohort gender the current name and picture were minted for. Diagnostic.",
|
|
15455
|
+
"enum": [
|
|
15456
|
+
"male",
|
|
15457
|
+
"female"
|
|
15458
|
+
]
|
|
15459
|
+
},
|
|
15452
15460
|
"profilePictureUrl": {
|
|
15453
15461
|
"type": "string",
|
|
15454
15462
|
"description": "Illustration for the archetype. Not a photograph of anyone."
|
|
@@ -15787,9 +15795,17 @@
|
|
|
15787
15795
|
},
|
|
15788
15796
|
"name": {
|
|
15789
15797
|
"type": "object",
|
|
15790
|
-
"description": "Language-keyed invented name for the archetype.
|
|
15798
|
+
"description": "Language-keyed invented name for the archetype. Stable across\nrebuilds, but regenerated when the cohort's predominant gender\nflips - the name states a gender, and that gender is a finding\nabout the cohort (see `identityGender`).",
|
|
15791
15799
|
"additionalProperties": true
|
|
15792
15800
|
},
|
|
15801
|
+
"identityGender": {
|
|
15802
|
+
"type": "string",
|
|
15803
|
+
"description": "The cohort gender the current name and picture were minted for. Diagnostic.",
|
|
15804
|
+
"enum": [
|
|
15805
|
+
"male",
|
|
15806
|
+
"female"
|
|
15807
|
+
]
|
|
15808
|
+
},
|
|
15793
15809
|
"profilePictureUrl": {
|
|
15794
15810
|
"type": "string",
|
|
15795
15811
|
"description": "Illustration for the archetype. Not a photograph of anyone."
|