@smartytalent/mcp-tools 0.1.33-dev.1 → 0.1.33-dev.3

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 +213 -39
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "pageAfter": {
45
45
  "type": "string",
46
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
46
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
47
47
  },
48
48
  "pageBefore": {
49
49
  "type": "string",
@@ -799,7 +799,7 @@
799
799
  },
800
800
  "pageAfter": {
801
801
  "type": "string",
802
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
802
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
803
803
  },
804
804
  "pageBefore": {
805
805
  "type": "string",
@@ -1540,7 +1540,7 @@
1540
1540
  },
1541
1541
  "pageAfter": {
1542
1542
  "type": "string",
1543
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
1543
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
1544
1544
  },
1545
1545
  "pageBefore": {
1546
1546
  "type": "string",
@@ -1882,7 +1882,7 @@
1882
1882
  },
1883
1883
  "pageAfter": {
1884
1884
  "type": "string",
1885
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
1885
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
1886
1886
  },
1887
1887
  "pageBefore": {
1888
1888
  "type": "string",
@@ -2150,7 +2150,7 @@
2150
2150
  },
2151
2151
  "pageAfter": {
2152
2152
  "type": "string",
2153
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
2153
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
2154
2154
  },
2155
2155
  "pageBefore": {
2156
2156
  "type": "string",
@@ -3367,7 +3367,7 @@
3367
3367
  },
3368
3368
  "pageAfter": {
3369
3369
  "type": "string",
3370
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
3370
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
3371
3371
  },
3372
3372
  "pageBefore": {
3373
3373
  "type": "string",
@@ -4632,7 +4632,7 @@
4632
4632
  },
4633
4633
  "pageAfter": {
4634
4634
  "type": "string",
4635
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
4635
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
4636
4636
  },
4637
4637
  "pageBefore": {
4638
4638
  "type": "string",
@@ -5873,7 +5873,7 @@
5873
5873
  },
5874
5874
  "pageAfter": {
5875
5875
  "type": "string",
5876
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
5876
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
5877
5877
  },
5878
5878
  "pageBefore": {
5879
5879
  "type": "string",
@@ -6168,7 +6168,7 @@
6168
6168
  },
6169
6169
  "pageAfter": {
6170
6170
  "type": "string",
6171
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6171
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6172
6172
  },
6173
6173
  "pageBefore": {
6174
6174
  "type": "string",
@@ -6430,7 +6430,7 @@
6430
6430
  },
6431
6431
  "pageAfter": {
6432
6432
  "type": "string",
6433
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6433
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6434
6434
  },
6435
6435
  "pageBefore": {
6436
6436
  "type": "string",
@@ -6755,7 +6755,7 @@
6755
6755
  },
6756
6756
  "pageAfter": {
6757
6757
  "type": "string",
6758
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
6758
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
6759
6759
  },
6760
6760
  "pageBefore": {
6761
6761
  "type": "string",
@@ -6801,7 +6801,25 @@
6801
6801
  "type": "string"
6802
6802
  },
6803
6803
  "status": {
6804
- "type": "string"
6804
+ "type": "string",
6805
+ "enum": [
6806
+ "draft",
6807
+ "scheduled",
6808
+ "sent",
6809
+ "suppressed",
6810
+ "archived",
6811
+ "failed",
6812
+ "pending"
6813
+ ],
6814
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
6815
+ },
6816
+ "direction": {
6817
+ "type": "string",
6818
+ "enum": [
6819
+ "inbound",
6820
+ "outbound"
6821
+ ],
6822
+ "description": "Whether the email was received from an external sender (inbound, populated by the broker) or composed by the tenant/system and sent out (outbound). Populated at create time; never changes."
6805
6823
  },
6806
6824
  "emailFrom": {
6807
6825
  "type": "string"
@@ -6809,6 +6827,20 @@
6809
6827
  "emailTo": {
6810
6828
  "type": "string"
6811
6829
  },
6830
+ "emailCc": {
6831
+ "type": "array",
6832
+ "items": {
6833
+ "type": "string"
6834
+ },
6835
+ "description": "CC recipients. Each entry is an RFC 5322 address string."
6836
+ },
6837
+ "emailBcc": {
6838
+ "type": "array",
6839
+ "items": {
6840
+ "type": "string"
6841
+ },
6842
+ "description": "BCC recipients. Each entry is an RFC 5322 address string."
6843
+ },
6812
6844
  "subject": {
6813
6845
  "oneOf": [
6814
6846
  {
@@ -6846,11 +6878,66 @@
6846
6878
  "isExternalSender": {
6847
6879
  "type": "boolean"
6848
6880
  },
6881
+ "attachments": {
6882
+ "type": "array",
6883
+ "items": {
6884
+ "type": "object",
6885
+ "properties": {
6886
+ "fileName": {
6887
+ "type": "string",
6888
+ "description": "Display name shown in the mail client and used as the attachment filename on send."
6889
+ },
6890
+ "url": {
6891
+ "type": "string",
6892
+ "description": "S3 URL of the stored file. For user-uploaded attachments this is the path returned by POST /v1/files; for system-generated attachments (job/persona/report PDFs) it is the resource's own S3 path."
6893
+ },
6894
+ "type": {
6895
+ "type": "string",
6896
+ "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`."
6897
+ },
6898
+ "fileId": {
6899
+ "type": "string",
6900
+ "description": "When `type == \"files\"`, the file resource ID so the frontend can resolve the latest file metadata (status, processing state) without parsing the URL."
6901
+ },
6902
+ "size": {
6903
+ "type": "integer",
6904
+ "description": "File size in bytes. Frontend displays it in the compose preview and mail list. Set by the upload flow from the Content-Length of the S3 object; absent on legacy rows."
6905
+ },
6906
+ "contentType": {
6907
+ "type": "string",
6908
+ "description": "MIME type (e.g. `application/pdf`, `image/png`). Drives icon selection in the UI and the Content-Type header in the outbound MIME part. Absent on legacy rows; frontend should fall back to extension inference."
6909
+ },
6910
+ "thumbnailUrl": {
6911
+ "type": "string",
6912
+ "description": "Optional S3 URL of a PNG preview (first-page render for PDFs/DOCX). Populated by the file service's conversion pipeline when a preview is available. Absent for non-previewable types."
6913
+ }
6914
+ }
6915
+ },
6916
+ "description": "Attachments on the email. For user-uploaded attachments: frontend creates a File via POST /v1/files (which returns a presigned PUT URL), uploads to S3, then references the File here with `type: \"files\"` and the returned `url`/`fileId`. For system-generated attachments (job/persona/report PDFs) the eventbus / outbound path populates these automatically."
6917
+ },
6918
+ "conversationLanguageCode": {
6919
+ "type": "string",
6920
+ "description": "Denormalised copy of the related conversation's languageCode (e.g. `pl-PL`, `en-US`). Avoids an N+1 fetch when the list/detail view needs to pick the right locale for the multilingual subject/body dicts. Source of truth is the conversation row; read-only from the email's perspective."
6921
+ },
6922
+ "parentEmailId": {
6923
+ "type": "string",
6924
+ "description": "Application-layer pointer to the email this one replies to. Used by the UI to render an 'in reply to' link in thread views. Set by the compose flow (frontend passes the parent on Reply) and by the broker when an inbound email matches an outbound via RFC 5322 In-Reply-To. Separate from meta.reference which carries the raw SMTP header chain."
6925
+ },
6926
+ "fromUserId": {
6927
+ "type": "string",
6928
+ "description": "Denormalised user id of the sender for outbound emails (the boe workflow user, or the human composer). Frontend joins this against its local user cache to render avatar + display name without a per-row API call. Null on inbound mail."
6929
+ },
6930
+ "fromCandidateId": {
6931
+ "type": "string",
6932
+ "description": "Denormalised candidate id of the sender for inbound replies from a candidate in an active conversation. Frontend joins this against its local candidate cache to render initials and the candidate name. Null on outbound mail and on anonymous inbound that didn't match a candidate."
6933
+ },
6849
6934
  "ttl": {
6850
6935
  "type": "string"
6851
6936
  },
6852
6937
  "sendScheduleDate": {
6853
- "type": "string"
6938
+ "type": "string",
6939
+ "deprecated": true,
6940
+ "description": "Legacy field from the retired CRUD-scheduler path. Kept as read-only metadata on old rows. New emails do not populate it; scheduling is owned by the workflow engine's wait:process action via the Schedule resource."
6854
6941
  },
6855
6942
  "meta": {
6856
6943
  "type": "object",
@@ -7050,7 +7137,25 @@
7050
7137
  "type": "string"
7051
7138
  },
7052
7139
  "status": {
7053
- "type": "string"
7140
+ "type": "string",
7141
+ "enum": [
7142
+ "draft",
7143
+ "scheduled",
7144
+ "sent",
7145
+ "suppressed",
7146
+ "archived",
7147
+ "failed",
7148
+ "pending"
7149
+ ],
7150
+ "description": "Lifecycle status. draft = composing, scheduled = workflow owns the send, sent = delivered to SES, suppressed = SES bounce/complaint, archived = user soft-deleted, failed = internal error, pending = transitional."
7151
+ },
7152
+ "direction": {
7153
+ "type": "string",
7154
+ "enum": [
7155
+ "inbound",
7156
+ "outbound"
7157
+ ],
7158
+ "description": "Whether the email was received from an external sender (inbound, populated by the broker) or composed by the tenant/system and sent out (outbound). Populated at create time; never changes."
7054
7159
  },
7055
7160
  "emailFrom": {
7056
7161
  "type": "string"
@@ -7058,6 +7163,20 @@
7058
7163
  "emailTo": {
7059
7164
  "type": "string"
7060
7165
  },
7166
+ "emailCc": {
7167
+ "type": "array",
7168
+ "items": {
7169
+ "type": "string"
7170
+ },
7171
+ "description": "CC recipients. Each entry is an RFC 5322 address string."
7172
+ },
7173
+ "emailBcc": {
7174
+ "type": "array",
7175
+ "items": {
7176
+ "type": "string"
7177
+ },
7178
+ "description": "BCC recipients. Each entry is an RFC 5322 address string."
7179
+ },
7061
7180
  "subject": {
7062
7181
  "oneOf": [
7063
7182
  {
@@ -7095,11 +7214,66 @@
7095
7214
  "isExternalSender": {
7096
7215
  "type": "boolean"
7097
7216
  },
7217
+ "attachments": {
7218
+ "type": "array",
7219
+ "items": {
7220
+ "type": "object",
7221
+ "properties": {
7222
+ "fileName": {
7223
+ "type": "string",
7224
+ "description": "Display name shown in the mail client and used as the attachment filename on send."
7225
+ },
7226
+ "url": {
7227
+ "type": "string",
7228
+ "description": "S3 URL of the stored file. For user-uploaded attachments this is the path returned by POST /v1/files; for system-generated attachments (job/persona/report PDFs) it is the resource's own S3 path."
7229
+ },
7230
+ "type": {
7231
+ "type": "string",
7232
+ "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`."
7233
+ },
7234
+ "fileId": {
7235
+ "type": "string",
7236
+ "description": "When `type == \"files\"`, the file resource ID so the frontend can resolve the latest file metadata (status, processing state) without parsing the URL."
7237
+ },
7238
+ "size": {
7239
+ "type": "integer",
7240
+ "description": "File size in bytes. Frontend displays it in the compose preview and mail list. Set by the upload flow from the Content-Length of the S3 object; absent on legacy rows."
7241
+ },
7242
+ "contentType": {
7243
+ "type": "string",
7244
+ "description": "MIME type (e.g. `application/pdf`, `image/png`). Drives icon selection in the UI and the Content-Type header in the outbound MIME part. Absent on legacy rows; frontend should fall back to extension inference."
7245
+ },
7246
+ "thumbnailUrl": {
7247
+ "type": "string",
7248
+ "description": "Optional S3 URL of a PNG preview (first-page render for PDFs/DOCX). Populated by the file service's conversion pipeline when a preview is available. Absent for non-previewable types."
7249
+ }
7250
+ }
7251
+ },
7252
+ "description": "Attachments on the email. For user-uploaded attachments: frontend creates a File via POST /v1/files (which returns a presigned PUT URL), uploads to S3, then references the File here with `type: \"files\"` and the returned `url`/`fileId`. For system-generated attachments (job/persona/report PDFs) the eventbus / outbound path populates these automatically."
7253
+ },
7254
+ "conversationLanguageCode": {
7255
+ "type": "string",
7256
+ "description": "Denormalised copy of the related conversation's languageCode (e.g. `pl-PL`, `en-US`). Avoids an N+1 fetch when the list/detail view needs to pick the right locale for the multilingual subject/body dicts. Source of truth is the conversation row; read-only from the email's perspective."
7257
+ },
7258
+ "parentEmailId": {
7259
+ "type": "string",
7260
+ "description": "Application-layer pointer to the email this one replies to. Used by the UI to render an 'in reply to' link in thread views. Set by the compose flow (frontend passes the parent on Reply) and by the broker when an inbound email matches an outbound via RFC 5322 In-Reply-To. Separate from meta.reference which carries the raw SMTP header chain."
7261
+ },
7262
+ "fromUserId": {
7263
+ "type": "string",
7264
+ "description": "Denormalised user id of the sender for outbound emails (the boe workflow user, or the human composer). Frontend joins this against its local user cache to render avatar + display name without a per-row API call. Null on inbound mail."
7265
+ },
7266
+ "fromCandidateId": {
7267
+ "type": "string",
7268
+ "description": "Denormalised candidate id of the sender for inbound replies from a candidate in an active conversation. Frontend joins this against its local candidate cache to render initials and the candidate name. Null on outbound mail and on anonymous inbound that didn't match a candidate."
7269
+ },
7098
7270
  "ttl": {
7099
7271
  "type": "string"
7100
7272
  },
7101
7273
  "sendScheduleDate": {
7102
- "type": "string"
7274
+ "type": "string",
7275
+ "deprecated": true,
7276
+ "description": "Legacy field from the retired CRUD-scheduler path. Kept as read-only metadata on old rows. New emails do not populate it; scheduling is owned by the workflow engine's wait:process action via the Schedule resource."
7103
7277
  },
7104
7278
  "meta": {
7105
7279
  "type": "object",
@@ -7197,7 +7371,7 @@
7197
7371
  },
7198
7372
  "pageAfter": {
7199
7373
  "type": "string",
7200
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
7374
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
7201
7375
  },
7202
7376
  "pageBefore": {
7203
7377
  "type": "string",
@@ -7486,7 +7660,7 @@
7486
7660
  },
7487
7661
  "pageAfter": {
7488
7662
  "type": "string",
7489
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
7663
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
7490
7664
  },
7491
7665
  "pageBefore": {
7492
7666
  "type": "string",
@@ -8373,7 +8547,7 @@
8373
8547
  },
8374
8548
  "pageAfter": {
8375
8549
  "type": "string",
8376
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
8550
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
8377
8551
  },
8378
8552
  "pageBefore": {
8379
8553
  "type": "string",
@@ -9176,7 +9350,7 @@
9176
9350
  },
9177
9351
  "pageAfter": {
9178
9352
  "type": "string",
9179
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
9353
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
9180
9354
  },
9181
9355
  "pageBefore": {
9182
9356
  "type": "string",
@@ -9909,7 +10083,7 @@
9909
10083
  },
9910
10084
  "pageAfter": {
9911
10085
  "type": "string",
9912
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10086
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
9913
10087
  },
9914
10088
  "pageBefore": {
9915
10089
  "type": "string",
@@ -10232,7 +10406,7 @@
10232
10406
  },
10233
10407
  "pageAfter": {
10234
10408
  "type": "string",
10235
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10409
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10236
10410
  },
10237
10411
  "pageBefore": {
10238
10412
  "type": "string",
@@ -10497,7 +10671,7 @@
10497
10671
  },
10498
10672
  "pageAfter": {
10499
10673
  "type": "string",
10500
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
10674
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10501
10675
  },
10502
10676
  "pageBefore": {
10503
10677
  "type": "string",
@@ -10942,7 +11116,7 @@
10942
11116
  },
10943
11117
  "pageAfter": {
10944
11118
  "type": "string",
10945
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11119
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
10946
11120
  },
10947
11121
  "pageBefore": {
10948
11122
  "type": "string",
@@ -11275,7 +11449,7 @@
11275
11449
  },
11276
11450
  "pageAfter": {
11277
11451
  "type": "string",
11278
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11452
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11279
11453
  },
11280
11454
  "pageBefore": {
11281
11455
  "type": "string",
@@ -11603,7 +11777,7 @@
11603
11777
  },
11604
11778
  "pageAfter": {
11605
11779
  "type": "string",
11606
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
11780
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11607
11781
  },
11608
11782
  "pageBefore": {
11609
11783
  "type": "string",
@@ -11954,7 +12128,7 @@
11954
12128
  },
11955
12129
  "pageAfter": {
11956
12130
  "type": "string",
11957
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
12131
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
11958
12132
  },
11959
12133
  "pageBefore": {
11960
12134
  "type": "string",
@@ -12531,7 +12705,7 @@
12531
12705
  },
12532
12706
  "pageAfter": {
12533
12707
  "type": "string",
12534
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
12708
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
12535
12709
  },
12536
12710
  "pageBefore": {
12537
12711
  "type": "string",
@@ -12879,7 +13053,7 @@
12879
13053
  },
12880
13054
  "pageAfter": {
12881
13055
  "type": "string",
12882
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13056
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
12883
13057
  },
12884
13058
  "pageBefore": {
12885
13059
  "type": "string",
@@ -13237,7 +13411,7 @@
13237
13411
  },
13238
13412
  "pageAfter": {
13239
13413
  "type": "string",
13240
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13414
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13241
13415
  },
13242
13416
  "pageBefore": {
13243
13417
  "type": "string",
@@ -13541,7 +13715,7 @@
13541
13715
  },
13542
13716
  "pageAfter": {
13543
13717
  "type": "string",
13544
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13718
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13545
13719
  },
13546
13720
  "pageBefore": {
13547
13721
  "type": "string",
@@ -13793,7 +13967,7 @@
13793
13967
  },
13794
13968
  "pageAfter": {
13795
13969
  "type": "string",
13796
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
13970
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
13797
13971
  },
13798
13972
  "pageBefore": {
13799
13973
  "type": "string",
@@ -14113,7 +14287,7 @@
14113
14287
  },
14114
14288
  "pageAfter": {
14115
14289
  "type": "string",
14116
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14290
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14117
14291
  },
14118
14292
  "pageBefore": {
14119
14293
  "type": "string",
@@ -14229,7 +14403,7 @@
14229
14403
  },
14230
14404
  "pageAfter": {
14231
14405
  "type": "string",
14232
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14406
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14233
14407
  },
14234
14408
  "pageBefore": {
14235
14409
  "type": "string",
@@ -14327,7 +14501,7 @@
14327
14501
  },
14328
14502
  "pageAfter": {
14329
14503
  "type": "string",
14330
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14504
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14331
14505
  },
14332
14506
  "pageBefore": {
14333
14507
  "type": "string",
@@ -14429,7 +14603,7 @@
14429
14603
  },
14430
14604
  "pageAfter": {
14431
14605
  "type": "string",
14432
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14606
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14433
14607
  },
14434
14608
  "pageBefore": {
14435
14609
  "type": "string",
@@ -14634,7 +14808,7 @@
14634
14808
  },
14635
14809
  "pageAfter": {
14636
14810
  "type": "string",
14637
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
14811
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14638
14812
  },
14639
14813
  "pageBefore": {
14640
14814
  "type": "string",
@@ -14891,7 +15065,7 @@
14891
15065
  },
14892
15066
  "pageAfter": {
14893
15067
  "type": "string",
14894
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15068
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
14895
15069
  },
14896
15070
  "pageBefore": {
14897
15071
  "type": "string",
@@ -15317,7 +15491,7 @@
15317
15491
  },
15318
15492
  "pageAfter": {
15319
15493
  "type": "string",
15320
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15494
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
15321
15495
  },
15322
15496
  "pageBefore": {
15323
15497
  "type": "string",
@@ -15590,7 +15764,7 @@
15590
15764
  },
15591
15765
  "pageAfter": {
15592
15766
  "type": "string",
15593
- "description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
15767
+ "description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
15594
15768
  },
15595
15769
  "pageBefore": {
15596
15770
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.1",
3
+ "version": "0.1.33-dev.3",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",