@smartytalent/mcp-tools 0.1.33-dev.71 → 0.1.33-dev.72
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 +54 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -11241,7 +11241,20 @@
|
|
|
11241
11241
|
},
|
|
11242
11242
|
"systemPrompt": {
|
|
11243
11243
|
"type": "string",
|
|
11244
|
-
"description": "Operator-editable agent instructions used as the OpenAI Realtime session's system prompt at fire time. Mirror of email body in the operator review window: edit before fire, the dialed call uses the latest version."
|
|
11244
|
+
"description": "Operator-editable agent instructions used as the OpenAI Realtime session's system prompt at fire time. Mirror of email body in the operator review window: edit before fire, the dialed call uses the latest version. Wins over `boeRole`/`boeContext` when both are set."
|
|
11245
|
+
},
|
|
11246
|
+
"boeRole": {
|
|
11247
|
+
"type": "string",
|
|
11248
|
+
"enum": [
|
|
11249
|
+
"sales",
|
|
11250
|
+
"interviewer"
|
|
11251
|
+
],
|
|
11252
|
+
"description": "Prompt template selector. Picks `service/call/container/outbound/prompt/<role>.md` and renders it with `boeContext` placeholders at dial time. `systemPrompt` overrides if also set. Mutually exclusive with `systemPrompt` in effect."
|
|
11253
|
+
},
|
|
11254
|
+
"boeContext": {
|
|
11255
|
+
"type": "object",
|
|
11256
|
+
"additionalProperties": true,
|
|
11257
|
+
"description": "Placeholder map for the `boeRole` prompt template. Keys depend on the role: for `interviewer` typically `candidateName`, `roleName`, `language`, `applicationUnits`, `employmentOptions`, `nextStepDescription`; for `sales` typically `prospectName`, `prospectCompany`, `language`, `leadSource`. Missing keys render as `not provided`."
|
|
11245
11258
|
},
|
|
11246
11259
|
"recording": {
|
|
11247
11260
|
"type": "object",
|
|
@@ -11760,7 +11773,20 @@
|
|
|
11760
11773
|
},
|
|
11761
11774
|
"systemPrompt": {
|
|
11762
11775
|
"type": "string",
|
|
11763
|
-
"description": "Operator-editable agent instructions used as the OpenAI Realtime session's system prompt at fire time. Mirror of email body in the operator review window: edit before fire, the dialed call uses the latest version."
|
|
11776
|
+
"description": "Operator-editable agent instructions used as the OpenAI Realtime session's system prompt at fire time. Mirror of email body in the operator review window: edit before fire, the dialed call uses the latest version. Wins over `boeRole`/`boeContext` when both are set."
|
|
11777
|
+
},
|
|
11778
|
+
"boeRole": {
|
|
11779
|
+
"type": "string",
|
|
11780
|
+
"enum": [
|
|
11781
|
+
"sales",
|
|
11782
|
+
"interviewer"
|
|
11783
|
+
],
|
|
11784
|
+
"description": "Prompt template selector. Picks `service/call/container/outbound/prompt/<role>.md` and renders it with `boeContext` placeholders at dial time. `systemPrompt` overrides if also set. Mutually exclusive with `systemPrompt` in effect."
|
|
11785
|
+
},
|
|
11786
|
+
"boeContext": {
|
|
11787
|
+
"type": "object",
|
|
11788
|
+
"additionalProperties": true,
|
|
11789
|
+
"description": "Placeholder map for the `boeRole` prompt template. Keys depend on the role: for `interviewer` typically `candidateName`, `roleName`, `language`, `applicationUnits`, `employmentOptions`, `nextStepDescription`; for `sales` typically `prospectName`, `prospectCompany`, `language`, `leadSource`. Missing keys render as `not provided`."
|
|
11764
11790
|
},
|
|
11765
11791
|
"recording": {
|
|
11766
11792
|
"type": "object",
|
|
@@ -11948,6 +11974,32 @@
|
|
|
11948
11974
|
"operationId": "callOptions"
|
|
11949
11975
|
}
|
|
11950
11976
|
},
|
|
11977
|
+
{
|
|
11978
|
+
"name": "dial_call",
|
|
11979
|
+
"description": "Dial Call",
|
|
11980
|
+
"inputSchema": {
|
|
11981
|
+
"type": "object",
|
|
11982
|
+
"properties": {}
|
|
11983
|
+
},
|
|
11984
|
+
"_meta": {
|
|
11985
|
+
"method": "POST",
|
|
11986
|
+
"path": "/v1/calls/{callId}/dial",
|
|
11987
|
+
"operationId": "dialCall"
|
|
11988
|
+
}
|
|
11989
|
+
},
|
|
11990
|
+
{
|
|
11991
|
+
"name": "dial_call_options",
|
|
11992
|
+
"description": "Dial Call Options",
|
|
11993
|
+
"inputSchema": {
|
|
11994
|
+
"type": "object",
|
|
11995
|
+
"properties": {}
|
|
11996
|
+
},
|
|
11997
|
+
"_meta": {
|
|
11998
|
+
"method": "OPTIONS",
|
|
11999
|
+
"path": "/v1/calls/{callId}/dial",
|
|
12000
|
+
"operationId": "dialCallOptions"
|
|
12001
|
+
}
|
|
12002
|
+
},
|
|
11951
12003
|
{
|
|
11952
12004
|
"name": "list_comments",
|
|
11953
12005
|
"description": "List Comments",
|