You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +69,7 @@ Retrieves conversation analytics for a specific queue between two dates, returni
69
69
### Inputs
70
70
71
71
-`queueId`
72
-
- The UUID ID of the queue to filter conversations by. (e.g., 00000000-0000-0000-0000-000000000000)
72
+
- The UUID of the queue to filter conversations by. (e.g., 00000000-0000-0000-0000-000000000000)
73
73
-`startDate`
74
74
- The start date/time in ISO-8601 format (e.g., '2024-01-01T00:00:00Z')
75
75
-`endDate`
@@ -118,7 +118,7 @@ Platform API endpoint used:
118
118
119
119
Retrieves sentiment analysis scores for one or more conversations. Sentiment is evaluated based on customer phrases, categorized as positive, neutral, or negative. The result includes both a numeric sentiment score (-100 to 100) and an interpreted sentiment label.
Retrieves a structured transcript of the conversation, including speaker labels, utterance timestamps, and sentiment annotations where available. The transcript is formatted as a time-aligned list of utterances attributed to each participant (e.g., customer or agent)
"description": "A Model Context Protocol (MCP) server exposing Genesys Cloud tools for LLMs, including sentiment analysis, conversation search, topic detection and more.",
0 commit comments