@smartytalent/mcp-tools 0.4.10 → 0.4.12

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 +45 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -18461,7 +18461,7 @@
18461
18461
  },
18462
18462
  "source": {
18463
18463
  "type": "string",
18464
- "description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
18464
+ "description": "Derived server-side from the event prefix (erecruiter, lever, teamtailor). Read-only."
18465
18465
  },
18466
18466
  "status": {
18467
18467
  "type": "string",
@@ -18617,7 +18617,7 @@
18617
18617
  },
18618
18618
  "source": {
18619
18619
  "type": "string",
18620
- "description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
18620
+ "description": "Derived server-side from the event prefix (erecruiter, lever, teamtailor). Read-only."
18621
18621
  },
18622
18622
  "status": {
18623
18623
  "type": "string",
@@ -18685,6 +18685,49 @@
18685
18685
  "operationId": "operationOptions"
18686
18686
  }
18687
18687
  },
18688
+ {
18689
+ "name": "teamtailor_webhook",
18690
+ "description": "Teamtailor Company Webhook",
18691
+ "inputSchema": {
18692
+ "type": "object",
18693
+ "properties": {
18694
+ "payload": {
18695
+ "type": "object",
18696
+ "properties": {
18697
+ "event_name": {
18698
+ "type": "string",
18699
+ "description": "Teamtailor event, e.g. job_application.create."
18700
+ },
18701
+ "data": {
18702
+ "type": "object"
18703
+ }
18704
+ }
18705
+ },
18706
+ "signature": {
18707
+ "type": "string",
18708
+ "description": "Legacy v1 payload signature; verification uses the TT-Signature header (v2)."
18709
+ }
18710
+ }
18711
+ },
18712
+ "_meta": {
18713
+ "method": "POST",
18714
+ "path": "/v1/operations/teamtailor/{tenantId}/{userId}",
18715
+ "operationId": "teamtailorWebhook"
18716
+ }
18717
+ },
18718
+ {
18719
+ "name": "teamtailor_webhook_options",
18720
+ "description": "Teamtailor webhook CORS preflight",
18721
+ "inputSchema": {
18722
+ "type": "object",
18723
+ "properties": {}
18724
+ },
18725
+ "_meta": {
18726
+ "method": "OPTIONS",
18727
+ "path": "/v1/operations/teamtailor/{tenantId}/{userId}",
18728
+ "operationId": "teamtailorWebhookOptions"
18729
+ }
18730
+ },
18688
18731
  {
18689
18732
  "name": "list_assessments",
18690
18733
  "description": "List Assessments",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",