Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OFLOW_MCP_HOMENoBase data directory~/.oflow-mcp
OFLOW_MCP_DATA_DIRNoWorkflow instance directory~/.oflow-mcp/instances
OFLOW_MCP_FLOWS_DIRNoWorkflow template directory~/.oflow-mcp/flows

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
workflow_list_templatesA

List available workflow templates.

workflow_get_templateA

Get workflow template details and step summary.

workflow_startB

Start a workflow instance from a template.

workflow_currentA

Get the current workflow step and rendered prompt. ID may be an instance id or alias. If omitted, uses the most recently active instance.

workflow_advanceB

Complete the current step and advance the workflow after checkpoint validation.

workflow_statusC

Show full workflow instance status.

workflow_list_instancesA

List workflow instances, optionally filtered by status and template.

workflow_bindB

Bind an alias to a workflow instance.

workflow_override_promptB

Override a step prompt for one workflow instance only.

workflow_create_templateB

Create a workflow template by writing flow.yaml and prompts/*.md.

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 10 tools

Disambiguation5/5

Each tool targets a distinct operation: creation, starting, advancing, binding, querying, and overriding. No two tools have overlapping purposes.

Naming Consistency5/5

All tools use the consistent 'workflow_verb_noun' pattern in snake_case, making the purpose clear and predictable.

Tool Count5/5

With 10 tools, the surface is well-scoped for managing workflow templates and instances, covering all essential operations without unnecessary bloat.

Completeness4/5

Core CRUD and lifecycle operations are present (create, start, advance, status). Missing delete or stop operations for templates/instances is a minor gap, but the main workflows are covered.

Maintenance

ActivityStale
ResponsivenessNo issues