Skip to main content
Glama

workflow_manage

Manage workflow templates in FleetQ by creating, updating, validating, activating, duplicating, generating from prompts, estimating costs, and configuring execution chains.

Instructions

Manage workflow templates. Actions: list, get (workflow_id), create (name, description), update (workflow_id + fields), validate (workflow_id), activate (workflow_id), duplicate (workflow_id), generate (prompt — AI generates workflow from description), estimate_cost (workflow_id), suggestion (context), time_gate (workflow_id, config), execution_chain (workflow_id, chain config).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, get, create, update, validate, activate, duplicate, generate, estimate_cost, suggestion, time_gate, execution_chain
statusNoFilter by status: draft, active, archived
limitNoMax results to return (default 10, max 100)
workflow_idYesThe workflow UUID
nameYesWorkflow name
descriptionNoWorkflow description
checkpoint_modeNoCheckpoint durability mode: sync (safest, DB write per step), async (Redis buffer + background flush), exit (in-memory, flushed on completion). Default: sync
titleNoName for the new workflow (defaults to "<original name> (copy)")
promptYesNatural language description of the workflow to create
experiment_idYesID of the completed or evaluating workflow experiment to analyze.
event_typeNoFilter by event type: started, completed, failed, waiting_time, waiting_human, skipped

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/escapeboy/agent-fleet-o'

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