@smartytalent/mcp-tools 0.9.21 → 0.9.22

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 +4 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17413,6 +17413,10 @@
17413
17413
  "type": "string",
17414
17414
  "description": "Recops board: \"this project's orders\" - the tasks whose\n`relationships.jobs` names this job (jobs:* orders and escalations\ncaptured on the project). Served by JobIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled.\nCombine with `sort=-created`. Mutually exclusive with the other\nequality filters."
17415
17415
  },
17416
+ "filterTalentId": {
17417
+ "type": "string",
17418
+ "description": "Recops board: \"this person's orders\" - the tasks whose\n`relationships.talents` names this talent (talents:update /\ntalents:apply orders). Served by TalentIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled\n(2026-09-03, wave 2). Combine with `sort=-created`. Mutually\nexclusive with the other equality filters."
17419
+ },
17416
17420
  "filterClaimedBy": {
17417
17421
  "type": "string",
17418
17422
  "description": "Recops board: \"mine in progress\" - the tasks whose `meta.claimedBy`\nis this user. The claim is written by the client (`meta.claimedBy`\n+ `meta.claimedAt` merged per key; `null` releases) and mirrored\ninto the index key on every PATCH that names it. Served by\nClaimedByIndex. Combine with `sort=-created`. Mutually exclusive\nwith the other equality filters."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",