@smartytalent/mcp-tools 0.8.16 → 0.8.17
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 +16 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4613,6 +4613,14 @@
|
|
|
4613
4613
|
"type": "string"
|
|
4614
4614
|
}
|
|
4615
4615
|
},
|
|
4616
|
+
"titleInclusive": {
|
|
4617
|
+
"title": "JobAttributesTitleInclusiveSchema",
|
|
4618
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4619
|
+
"type": "object",
|
|
4620
|
+
"additionalProperties": {
|
|
4621
|
+
"type": "string"
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4616
4624
|
"description": {
|
|
4617
4625
|
"title": "JobAttributesDescriptionSchema",
|
|
4618
4626
|
"description": "Detailed job description. Language-keyed object.",
|
|
@@ -5343,6 +5351,14 @@
|
|
|
5343
5351
|
"type": "string"
|
|
5344
5352
|
}
|
|
5345
5353
|
},
|
|
5354
|
+
"titleInclusive": {
|
|
5355
|
+
"title": "JobAttributesTitleInclusiveSchema",
|
|
5356
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5357
|
+
"type": "object",
|
|
5358
|
+
"additionalProperties": {
|
|
5359
|
+
"type": "string"
|
|
5360
|
+
}
|
|
5361
|
+
},
|
|
5346
5362
|
"description": {
|
|
5347
5363
|
"title": "JobAttributesDescriptionSchema",
|
|
5348
5364
|
"description": "Detailed job description. Language-keyed object.",
|