@smartytalent/mcp-tools 0.1.33-dev.21 → 0.1.33-dev.22
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 +122 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -12752,6 +12752,128 @@
|
|
|
12752
12752
|
"operationId": "aggregateOptions"
|
|
12753
12753
|
}
|
|
12754
12754
|
},
|
|
12755
|
+
{
|
|
12756
|
+
"name": "list_signals",
|
|
12757
|
+
"description": "List Signals",
|
|
12758
|
+
"inputSchema": {
|
|
12759
|
+
"type": "object",
|
|
12760
|
+
"properties": {
|
|
12761
|
+
"filterCategory": {
|
|
12762
|
+
"type": "string",
|
|
12763
|
+
"description": "filterCategory parameter",
|
|
12764
|
+
"enum": [
|
|
12765
|
+
"inbound_email",
|
|
12766
|
+
"inbound_chat",
|
|
12767
|
+
"inbound_call",
|
|
12768
|
+
"inbound_webapp",
|
|
12769
|
+
"outbound_email",
|
|
12770
|
+
"integration",
|
|
12771
|
+
"auth",
|
|
12772
|
+
"data_access"
|
|
12773
|
+
]
|
|
12774
|
+
},
|
|
12775
|
+
"filterAction": {
|
|
12776
|
+
"type": "string",
|
|
12777
|
+
"description": "filterAction parameter",
|
|
12778
|
+
"enum": [
|
|
12779
|
+
"rejected_unknown_principal",
|
|
12780
|
+
"rejected_language",
|
|
12781
|
+
"rejected_intent",
|
|
12782
|
+
"rejected_closed_context",
|
|
12783
|
+
"rejected_rate_limit",
|
|
12784
|
+
"accepted",
|
|
12785
|
+
"delivery_failed",
|
|
12786
|
+
"integration_error",
|
|
12787
|
+
"data_exported"
|
|
12788
|
+
]
|
|
12789
|
+
},
|
|
12790
|
+
"filterActorIdentifier": {
|
|
12791
|
+
"type": "string",
|
|
12792
|
+
"description": "filterActorIdentifier parameter"
|
|
12793
|
+
},
|
|
12794
|
+
"filterSeverity": {
|
|
12795
|
+
"type": "string",
|
|
12796
|
+
"description": "filterSeverity parameter",
|
|
12797
|
+
"enum": [
|
|
12798
|
+
"info",
|
|
12799
|
+
"warning",
|
|
12800
|
+
"error"
|
|
12801
|
+
]
|
|
12802
|
+
},
|
|
12803
|
+
"filterActorType": {
|
|
12804
|
+
"type": "string",
|
|
12805
|
+
"description": "filterActorType parameter",
|
|
12806
|
+
"enum": [
|
|
12807
|
+
"user",
|
|
12808
|
+
"candidate",
|
|
12809
|
+
"talent",
|
|
12810
|
+
"guest",
|
|
12811
|
+
"system"
|
|
12812
|
+
]
|
|
12813
|
+
},
|
|
12814
|
+
"sort": {
|
|
12815
|
+
"type": "string",
|
|
12816
|
+
"description": "sort parameter"
|
|
12817
|
+
},
|
|
12818
|
+
"pageSize": {
|
|
12819
|
+
"type": "integer",
|
|
12820
|
+
"description": "Specifies the number of items to retrieve per page. The maximum value is 100."
|
|
12821
|
+
},
|
|
12822
|
+
"pageAfter": {
|
|
12823
|
+
"type": "string",
|
|
12824
|
+
"description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
|
|
12825
|
+
},
|
|
12826
|
+
"pageBefore": {
|
|
12827
|
+
"type": "string",
|
|
12828
|
+
"description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
|
|
12829
|
+
}
|
|
12830
|
+
}
|
|
12831
|
+
},
|
|
12832
|
+
"_meta": {
|
|
12833
|
+
"method": "GET",
|
|
12834
|
+
"path": "/v1/signals",
|
|
12835
|
+
"operationId": "listSignals"
|
|
12836
|
+
}
|
|
12837
|
+
},
|
|
12838
|
+
{
|
|
12839
|
+
"name": "signals_options",
|
|
12840
|
+
"description": "Signals Options",
|
|
12841
|
+
"inputSchema": {
|
|
12842
|
+
"type": "object",
|
|
12843
|
+
"properties": {}
|
|
12844
|
+
},
|
|
12845
|
+
"_meta": {
|
|
12846
|
+
"method": "OPTIONS",
|
|
12847
|
+
"path": "/v1/signals",
|
|
12848
|
+
"operationId": "signalsOptions"
|
|
12849
|
+
}
|
|
12850
|
+
},
|
|
12851
|
+
{
|
|
12852
|
+
"name": "show_signal",
|
|
12853
|
+
"description": "Show Signal",
|
|
12854
|
+
"inputSchema": {
|
|
12855
|
+
"type": "object",
|
|
12856
|
+
"properties": {}
|
|
12857
|
+
},
|
|
12858
|
+
"_meta": {
|
|
12859
|
+
"method": "GET",
|
|
12860
|
+
"path": "/v1/signals/{signalId}",
|
|
12861
|
+
"operationId": "showSignal"
|
|
12862
|
+
}
|
|
12863
|
+
},
|
|
12864
|
+
{
|
|
12865
|
+
"name": "signal_options",
|
|
12866
|
+
"description": "Signal Options",
|
|
12867
|
+
"inputSchema": {
|
|
12868
|
+
"type": "object",
|
|
12869
|
+
"properties": {}
|
|
12870
|
+
},
|
|
12871
|
+
"_meta": {
|
|
12872
|
+
"method": "OPTIONS",
|
|
12873
|
+
"path": "/v1/signals/{signalId}",
|
|
12874
|
+
"operationId": "signalOptions"
|
|
12875
|
+
}
|
|
12876
|
+
},
|
|
12755
12877
|
{
|
|
12756
12878
|
"name": "list_labels",
|
|
12757
12879
|
"description": "List Labels",
|