Skip to main content
Glama
JeremyVyska
by JeremyVyska

workflow_start

Start a workflow session to drive agents through systematic file-by-file processing with checklists, pattern scanning, and progress tracking for tasks like code review, error migration, or BC version upgrade.

Instructions

Start a workflow session - a stateful checklist management system that drives agents through systematic, file-by-file processing.

Workflows provide:

  • File inventory with per-file checklists

  • Dynamic checklist expansion based on analysis

  • Pattern scanning for migrations (e.g., Error→ErrorInfo)

  • Batch operations for large-scale changes

  • Progress tracking and session persistence

The workflow drives the agent with explicit next-action instructions.

Example usage:

  • Start a code review: workflow_type="code-review"

  • Start an error migration: workflow_type="error-to-errorinfo-migration"

  • Start a BC upgrade: workflow_type="bc-version-upgrade" with source_version and target_version

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_typeYesType of workflow to start. Built-in types: code-review, proposal-review, performance-audit, security-audit, onboarding, error-to-errorinfo-migration, bc-version-upgrade. Custom workflow types defined in company/project layers are also supported.
scopeNoScope of files to include. "workspace" scans entire workspace, "directory" scans a specific path, "files" targets specific files.workspace
pathNoDirectory path (if scope=directory) or comma-separated file paths (if scope=files)
optionsNoWorkflow-specific options
initial_processingNoControl server-side autonomous processing before returning
Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses stateful behavior, file inventory, dynamic checklists, pattern scanning, batch operations, and session persistence. No contradictions or omissions.

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

Conciseness4/5

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

Well-structured with bullet points and examples, but slightly verbose. Information is front-loaded and each section earns its place, though some repetition could be trimmed.

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

Completeness4/5

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

For a complex tool with nested parameters and no output schema, the description covers purpose, workflow features, and examples. Missing return value details, but session persistence and progress tracking imply sufficient context.

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

Parameters4/5

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

Schema coverage is 100%; baseline 3. Description adds value by providing workflow type examples and explaining options like bc_version in context (e.g., BC upgrade), enhancing parameter understanding beyond schema.

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?

Description clearly states the tool starts a workflow session (specific verb+resource) and lists built-in types with examples. It distinguishes from sibling tools like workflow_batch, workflow_cancel, etc., by focusing on initiation.

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

Usage Guidelines4/5

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

Provides clear context for when to use the tool (e.g., start a code review, error migration) and examples. Lacks explicit when-not-to-use guidance but implicitly differentiates from siblings through its initiation role.

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/JeremyVyska/bc-code-intelligence-mcp'

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