@smartytalent/mcp-tools 0.1.27 → 0.1.28

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 +12 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -13129,6 +13129,18 @@
13129
13129
  "type": "string",
13130
13130
  "description": "Filter by workflow name."
13131
13131
  },
13132
+ "filterCategory": {
13133
+ "type": "string",
13134
+ "description": "Filter by category (sourcing, screening, assessment, onboarding, operational, general). Uses CategoryIndex GSI — efficient at scale.",
13135
+ "enum": [
13136
+ "sourcing",
13137
+ "screening",
13138
+ "assessment",
13139
+ "onboarding",
13140
+ "operational",
13141
+ "general"
13142
+ ]
13143
+ },
13132
13144
  "filterCreatedFrom": {
13133
13145
  "type": "string",
13134
13146
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",