@smartytalent/mcp-tools 0.9.23 → 0.9.24

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.
Files changed (2) hide show
  1. package/dist/tools.json +118 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17606,6 +17606,65 @@
17606
17606
  "additionalProperties": true,
17607
17607
  "description": "Multilingual task context keyed by language code"
17608
17608
  },
17609
+ "changes": {
17610
+ "type": "array",
17611
+ "description": "jobs:update orders only (2026-09-03): the requested changes as\nSTRUCTURE instead of (or next to) the free text in `content`. When\npresent the proposal is built from it deterministically - no model\ncall, exact items - and `meta.proposal.source = structured`.\nCreate-only (a PATCH carrying it is a 400). Validated at create:\n1-50 entries, criteriaKey one of the 16 criteria or `basic` /\n`title`, action add|remove|update, `name` required, `field` required\nfor basic (one of department, description, seniority,\nspecialization, benefits, responsibilities, keywords, companyCulture,\nlocations, sites), importance required|preferred|optional when\ngiven. `target` names the EXISTING item an update/remove refers to\n(defaults to name). Not accepted on any other route.",
17612
+ "items": {
17613
+ "title": "TaskChangeSchema",
17614
+ "type": "object",
17615
+ "required": [
17616
+ "criteriaKey",
17617
+ "action",
17618
+ "name"
17619
+ ],
17620
+ "properties": {
17621
+ "criteriaKey": {
17622
+ "type": "string",
17623
+ "description": "One of the 16 criteria (availability, certifications, companyTypeExperience, education, experienceAndSeniority, industryExperience, jobPositions, jobTendencies, languagesSpoken, licenses, locationPreferences, personalityAndSoftSkills, salaryExpectation, skillsAndExpertise, workAuthorization, workPreferences), `basic` (the job's own fields, with `field`) or `title`."
17624
+ },
17625
+ "action": {
17626
+ "type": "string",
17627
+ "enum": [
17628
+ "add",
17629
+ "remove",
17630
+ "update"
17631
+ ]
17632
+ },
17633
+ "name": {
17634
+ "type": "string",
17635
+ "maxLength": 200,
17636
+ "description": "The item (skill, language, certification, value...) as the operator names it; for basic/title the new value."
17637
+ },
17638
+ "target": {
17639
+ "type": "string",
17640
+ "maxLength": 200,
17641
+ "description": "For update/remove: the existing item's name when it differs from `name` (e.g. rename)."
17642
+ },
17643
+ "field": {
17644
+ "type": "string",
17645
+ "description": "basic only: department|description|seniority|specialization|benefits|responsibilities|keywords|companyCulture|locations|sites"
17646
+ },
17647
+ "importance": {
17648
+ "type": "string",
17649
+ "enum": [
17650
+ "required",
17651
+ "preferred",
17652
+ "optional"
17653
+ ]
17654
+ },
17655
+ "proficiencyLevel": {
17656
+ "type": "string",
17657
+ "maxLength": 60,
17658
+ "description": "A level when the item has one (B2, senior, 3 years)."
17659
+ },
17660
+ "reason": {
17661
+ "type": "string",
17662
+ "maxLength": 500,
17663
+ "description": "The operator's why - shown to the reviewer, never applied as content."
17664
+ }
17665
+ }
17666
+ }
17667
+ },
17609
17668
  "status": {
17610
17669
  "type": "string",
17611
17670
  "enum": [
@@ -17856,6 +17915,65 @@
17856
17915
  "additionalProperties": true,
17857
17916
  "description": "Multilingual task context keyed by language code"
17858
17917
  },
17918
+ "changes": {
17919
+ "type": "array",
17920
+ "description": "jobs:update orders only (2026-09-03): the requested changes as\nSTRUCTURE instead of (or next to) the free text in `content`. When\npresent the proposal is built from it deterministically - no model\ncall, exact items - and `meta.proposal.source = structured`.\nCreate-only (a PATCH carrying it is a 400). Validated at create:\n1-50 entries, criteriaKey one of the 16 criteria or `basic` /\n`title`, action add|remove|update, `name` required, `field` required\nfor basic (one of department, description, seniority,\nspecialization, benefits, responsibilities, keywords, companyCulture,\nlocations, sites), importance required|preferred|optional when\ngiven. `target` names the EXISTING item an update/remove refers to\n(defaults to name). Not accepted on any other route.",
17921
+ "items": {
17922
+ "title": "TaskChangeSchema",
17923
+ "type": "object",
17924
+ "required": [
17925
+ "criteriaKey",
17926
+ "action",
17927
+ "name"
17928
+ ],
17929
+ "properties": {
17930
+ "criteriaKey": {
17931
+ "type": "string",
17932
+ "description": "One of the 16 criteria (availability, certifications, companyTypeExperience, education, experienceAndSeniority, industryExperience, jobPositions, jobTendencies, languagesSpoken, licenses, locationPreferences, personalityAndSoftSkills, salaryExpectation, skillsAndExpertise, workAuthorization, workPreferences), `basic` (the job's own fields, with `field`) or `title`."
17933
+ },
17934
+ "action": {
17935
+ "type": "string",
17936
+ "enum": [
17937
+ "add",
17938
+ "remove",
17939
+ "update"
17940
+ ]
17941
+ },
17942
+ "name": {
17943
+ "type": "string",
17944
+ "maxLength": 200,
17945
+ "description": "The item (skill, language, certification, value...) as the operator names it; for basic/title the new value."
17946
+ },
17947
+ "target": {
17948
+ "type": "string",
17949
+ "maxLength": 200,
17950
+ "description": "For update/remove: the existing item's name when it differs from `name` (e.g. rename)."
17951
+ },
17952
+ "field": {
17953
+ "type": "string",
17954
+ "description": "basic only: department|description|seniority|specialization|benefits|responsibilities|keywords|companyCulture|locations|sites"
17955
+ },
17956
+ "importance": {
17957
+ "type": "string",
17958
+ "enum": [
17959
+ "required",
17960
+ "preferred",
17961
+ "optional"
17962
+ ]
17963
+ },
17964
+ "proficiencyLevel": {
17965
+ "type": "string",
17966
+ "maxLength": 60,
17967
+ "description": "A level when the item has one (B2, senior, 3 years)."
17968
+ },
17969
+ "reason": {
17970
+ "type": "string",
17971
+ "maxLength": 500,
17972
+ "description": "The operator's why - shown to the reviewer, never applied as content."
17973
+ }
17974
+ }
17975
+ }
17976
+ },
17859
17977
  "status": {
17860
17978
  "type": "string",
17861
17979
  "enum": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.23",
3
+ "version": "0.9.24",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",