cxone-wfm-intraday-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_intraday_metricsB | List the Intraday metrics available to query, with definitions and units. |
| resolve_intraday_entityB | Resolve a user-friendly name (e.g. 'billing', 'GE') to a canonical queue. |
| get_intraday_snapshotC | Return current Intraday state for all (or selected) queues and the highest-risk queue. |
| get_forecast_vs_actualC | Return per-interval forecast vs actual volume, AHT, and staffing for a queue. |
| get_intraday_risk_driversC | Explain why a queue is at risk: ranked risk drivers with supporting data. |
| get_available_capacityC | Identify queues with spare capacity that could help recover the target queue. |
| simulate_recovery_actionB | Simulate moving N agents from a source queue to a target queue for a duration (minutes). |
| summarise_intraday_recommendationC | Return a plain-English recovery recommendation (what / why / action / impact / trade-offs). |
| load_intraday_dataA | Replace the Intraday dataset with the user's own queues, so every other tool analyzes THEIR data instead of the built-in demo. Each queue object requires: id, name, sla_current, sla_target, volume_forecast, volume_actual, aht_forecast, aht_actual, staffing_planned, staffing_actual (>= 1), occupancy, backlog, risk_status ("at_risk" | "watch" | "healthy"). Optional: aliases (list of strings) and intervals (list of objects with interval, volume_forecast, volume_actual, aht_forecast, aht_actual, staffing_planned, staffing_actual). Percentages are 0-100; times are seconds; staffing is agent counts. Note: this sets the dataset for the whole server process, not per-conversation. Call reset_intraday_data to restore the demo dataset. |
| reset_intraday_dataA | Restore the built-in demo Intraday dataset (undo load_intraday_data). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssolanky/cxone-wfm-intraday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server