@smartytalent/mcp-tools 0.1.33-dev.66 → 0.1.33-dev.68

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 +21 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -15451,9 +15451,10 @@
15451
15451
  "interviewer",
15452
15452
  "notetaker",
15453
15453
  "sales",
15454
+ "presenter",
15454
15455
  "other"
15455
15456
  ],
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."
15457
+ "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
15458
  },
15458
15459
  "status": {
15459
15460
  "type": "string",
@@ -15549,6 +15550,19 @@
15549
15550
  "operationId": "meetingAttendeesOptions"
15550
15551
  }
15551
15552
  },
15553
+ {
15554
+ "name": "list_guest_meeting_attendees",
15555
+ "description": "List Guest Meeting Attendees",
15556
+ "inputSchema": {
15557
+ "type": "object",
15558
+ "properties": {}
15559
+ },
15560
+ "_meta": {
15561
+ "method": "GET",
15562
+ "path": "/v1/guest/meetings/{meetingId}/attendees",
15563
+ "operationId": "listGuestMeetingAttendees"
15564
+ }
15565
+ },
15552
15566
  {
15553
15567
  "name": "create_guest_meeting_attendee",
15554
15568
  "description": "Create Guest Meeting Attendee",
@@ -15618,9 +15632,10 @@
15618
15632
  "interviewer",
15619
15633
  "notetaker",
15620
15634
  "sales",
15635
+ "presenter",
15621
15636
  "other"
15622
15637
  ],
15623
- "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."
15638
+ "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."
15624
15639
  },
15625
15640
  "status": {
15626
15641
  "type": "string",
@@ -15785,9 +15800,10 @@
15785
15800
  "interviewer",
15786
15801
  "notetaker",
15787
15802
  "sales",
15803
+ "presenter",
15788
15804
  "other"
15789
15805
  ],
15790
- "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."
15806
+ "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."
15791
15807
  },
15792
15808
  "status": {
15793
15809
  "type": "string",
@@ -16124,9 +16140,10 @@
16124
16140
  "interviewer",
16125
16141
  "notetaker",
16126
16142
  "sales",
16143
+ "presenter",
16127
16144
  "other"
16128
16145
  ],
16129
- "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."
16146
+ "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."
16130
16147
  },
16131
16148
  "status": {
16132
16149
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.66",
3
+ "version": "0.1.33-dev.68",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",