@smartytalent/mcp-tools 0.1.33-dev.77 → 0.1.33-dev.79
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 +82 -6
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -10123,10 +10123,18 @@
|
|
|
10123
10123
|
],
|
|
10124
10124
|
"properties": {
|
|
10125
10125
|
"title": {
|
|
10126
|
-
"type": "
|
|
10126
|
+
"type": "object",
|
|
10127
|
+
"additionalProperties": {
|
|
10128
|
+
"type": "string"
|
|
10129
|
+
},
|
|
10130
|
+
"description": "Role title. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10127
10131
|
},
|
|
10128
10132
|
"description": {
|
|
10129
|
-
"type": "
|
|
10133
|
+
"type": "object",
|
|
10134
|
+
"additionalProperties": {
|
|
10135
|
+
"type": "string"
|
|
10136
|
+
},
|
|
10137
|
+
"description": "Brief narrative. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10130
10138
|
},
|
|
10131
10139
|
"source": {
|
|
10132
10140
|
"type": "string",
|
|
@@ -10151,9 +10159,39 @@
|
|
|
10151
10159
|
"language": {
|
|
10152
10160
|
"type": "string"
|
|
10153
10161
|
},
|
|
10162
|
+
"location": {
|
|
10163
|
+
"type": "object",
|
|
10164
|
+
"additionalProperties": {
|
|
10165
|
+
"type": "string"
|
|
10166
|
+
},
|
|
10167
|
+
"description": "Role location. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10168
|
+
},
|
|
10169
|
+
"salary": {
|
|
10170
|
+
"type": "string",
|
|
10171
|
+
"description": "Salary / budget (free text, e.g. '22-26k PLN B2B')"
|
|
10172
|
+
},
|
|
10173
|
+
"employmentType": {
|
|
10174
|
+
"type": "string",
|
|
10175
|
+
"description": "Employment type (e.g. B2B, employment contract)"
|
|
10176
|
+
},
|
|
10177
|
+
"seniority": {
|
|
10178
|
+
"type": "string",
|
|
10179
|
+
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10180
|
+
},
|
|
10181
|
+
"criteria": {
|
|
10182
|
+
"type": "object",
|
|
10183
|
+
"description": "Recruitment criteria captured from the brief"
|
|
10184
|
+
},
|
|
10185
|
+
"links": {
|
|
10186
|
+
"type": "array",
|
|
10187
|
+
"description": "Link references captured for the brief (status / finalUrl / markdownS3Key)",
|
|
10188
|
+
"items": {
|
|
10189
|
+
"type": "object"
|
|
10190
|
+
}
|
|
10191
|
+
},
|
|
10154
10192
|
"fields": {
|
|
10155
10193
|
"type": "object",
|
|
10156
|
-
"description": "
|
|
10194
|
+
"description": "DEPRECATED transitional envelope; content is migrating to top-level fields"
|
|
10157
10195
|
},
|
|
10158
10196
|
"files": {
|
|
10159
10197
|
"type": "array",
|
|
@@ -10412,10 +10450,18 @@
|
|
|
10412
10450
|
],
|
|
10413
10451
|
"properties": {
|
|
10414
10452
|
"title": {
|
|
10415
|
-
"type": "
|
|
10453
|
+
"type": "object",
|
|
10454
|
+
"additionalProperties": {
|
|
10455
|
+
"type": "string"
|
|
10456
|
+
},
|
|
10457
|
+
"description": "Role title. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10416
10458
|
},
|
|
10417
10459
|
"description": {
|
|
10418
|
-
"type": "
|
|
10460
|
+
"type": "object",
|
|
10461
|
+
"additionalProperties": {
|
|
10462
|
+
"type": "string"
|
|
10463
|
+
},
|
|
10464
|
+
"description": "Brief narrative. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10419
10465
|
},
|
|
10420
10466
|
"source": {
|
|
10421
10467
|
"type": "string",
|
|
@@ -10440,9 +10486,39 @@
|
|
|
10440
10486
|
"language": {
|
|
10441
10487
|
"type": "string"
|
|
10442
10488
|
},
|
|
10489
|
+
"location": {
|
|
10490
|
+
"type": "object",
|
|
10491
|
+
"additionalProperties": {
|
|
10492
|
+
"type": "string"
|
|
10493
|
+
},
|
|
10494
|
+
"description": "Role location. Language-keyed object (keys are locale codes, e.g. en-US, pl-PL)."
|
|
10495
|
+
},
|
|
10496
|
+
"salary": {
|
|
10497
|
+
"type": "string",
|
|
10498
|
+
"description": "Salary / budget (free text, e.g. '22-26k PLN B2B')"
|
|
10499
|
+
},
|
|
10500
|
+
"employmentType": {
|
|
10501
|
+
"type": "string",
|
|
10502
|
+
"description": "Employment type (e.g. B2B, employment contract)"
|
|
10503
|
+
},
|
|
10504
|
+
"seniority": {
|
|
10505
|
+
"type": "string",
|
|
10506
|
+
"description": "Seniority level for the role (e.g. junior, mid, senior)"
|
|
10507
|
+
},
|
|
10508
|
+
"criteria": {
|
|
10509
|
+
"type": "object",
|
|
10510
|
+
"description": "Recruitment criteria captured from the brief"
|
|
10511
|
+
},
|
|
10512
|
+
"links": {
|
|
10513
|
+
"type": "array",
|
|
10514
|
+
"description": "Link references captured for the brief (status / finalUrl / markdownS3Key)",
|
|
10515
|
+
"items": {
|
|
10516
|
+
"type": "object"
|
|
10517
|
+
}
|
|
10518
|
+
},
|
|
10443
10519
|
"fields": {
|
|
10444
10520
|
"type": "object",
|
|
10445
|
-
"description": "
|
|
10521
|
+
"description": "DEPRECATED transitional envelope; content is migrating to top-level fields"
|
|
10446
10522
|
},
|
|
10447
10523
|
"files": {
|
|
10448
10524
|
"type": "array",
|