Deputy Workforce Operations MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for remote HTTP server. | 3013 |
| DEPUTY_MODE | No | Mode to run the server: 'fixture' for local evaluation, 'live' for production. | fixture |
| MCP_BEARER_TOKEN | No | Bearer token for remote deployment, must be at least 32 bytes. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_coverage_gapsB | Find open shifts and optional minimum-staffing shortfalls without changing Deputy data. |
| flag_overtime_riskA | Compare completed and remaining rostered hours with a configured operational threshold. |
| list_timesheet_exceptionsB | Find missing or materially different timesheets using an explicit tolerance. |
| find_availability_conflictsB | Find rosters overlapping recorded unavailability or approved leave. |
| summarise_staffingA | Summarise rostered and completed staffing by location and local day. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct operational concern: coverage gaps, overtime risk, timesheet exceptions, staffing summary, and availability conflicts. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case (find_, flag_, list_, summarise_, find_), making them predictable and clear.
5 tools is well-scoped for a read-only workforce analysis server, covering key monitoring areas without bloat or deficiency.
The set covers main operational needs (gaps, overtime, exceptions, summary, conflicts). A minor gap is the absence of a tool to list all shifts or employees directly, but the summary and gap tools partially address this.