@smartytalent/mcp-tools 0.9.19 → 0.9.20
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.
- package/dist/tools.json +4 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -17387,6 +17387,10 @@
|
|
|
17387
17387
|
"type": "string",
|
|
17388
17388
|
"description": "Recops board: \"my orders\" - the tasks whose `relationships.author`\nis this user (the caller who filed them; the virtual employee's\nown escalations carry its user). Served by AuthorIdIndex, rows\nolder than the index were backfilled from the author link (a few\nlegacy rows have no author source and are absent). Combine with\n`sort=-created` for newest-first. Mutually exclusive with the\nother equality filters."
|
|
17389
17389
|
},
|
|
17390
|
+
"filterJobId": {
|
|
17391
|
+
"type": "string",
|
|
17392
|
+
"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."
|
|
17393
|
+
},
|
|
17390
17394
|
"filterClaimedBy": {
|
|
17391
17395
|
"type": "string",
|
|
17392
17396
|
"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."
|