@smartytalent/mcp-tools 0.9.9 → 0.9.10
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 +30 -14
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -8079,6 +8079,10 @@
|
|
|
8079
8079
|
"type": "boolean",
|
|
8080
8080
|
"description": "Return only emails the system (broker / classifier) flagged as spam. Used by the Spam folder's `isSystemSpam=true` leg - the other leg comes from `/v1/states?folder=spam`. Backed by a filter-expression scan across shards for v1; promote to a sparse `SystemSpamIndex` if load warrants. Mutually exclusive with the other index-backed filters at the pagination layer."
|
|
8081
8081
|
},
|
|
8082
|
+
"filterLabelId": {
|
|
8083
|
+
"type": "string",
|
|
8084
|
+
"description": "Return only emails carrying this label. Server-side filter on the denormalised `labelIds` of relationships.labels. Mutually exclusive with the other filters - one filter at a time. Results are sorted by created desc."
|
|
8085
|
+
},
|
|
8082
8086
|
"sort": {
|
|
8083
8087
|
"type": "string",
|
|
8084
8088
|
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nTakes effect only when no equality filter (filterStatus,\nfilterConversationId, filterDirection) dictates a different\nindex; equality filters win. Compatible with date-range filters\n(filterCreatedFrom/To, filterModifiedFrom/To) which already use\nthe same indexes; sort just picks the direction.",
|
|
@@ -8247,7 +8251,7 @@
|
|
|
8247
8251
|
},
|
|
8248
8252
|
"type": {
|
|
8249
8253
|
"type": "string",
|
|
8250
|
-
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`."
|
|
8254
|
+
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`, `briefs`. Calendar invites use `emails` - the mail itself owns the .ics."
|
|
8251
8255
|
},
|
|
8252
8256
|
"fileId": {
|
|
8253
8257
|
"type": "string",
|
|
@@ -8307,7 +8311,8 @@
|
|
|
8307
8311
|
},
|
|
8308
8312
|
"meta": {
|
|
8309
8313
|
"type": "object",
|
|
8310
|
-
"additionalProperties": true
|
|
8314
|
+
"additionalProperties": true,
|
|
8315
|
+
"description": "Not populated on the wire - the email meta rides at the resource level (data.meta, see EmailResourceSchema.meta). Kept for client compatibility only."
|
|
8311
8316
|
},
|
|
8312
8317
|
"timestamps": {
|
|
8313
8318
|
"title": "ResourceTimestampsSchema",
|
|
@@ -8752,7 +8757,7 @@
|
|
|
8752
8757
|
},
|
|
8753
8758
|
"type": {
|
|
8754
8759
|
"type": "string",
|
|
8755
|
-
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`."
|
|
8760
|
+
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`, `briefs`. Calendar invites use `emails` - the mail itself owns the .ics."
|
|
8756
8761
|
},
|
|
8757
8762
|
"fileId": {
|
|
8758
8763
|
"type": "string",
|
|
@@ -8812,7 +8817,8 @@
|
|
|
8812
8817
|
},
|
|
8813
8818
|
"meta": {
|
|
8814
8819
|
"type": "object",
|
|
8815
|
-
"additionalProperties": true
|
|
8820
|
+
"additionalProperties": true,
|
|
8821
|
+
"description": "Not populated on the wire - the email meta rides at the resource level (data.meta, see EmailResourceSchema.meta). Kept for client compatibility only."
|
|
8816
8822
|
},
|
|
8817
8823
|
"timestamps": {
|
|
8818
8824
|
"title": "ResourceTimestampsSchema",
|
|
@@ -12540,7 +12546,7 @@
|
|
|
12540
12546
|
},
|
|
12541
12547
|
"meta": {
|
|
12542
12548
|
"type": "object",
|
|
12543
|
-
"description": "
|
|
12549
|
+
"description": "Not populated on the wire - the submission meta rides at the resource level (data.meta, see SubmissionResourceSchema.meta). Kept for client compatibility only."
|
|
12544
12550
|
},
|
|
12545
12551
|
"timestamps": {
|
|
12546
12552
|
"title": "ResourceTimestampsSchema",
|
|
@@ -13048,7 +13054,7 @@
|
|
|
13048
13054
|
},
|
|
13049
13055
|
"meta": {
|
|
13050
13056
|
"type": "object",
|
|
13051
|
-
"description": "
|
|
13057
|
+
"description": "Not populated on the wire - the submission meta rides at the resource level (data.meta, see SubmissionResourceSchema.meta). Kept for client compatibility only."
|
|
13052
13058
|
},
|
|
13053
13059
|
"timestamps": {
|
|
13054
13060
|
"title": "ResourceTimestampsSchema",
|
|
@@ -18080,13 +18086,18 @@
|
|
|
18080
18086
|
"type": "string",
|
|
18081
18087
|
"enum": [
|
|
18082
18088
|
"tenant",
|
|
18083
|
-
"user"
|
|
18089
|
+
"user",
|
|
18090
|
+
"system"
|
|
18084
18091
|
],
|
|
18085
|
-
"description": "tenant = visible to every user in the tenant; user = visible only to the owner."
|
|
18092
|
+
"description": "tenant = visible to every user in the tenant; user = visible only to the owner; system = seeded and stamped by the platform; read-only (create/update/delete via the API are rejected)."
|
|
18093
|
+
},
|
|
18094
|
+
"systemKey": {
|
|
18095
|
+
"type": "string",
|
|
18096
|
+
"description": "Present only on scope=system rows: stable machine key naming the platform intent. `application` = inbound e-mail application, `talent_pool` = talent-pool opt-in (application without a job), `status` = status inquiry about an existing application, `withdrawal` = withdrawal / opt-out acknowledgement. Null on tenant/user labels. Filter or branch on this key, never on the localised name."
|
|
18086
18097
|
},
|
|
18087
18098
|
"ownerId": {
|
|
18088
18099
|
"type": "string",
|
|
18089
|
-
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId."
|
|
18100
|
+
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId. System-scope: the tenant base id, stamped by the seeder."
|
|
18090
18101
|
},
|
|
18091
18102
|
"resourceTypes": {
|
|
18092
18103
|
"type": "array",
|
|
@@ -18202,13 +18213,18 @@
|
|
|
18202
18213
|
"type": "string",
|
|
18203
18214
|
"enum": [
|
|
18204
18215
|
"tenant",
|
|
18205
|
-
"user"
|
|
18216
|
+
"user",
|
|
18217
|
+
"system"
|
|
18206
18218
|
],
|
|
18207
|
-
"description": "tenant = visible to every user in the tenant; user = visible only to the owner."
|
|
18219
|
+
"description": "tenant = visible to every user in the tenant; user = visible only to the owner; system = seeded and stamped by the platform; read-only (create/update/delete via the API are rejected)."
|
|
18220
|
+
},
|
|
18221
|
+
"systemKey": {
|
|
18222
|
+
"type": "string",
|
|
18223
|
+
"description": "Present only on scope=system rows: stable machine key naming the platform intent. `application` = inbound e-mail application, `talent_pool` = talent-pool opt-in (application without a job), `status` = status inquiry about an existing application, `withdrawal` = withdrawal / opt-out acknowledgement. Null on tenant/user labels. Filter or branch on this key, never on the localised name."
|
|
18208
18224
|
},
|
|
18209
18225
|
"ownerId": {
|
|
18210
18226
|
"type": "string",
|
|
18211
|
-
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId."
|
|
18227
|
+
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId. System-scope: the tenant base id, stamped by the seeder."
|
|
18212
18228
|
},
|
|
18213
18229
|
"resourceTypes": {
|
|
18214
18230
|
"type": "array",
|
|
@@ -20610,7 +20626,7 @@
|
|
|
20610
20626
|
"meta": {
|
|
20611
20627
|
"type": "object",
|
|
20612
20628
|
"additionalProperties": true,
|
|
20613
|
-
"description": "
|
|
20629
|
+
"description": "Not populated on the wire - the conversation meta rides at the resource level (data.meta, see ConversationResourceSchema.meta). Kept for client compatibility only."
|
|
20614
20630
|
},
|
|
20615
20631
|
"timestamps": {
|
|
20616
20632
|
"title": "ResourceTimestampsSchema",
|
|
@@ -20914,7 +20930,7 @@
|
|
|
20914
20930
|
"meta": {
|
|
20915
20931
|
"type": "object",
|
|
20916
20932
|
"additionalProperties": true,
|
|
20917
|
-
"description": "
|
|
20933
|
+
"description": "Not populated on the wire - the conversation meta rides at the resource level (data.meta, see ConversationResourceSchema.meta). Kept for client compatibility only."
|
|
20918
20934
|
},
|
|
20919
20935
|
"timestamps": {
|
|
20920
20936
|
"title": "ResourceTimestampsSchema",
|