@smartytalent/mcp-tools 0.1.33-dev.41 → 0.1.33-dev.43

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 +24 -64
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -4964,53 +4964,33 @@
4964
4964
  },
4965
4965
  "rejectionTicket": {
4966
4966
  "type": "object",
4967
- "description": "Language-keyed rejection ticket. AI populates this as an\nobject with isAssumed/description/etc keys, not a plain\nstring - additionalProperties accepts arbitrary shape.",
4968
- "additionalProperties": {
4969
- "type": "object",
4970
- "additionalProperties": true
4971
- }
4967
+ "description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
4968
+ "additionalProperties": true
4972
4969
  },
4973
4970
  "recommendationStatus": {
4974
4971
  "type": "object",
4975
- "description": "Language-keyed recommendation status (scalar string per locale)",
4976
- "additionalProperties": {
4977
- "type": "string"
4978
- }
4972
+ "description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
4973
+ "additionalProperties": true
4979
4974
  },
4980
4975
  "overallAssessment": {
4981
4976
  "type": "object",
4982
- "description": "Language-keyed overall assessment (scalar string per locale)",
4983
- "additionalProperties": {
4984
- "type": "string"
4985
- }
4977
+ "description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
4978
+ "additionalProperties": true
4986
4979
  },
4987
4980
  "nextSteps": {
4988
4981
  "type": "object",
4989
- "description": "Language-keyed next-steps recommendations (array of strings per locale)",
4990
- "additionalProperties": {
4991
- "type": "array",
4992
- "items": {
4993
- "type": "string"
4994
- }
4995
- }
4982
+ "description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
4983
+ "additionalProperties": true
4996
4984
  },
4997
4985
  "insightsAndAnalysis": {
4998
4986
  "type": "object",
4999
- "description": "Language-keyed insights and analysis (free-form object per locale)",
5000
- "additionalProperties": {
5001
- "type": "object",
5002
- "additionalProperties": true
5003
- }
4987
+ "description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
4988
+ "additionalProperties": true
5004
4989
  },
5005
4990
  "keywords": {
5006
4991
  "type": "object",
5007
- "description": "Language-keyed extracted keywords (array of strings per locale)",
5008
- "additionalProperties": {
5009
- "type": "array",
5010
- "items": {
5011
- "type": "string"
5012
- }
5013
- }
4992
+ "description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
4993
+ "additionalProperties": true
5014
4994
  },
5015
4995
  "availability": {
5016
4996
  "type": "object",
@@ -5537,53 +5517,33 @@
5537
5517
  },
5538
5518
  "rejectionTicket": {
5539
5519
  "type": "object",
5540
- "description": "Language-keyed rejection ticket. AI populates this as an\nobject with isAssumed/description/etc keys, not a plain\nstring - additionalProperties accepts arbitrary shape.",
5541
- "additionalProperties": {
5542
- "type": "object",
5543
- "additionalProperties": true
5544
- }
5520
+ "description": "Language-keyed rejection ticket. Pre-AI: empty string per\nlocale. Post-AI: object with isAssumed / description /\nstatus / category / etc keys. Locale value type is\nintentionally unconstrained (Any) - see comment above.",
5521
+ "additionalProperties": true
5545
5522
  },
5546
5523
  "recommendationStatus": {
5547
5524
  "type": "object",
5548
- "description": "Language-keyed recommendation status (scalar string per locale)",
5549
- "additionalProperties": {
5550
- "type": "string"
5551
- }
5525
+ "description": "Language-keyed recommendation status. Pre-AI: empty string.\nPost-AI: typically scalar string (\"Recommended\", \"Not\nRecommended\", ...). Locale value type unconstrained (Any).",
5526
+ "additionalProperties": true
5552
5527
  },
5553
5528
  "overallAssessment": {
5554
5529
  "type": "object",
5555
- "description": "Language-keyed overall assessment (scalar string per locale)",
5556
- "additionalProperties": {
5557
- "type": "string"
5558
- }
5530
+ "description": "Language-keyed overall assessment. Pre-AI: empty string.\nPost-AI: long-form scalar string per locale. Locale value\ntype unconstrained (Any).",
5531
+ "additionalProperties": true
5559
5532
  },
5560
5533
  "nextSteps": {
5561
5534
  "type": "object",
5562
- "description": "Language-keyed next-steps recommendations (array of strings per locale)",
5563
- "additionalProperties": {
5564
- "type": "array",
5565
- "items": {
5566
- "type": "string"
5567
- }
5568
- }
5535
+ "description": "Language-keyed next-steps recommendations. Pre-AI: empty\nstring. Post-AI: array of strings per locale. Locale value\ntype unconstrained (Any).",
5536
+ "additionalProperties": true
5569
5537
  },
5570
5538
  "insightsAndAnalysis": {
5571
5539
  "type": "object",
5572
- "description": "Language-keyed insights and analysis (free-form object per locale)",
5573
- "additionalProperties": {
5574
- "type": "object",
5575
- "additionalProperties": true
5576
- }
5540
+ "description": "Language-keyed insights and analysis. Pre-AI: empty string.\nPost-AI: free-form object per locale. Locale value type\nunconstrained (Any).",
5541
+ "additionalProperties": true
5577
5542
  },
5578
5543
  "keywords": {
5579
5544
  "type": "object",
5580
- "description": "Language-keyed extracted keywords (array of strings per locale)",
5581
- "additionalProperties": {
5582
- "type": "array",
5583
- "items": {
5584
- "type": "string"
5585
- }
5586
- }
5545
+ "description": "Language-keyed extracted keywords. Pre-AI: empty string.\nPost-AI: array of strings per locale. Locale value type\nunconstrained (Any).",
5546
+ "additionalProperties": true
5587
5547
  },
5588
5548
  "availability": {
5589
5549
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.41",
3
+ "version": "0.1.33-dev.43",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",