@smartytalent/mcp-tools 0.9.26 → 0.9.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 +2 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -26654,7 +26654,7 @@
26654
26654
  "active",
26655
26655
  "closed"
26656
26656
  ],
26657
- "description": "active starts the sending (draft -> active), closed ends it."
26657
+ "description": "active starts the sending (draft -> active); active on an already active list is a re-drive (\"send again\") - the people no run ever took (added, queued) and the ones whose claim lease ran out are handed to the send workflow again, a live claim and a failed person are left alone; closed ends it."
26658
26658
  },
26659
26659
  "channels": {
26660
26660
  "type": "array",
@@ -26675,7 +26675,7 @@
26675
26675
  "items": {
26676
26676
  "type": "string"
26677
26677
  },
26678
- "description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none). Not for the FE."
26678
+ "description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none) and `meta.remaining` the ids not attempted yet (at most 100 people per call - ask again for the rest). Not for the FE."
26679
26679
  },
26680
26680
  "claimOwner": {
26681
26681
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.26",
3
+ "version": "0.9.28",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",