@smartytalent/mcp-tools 0.4.5 → 0.4.7
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 +31 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -845,6 +845,7 @@
|
|
|
845
845
|
"type": "string",
|
|
846
846
|
"enum": [
|
|
847
847
|
"twilio",
|
|
848
|
+
"telnyx",
|
|
848
849
|
"external"
|
|
849
850
|
],
|
|
850
851
|
"default": "twilio",
|
|
@@ -878,6 +879,32 @@
|
|
|
878
879
|
"operationId": "tenantPhoneNumbersAssignOptions"
|
|
879
880
|
}
|
|
880
881
|
},
|
|
882
|
+
{
|
|
883
|
+
"name": "unassign_tenant_phone_number",
|
|
884
|
+
"description": "Unassign Phone Number",
|
|
885
|
+
"inputSchema": {
|
|
886
|
+
"type": "object",
|
|
887
|
+
"properties": {}
|
|
888
|
+
},
|
|
889
|
+
"_meta": {
|
|
890
|
+
"method": "POST",
|
|
891
|
+
"path": "/v1/tenants/{tenantId}/phone-numbers/unassign",
|
|
892
|
+
"operationId": "unassignTenantPhoneNumber"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "tenant_phone_numbers_unassign_options",
|
|
897
|
+
"description": "Unassign Phone Number Options",
|
|
898
|
+
"inputSchema": {
|
|
899
|
+
"type": "object",
|
|
900
|
+
"properties": {}
|
|
901
|
+
},
|
|
902
|
+
"_meta": {
|
|
903
|
+
"method": "OPTIONS",
|
|
904
|
+
"path": "/v1/tenants/{tenantId}/phone-numbers/unassign",
|
|
905
|
+
"operationId": "tenantPhoneNumbersUnassignOptions"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
881
908
|
{
|
|
882
909
|
"name": "purchase_tenant_phone_number",
|
|
883
910
|
"description": "Purchase Phone Number",
|
|
@@ -14872,8 +14899,8 @@
|
|
|
14872
14899
|
},
|
|
14873
14900
|
"defaultLocale": {
|
|
14874
14901
|
"type": "string",
|
|
14875
|
-
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
14876
|
-
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14902
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
14903
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
14877
14904
|
},
|
|
14878
14905
|
"meetingType": {
|
|
14879
14906
|
"type": "string",
|
|
@@ -15549,8 +15576,8 @@
|
|
|
15549
15576
|
},
|
|
15550
15577
|
"defaultLocale": {
|
|
15551
15578
|
"type": "string",
|
|
15552
|
-
"pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
|
|
15553
|
-
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
15579
|
+
"pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
|
|
15580
|
+
"description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
|
|
15554
15581
|
},
|
|
15555
15582
|
"meetingType": {
|
|
15556
15583
|
"type": "string",
|