@smartytalent/mcp-tools 0.9.13 → 0.9.15

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 +34 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -8247,7 +8247,7 @@
8247
8247
  },
8248
8248
  "url": {
8249
8249
  "type": "string",
8250
- "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid one\nhour, so the frontend renders the chip straight from this field\nand does not need a second call. Refetch the email for a fresh\nlink rather than persisting this value anywhere. `type` decides\nwhich bucket the key is signed against."
8250
+ "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
8251
8251
  },
8252
8252
  "type": {
8253
8253
  "type": "string",
@@ -8753,7 +8753,7 @@
8753
8753
  },
8754
8754
  "url": {
8755
8755
  "type": "string",
8756
- "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid one\nhour, so the frontend renders the chip straight from this field\nand does not need a second call. Refetch the email for a fresh\nlink rather than persisting this value anywhere. `type` decides\nwhich bucket the key is signed against."
8756
+ "description": "Openable link to the attachment's bytes. The ROW stores a bare\nS3 key (the path returned by POST /v1/files for uploads, the\nowning resource's own report path for system-generated PDFs);\nshowEmail and listEmails swap it for a presigned GET valid at\nmost two hours, so the frontend renders the chip straight from\nthis field and does not need a second call. At most: the link\ndies with the credentials that signed it, which can rotate\nsooner. Refetch the email for a fresh link rather than\npersisting this value anywhere - while it lives it grants\nunauthenticated read access to whoever holds it. `type` decides\nwhich bucket the key is signed against."
8757
8757
  },
8758
8758
  "type": {
8759
8759
  "type": "string",
@@ -21134,7 +21134,22 @@
21134
21134
  "additionalProperties": {
21135
21135
  "type": "string"
21136
21136
  },
21137
- "description": "Multilingual summary keyed by language code"
21137
+ "description": "The thread's cover as prose, keyed by language code. Answers\n\"where does this stand and what do I do\" in at most 400\ncharacters: state, then the next action, then a risk when one\nexists. Deliberately free of markup - the frontend styles it -\nand free of anything derivable from the data (who spoke last,\nwhose turn it is, counts, labels, links, open tasks)."
21138
+ },
21139
+ "summaryCard": {
21140
+ "type": "object",
21141
+ "additionalProperties": {
21142
+ "$ref": "#/components/schemas/ConversationSummaryCardSchema"
21143
+ },
21144
+ "description": "The same cover as structured data, keyed by language code, so\nthe interface lays it out with its own labels instead of\nparsing prose. Null on threads summarised before this field\nexisted; fall back to `summary` when it is absent."
21145
+ },
21146
+ "summarisedAt": {
21147
+ "type": "string",
21148
+ "description": "When the cover was last computed (ISO 8601). Neither the\nsummary nor the card write touches `timestamps.modified`, so\nthis is the only way to tell a fresh cover from a stale one."
21149
+ },
21150
+ "summarisedThroughEmailId": {
21151
+ "type": "string",
21152
+ "description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
21138
21153
  },
21139
21154
  "source": {
21140
21155
  "type": "string",
@@ -21438,7 +21453,22 @@
21438
21453
  "additionalProperties": {
21439
21454
  "type": "string"
21440
21455
  },
21441
- "description": "Multilingual summary keyed by language code"
21456
+ "description": "The thread's cover as prose, keyed by language code. Answers\n\"where does this stand and what do I do\" in at most 400\ncharacters: state, then the next action, then a risk when one\nexists. Deliberately free of markup - the frontend styles it -\nand free of anything derivable from the data (who spoke last,\nwhose turn it is, counts, labels, links, open tasks)."
21457
+ },
21458
+ "summaryCard": {
21459
+ "type": "object",
21460
+ "additionalProperties": {
21461
+ "$ref": "#/components/schemas/ConversationSummaryCardSchema"
21462
+ },
21463
+ "description": "The same cover as structured data, keyed by language code, so\nthe interface lays it out with its own labels instead of\nparsing prose. Null on threads summarised before this field\nexisted; fall back to `summary` when it is absent."
21464
+ },
21465
+ "summarisedAt": {
21466
+ "type": "string",
21467
+ "description": "When the cover was last computed (ISO 8601). Neither the\nsummary nor the card write touches `timestamps.modified`, so\nthis is the only way to tell a fresh cover from a stale one."
21468
+ },
21469
+ "summarisedThroughEmailId": {
21470
+ "type": "string",
21471
+ "description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
21442
21472
  },
21443
21473
  "source": {
21444
21474
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.9.13",
3
+ "version": "0.9.15",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",