@smartytalent/mcp-tools 0.1.33-dev.67 → 0.1.33-dev.69

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 +19 -5
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -14359,6 +14359,16 @@
14359
14359
  "type": "string",
14360
14360
  "description": "Filters results to include only those modified up to the specified date and time. The value must be in ISO 8601 format."
14361
14361
  },
14362
+ "sort": {
14363
+ "type": "string",
14364
+ "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,\nfilterCandidate, filterHost, filterJob, etc.) dictates a\ndifferent index; equality filters win. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection.",
14365
+ "enum": [
14366
+ "-created",
14367
+ "created",
14368
+ "-modified",
14369
+ "modified"
14370
+ ]
14371
+ },
14362
14372
  "pageSize": {
14363
14373
  "type": "integer",
14364
14374
  "description": "Specifies the number of items to retrieve per page. The maximum value is 100."
@@ -15451,9 +15461,10 @@
15451
15461
  "interviewer",
15452
15462
  "notetaker",
15453
15463
  "sales",
15464
+ "presenter",
15454
15465
  "other"
15455
15466
  ],
15456
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15467
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15457
15468
  },
15458
15469
  "status": {
15459
15470
  "type": "string",
@@ -15631,9 +15642,10 @@
15631
15642
  "interviewer",
15632
15643
  "notetaker",
15633
15644
  "sales",
15645
+ "presenter",
15634
15646
  "other"
15635
15647
  ],
15636
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15648
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15637
15649
  },
15638
15650
  "status": {
15639
15651
  "type": "string",
@@ -15798,9 +15810,10 @@
15798
15810
  "interviewer",
15799
15811
  "notetaker",
15800
15812
  "sales",
15813
+ "presenter",
15801
15814
  "other"
15802
15815
  ],
15803
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
15816
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
15804
15817
  },
15805
15818
  "status": {
15806
15819
  "type": "string",
@@ -16020,7 +16033,7 @@
16020
16033
  "translator-openai"
16021
16034
  ],
16022
16035
  "default": "assistant",
16023
- "description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-1.5,\n session.type=realtime (browser-side Boe).\n'assistant-openai' = OpenAI direct, gpt-realtime-2,\n session.type=realtime. Same FE wiring as 'assistant', just\n routed through OpenAI's GA realtime model instead of\n Azure's 1.5 fork. Pick per-call.\n'transcription' = Azure eu01, sm-gpt-realtime-whisper,\n session.type=transcription (live captions, audio-in /\n text-out only).\n'translator-openai' = OpenAI direct, gpt-realtime-translate,\n session.type=translation (audio-in, translated audio +\n source-language transcript fanned out on data channel).\n Requires targetLanguage."
16036
+ "description": "Picks the provider + session.type baked into the ephemeral\ntoken.\n'assistant' = Azure eu00, sm-gpt-realtime-2,\n session.type=realtime (browser-side Boe).\n'assistant-openai' = OpenAI direct, gpt-realtime-2,\n session.type=realtime. Redundant with 'assistant' now that\n Azure eu00 hosts realtime-2 too; kept as a one-release\n safety valve while the Azure preview deployment soaks.\n'transcription' = Azure eu01, sm-gpt-realtime-whisper,\n session.type=transcription (live captions, audio-in /\n text-out only).\n'translator-openai' = OpenAI direct, gpt-realtime-translate,\n session.type=translation (audio-in, translated audio +\n source-language transcript fanned out on data channel).\n Requires targetLanguage."
16024
16037
  },
16025
16038
  "language": {
16026
16039
  "type": "string",
@@ -16137,9 +16150,10 @@
16137
16150
  "interviewer",
16138
16151
  "notetaker",
16139
16152
  "sales",
16153
+ "presenter",
16140
16154
  "other"
16141
16155
  ],
16142
- "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
16156
+ "description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales / presenter) drive prompt template selection in the bot container; `presenter` additionally starts a Chime content share for slide playback."
16143
16157
  },
16144
16158
  "status": {
16145
16159
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.67",
3
+ "version": "0.1.33-dev.69",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",