Skip to main content
Glama
AdithyanandanArun

HandoffOS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ingest_eventC

Ingest an enterprise event and recalculate the workflow state.

detect_blockersC

Detect deterministic workflow blockers with evidence and risk breakdowns.

simulate_resolutionA

Simulate a workflow resolution without changing live workflow state.

plan_next_actionsC

Plan evidence-backed actions that require approval before execution.

execute_actionB

Execute an approved planned action and recalculate the live workflow.

escalate_blockerC

Prepare an evidence-backed escalation for the workflow root blocker.

predict_completionB

Forecast deterministic completion timing and identify critical-path delay drivers.

compare_workflowsB

Compare health, root blockers, and completion forecasts across active workflows.

rollback_actionC

Restore the snapshot before the last approved state-changing action.

what_if_multiB

Simulate resolving multiple workflow nodes without changing the live workflow.

export_audit_reportC

Export a structured JSON and Markdown audit report for a workflow.

verify_audit_integrityB

Verify the tamper-evident SHA-256 audit chain for a workflow.

reset_demoB

Reset the in-memory demo workflows and subscriptions to their deterministic seed state.

Prompts

Interactive templates invoked by user choice

NameDescription
explain_blockerExplain a blocker using only findings and evidence supplied by HandoffOS resources.
manager_summaryCreate a concise evidence-grounded manager summary for a workflow.
escalation_emailDraft an escalation email using only the escalation tool output and workflow evidence.
executive_digestCreate a one-paragraph leadership digest from deterministic workflow comparisons.

Resources

Contextual data attached and managed by the client

NameDescription
HandoffOS Workflow CatalogAll active workflow IDs with deterministic health and completion summaries.
Priya Onboarding Workflow StateCurrent workflow state for Priya Nair onboarding.
Priya Onboarding EventsEnterprise events used to reconstruct Priya Nair onboarding.
Priya Onboarding FindingsDeterministic blocker findings and evidence references.
Priya Onboarding Audit LogTamper-evident audit records for Priya onboarding.
Vendor Onboarding Workflow StateCurrent workflow state for Acme vendor onboarding.
Vendor Onboarding EventsSource events for the vendor workflow.
Vendor Onboarding FindingsDeterministic findings for vendor onboarding.
Vendor Onboarding Audit LogTamper-evident audit records for vendor onboarding.
HandoffOS RulesDeterministic workflow rules used to create findings.
Health ChecksCurrent health status of all registered health checks
Handoff DashboardUI component for Handoff Dashboard
Widget ExamplesProvides metadata and examples for all registered UI widgets

TDQS

B3.2/5.0

Scored across 13 tools

Disambiguation3/5

Most tools are distinct, but what_if_multi and simulate_resolution both simulate without changing live workflow state, differing mainly in scope (multi-node vs. single resolution), which could confuse an agent. Other tools are clearly separated by action and resource.

Naming Consistency4/5

The naming convention is overwhelmingly verb_noun (ingest_event, detect_blockers, execute_action), but 'what_if_multi' breaks the pattern by not starting with a verb. No camelCase or mixed conventions exist, so the inconsistency is minor.

Tool Count5/5

Thirteen tools is well within the optimal 3-15 range and each tool addresses a distinct aspect of workflow management, from simulation and execution to audit and comparison, so the count feels appropriately scoped.

Completeness3/5

The set covers core workflow operations like simulation, execution, rollback, prediction, and audit, but lacks an explicit approval tool even though plan_next_actions references approvals. Additionally, workflow retrieval is only implicit through compare_workflows, leaving a moderate gap in the lifecycle.

Maintenance

ActivityStale
ResponsivenessNo issues