Skip to main content
Glama
AdithyanandanArun

HandoffOS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

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/AdithyanandanArun/HandOffOS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server