Skip to main content
Glama
hyperdrift-io

Deputy Workforce Operations MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for remote HTTP server.3013
DEPUTY_MODENoMode to run the server: 'fixture' for local evaluation, 'live' for production.fixture
MCP_BEARER_TOKENNoBearer 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operational concern: coverage gaps, overtime risk, timesheet exceptions, staffing summary, and availability conflicts. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (find_, flag_, list_, summarise_, find_), making them predictable and clear.

Tool Count5/5

5 tools is well-scoped for a read-only workforce analysis server, covering key monitoring areas without bloat or deficiency.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues