@smartytalent/mcp-tools 0.1.33-dev.70 → 0.1.33-dev.71
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 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -14460,6 +14460,21 @@
|
|
|
14460
14460
|
],
|
|
14461
14461
|
"description": "Where the meeting actually runs. Drives URL parsing and bot dispatch capability."
|
|
14462
14462
|
},
|
|
14463
|
+
"purpose": {
|
|
14464
|
+
"type": "string",
|
|
14465
|
+
"enum": [
|
|
14466
|
+
"interview",
|
|
14467
|
+
"brief",
|
|
14468
|
+
"sales",
|
|
14469
|
+
"1on1",
|
|
14470
|
+
"kickoff",
|
|
14471
|
+
"client_demo",
|
|
14472
|
+
"internal_sync",
|
|
14473
|
+
"training",
|
|
14474
|
+
"other"
|
|
14475
|
+
],
|
|
14476
|
+
"description": "Host-declared purpose of the meeting. Set at create time\n(FE chip / template picker). Drives Boe's opener tone and\nthe post-meeting review-page filter.\n\nDistinct from `topicsDiscussed` which is AI-inferred\nmulti-value ground truth from the transcript - the two can\ndisagree (intent vs reality).\n\nValues:\n - `interview` - any candidate-facing screening or interview\n - `brief` - recruiter briefing client on a role\n - `sales` - sales / commercial conversation\n - `1on1` - manager <-> report sync\n - `kickoff` - project / engagement kickoff\n - `client_demo` - product demo to external party\n - `internal_sync` - status update / planning / retro\n - `training` - onboarding / knowledge transfer\n - `other` - everything else"
|
|
14477
|
+
},
|
|
14463
14478
|
"joinUrl": {
|
|
14464
14479
|
"type": "string",
|
|
14465
14480
|
"description": "Third-party meeting URL (Zoom/Meet/Teams/Webex). Null on chime meetings."
|
|
@@ -15036,6 +15051,21 @@
|
|
|
15036
15051
|
],
|
|
15037
15052
|
"description": "Where the meeting actually runs. Drives URL parsing and bot dispatch capability."
|
|
15038
15053
|
},
|
|
15054
|
+
"purpose": {
|
|
15055
|
+
"type": "string",
|
|
15056
|
+
"enum": [
|
|
15057
|
+
"interview",
|
|
15058
|
+
"brief",
|
|
15059
|
+
"sales",
|
|
15060
|
+
"1on1",
|
|
15061
|
+
"kickoff",
|
|
15062
|
+
"client_demo",
|
|
15063
|
+
"internal_sync",
|
|
15064
|
+
"training",
|
|
15065
|
+
"other"
|
|
15066
|
+
],
|
|
15067
|
+
"description": "Host-declared purpose of the meeting. Set at create time\n(FE chip / template picker). Drives Boe's opener tone and\nthe post-meeting review-page filter.\n\nDistinct from `topicsDiscussed` which is AI-inferred\nmulti-value ground truth from the transcript - the two can\ndisagree (intent vs reality).\n\nValues:\n - `interview` - any candidate-facing screening or interview\n - `brief` - recruiter briefing client on a role\n - `sales` - sales / commercial conversation\n - `1on1` - manager <-> report sync\n - `kickoff` - project / engagement kickoff\n - `client_demo` - product demo to external party\n - `internal_sync` - status update / planning / retro\n - `training` - onboarding / knowledge transfer\n - `other` - everything else"
|
|
15068
|
+
},
|
|
15039
15069
|
"joinUrl": {
|
|
15040
15070
|
"type": "string",
|
|
15041
15071
|
"description": "Third-party meeting URL (Zoom/Meet/Teams/Webex). Null on chime meetings."
|