@smartytalent/mcp-tools 0.9.20 → 0.9.22
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 +26 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -4778,6 +4778,17 @@
|
|
|
4778
4778
|
"type": "string"
|
|
4779
4779
|
}
|
|
4780
4780
|
},
|
|
4781
|
+
"reportUrl": {
|
|
4782
|
+
"type": "string",
|
|
4783
|
+
"description": "READ side only (showJob): a signed GET for the job's project PDF in the job's own language, valid 2 hours, present only when the file exists (the CRUD checks before signing). The PDF is rendered by the job AI pipeline (Create Job From Brief and, since 2026-09-02, the update mode of jobs:apply); an older job whose pipeline ran before the per-language split keeps its single file here."
|
|
4784
|
+
},
|
|
4785
|
+
"reportUrls": {
|
|
4786
|
+
"type": "object",
|
|
4787
|
+
"additionalProperties": {
|
|
4788
|
+
"type": "string"
|
|
4789
|
+
},
|
|
4790
|
+
"description": "READ side only (showJob, 2026-09-02): signed GET per language - the job's own language and en-US, deduped for an English job - e.g. {\"pl-PL\": \"https://...\", \"en-US\": \"https://...\"}. null when no file exists yet. `reportUrl` is the job-language entry of this map, kept for clients that predate it. Same contract as ConversationAttributesSchema.reportUrls."
|
|
4791
|
+
},
|
|
4781
4792
|
"titleInclusive": {
|
|
4782
4793
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
4783
4794
|
"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. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
@@ -5614,6 +5625,17 @@
|
|
|
5614
5625
|
"type": "string"
|
|
5615
5626
|
}
|
|
5616
5627
|
},
|
|
5628
|
+
"reportUrl": {
|
|
5629
|
+
"type": "string",
|
|
5630
|
+
"description": "READ side only (showJob): a signed GET for the job's project PDF in the job's own language, valid 2 hours, present only when the file exists (the CRUD checks before signing). The PDF is rendered by the job AI pipeline (Create Job From Brief and, since 2026-09-02, the update mode of jobs:apply); an older job whose pipeline ran before the per-language split keeps its single file here."
|
|
5631
|
+
},
|
|
5632
|
+
"reportUrls": {
|
|
5633
|
+
"type": "object",
|
|
5634
|
+
"additionalProperties": {
|
|
5635
|
+
"type": "string"
|
|
5636
|
+
},
|
|
5637
|
+
"description": "READ side only (showJob, 2026-09-02): signed GET per language - the job's own language and en-US, deduped for an English job - e.g. {\"pl-PL\": \"https://...\", \"en-US\": \"https://...\"}. null when no file exists yet. `reportUrl` is the job-language entry of this map, kept for clients that predate it. Same contract as ConversationAttributesSchema.reportUrls."
|
|
5638
|
+
},
|
|
5617
5639
|
"titleInclusive": {
|
|
5618
5640
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
5619
5641
|
"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. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
@@ -17391,6 +17413,10 @@
|
|
|
17391
17413
|
"type": "string",
|
|
17392
17414
|
"description": "Recops board: \"this project's orders\" - the tasks whose\n`relationships.jobs` names this job (jobs:* orders and escalations\ncaptured on the project). Served by JobIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled.\nCombine with `sort=-created`. Mutually exclusive with the other\nequality filters."
|
|
17393
17415
|
},
|
|
17416
|
+
"filterTalentId": {
|
|
17417
|
+
"type": "string",
|
|
17418
|
+
"description": "Recops board: \"this person's orders\" - the tasks whose\n`relationships.talents` names this talent (talents:update /\ntalents:apply orders). Served by TalentIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled\n(2026-09-03, wave 2). Combine with `sort=-created`. Mutually\nexclusive with the other equality filters."
|
|
17419
|
+
},
|
|
17394
17420
|
"filterClaimedBy": {
|
|
17395
17421
|
"type": "string",
|
|
17396
17422
|
"description": "Recops board: \"mine in progress\" - the tasks whose `meta.claimedBy`\nis this user. The claim is written by the client (`meta.claimedBy`\n+ `meta.claimedAt` merged per key; `null` releases) and mirrored\ninto the index key on every PATCH that names it. Served by\nClaimedByIndex. Combine with `sort=-created`. Mutually exclusive\nwith the other equality filters."
|