Skip to main content
Glama

workflow_init

Initialize isolated browser workers for parallel task execution, with configurable per-worker timeouts and success criteria.

Instructions

Initialize a workflow with multiple isolated workers for parallel browser ops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesWorkflow name
workersYesList of workers to create
workerTimeoutMsNoPer-worker timeout in ms. Default: 60000
maxStaleIterationsNoStale update limit before circuit break. Default: 5
globalTimeoutMsNoGlobal workflow timeout in ms. Default: 300000
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate openWorldHint=true but no destructiveness. The description adds the behavioral trait 'isolated workers' but does not explain what isolation means, side effects, or what happens if called multiple times. More context on permissions or resource implications would improve.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that front-loads the key action and purpose. No wasted words; every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description covers the core purpose, it lacks details about workflow lifecycle, what initialization triggers (e.g., do workers start immediately?), and return value. For a tool with nested arrays and multiple parameters, more context would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description does not need to add parameter info. The description provides a general statement ('isolated workers'), but the schema already documents all parameters adequately. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Initialize' and the resource 'workflow with multiple isolated workers for parallel browser ops'. It effectively distinguishes from sibling tools like worker_init or workflow_status by emphasizing parallel browser operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives like workflowerated tools. It is implied this is the first step in a workflow lifecycle, but no direct guidance or exclusions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/shaun0927/openchrome'

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