Skip to main content
Glama

ouroboros_start_evolve_step

Launch an evolution step as a background job and get a job ID for monitoring. Use for Gen 1 seed YAML or successive generations; plugin mode displays results in the Task pane.

Instructions

Start one evolve_step generation in the background and return a job ID immediately for later status checks. In plugin mode, evolution is delegated to an OpenCode Task pane and job_id is None — results appear in the Task pane instead of being pollable via job_status/job_result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executeNoWhether to run seed execution and evaluation. True (default): full pipeline with Execute→Validate→Evaluate. False: ontology-only evolution (fast, no execution).
skip_qaNoSkip post-execution QA evaluation. Default: false
parallelNoWhether to run ACs in parallel. True (default): parallel execution (fast, may cause import conflicts). False: sequential execution (slower, more stable code generation).
lineage_idYesLineage ID to continue or new ID for Gen 1
project_dirNoProject root directory for validation (pytest collection check). If omitted, auto-detected from execution output or CWD.
execution_idNoOptional execution id for checkpoint commit metadata.
seed_contentNoSeed YAML text for Gen 1. Pass a YAML-formatted string (for example, newline-delimited 'goal: ...' fields), not JSON-shaped text or an object literal; some MCP clients may otherwise coerce the value to an object before Ouroboros receives it. Omit for Gen 2+ (seed reconstructed from events).
commit_policyNoOptional checkpoint commit policy for passed ACs.
auto_session_idNoOptional auto session id for checkpoint commit metadata.
benchmark_controlNoRun a deliberate full-graph frugality control. Default: false. Requires execute=true, Gen 2+, an explicit Git project_dir, and a clean baseline; unavailable through plugin delegation.
checkpoint_commitsNoExisting checkpoint commit records for idempotency.
conductor_directiveNoBounded corrective context for this successor generation.
conductor_decision_idNoSelected conductor decision authorizing this successor generation.
recover_expired_claimNoExplicitly recover an expired lineage writer claim after confirming the prior owner process is dead. Default: false
predecessor_execution_idNoExecution or generation that this successor follows.
checkpoint_attempted_ac_idsNoAcceptance criteria already considered for checkpoint commits.
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses key behaviors: background execution, immediate job ID return, and plugin-mode delegation with job_id=None. Yet it does not cover potential side effects, failure modes, or what happens to lineage state, leaving notable gaps.

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 two sentences, front-loaded with the core action, and contains no filler. Every clause adds useful information about behavior or plugin mode, making it highly concise and well-structured.

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?

For a complex tool with 16 parameters and no output schema, the description provides essential async behavior and plugin caveat but omits other return-value details and broader workflow orientation. It references job_status/job_result for polling but does not explain other possible response fields or prerequisites, leaving moderate gaps.

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?

The input schema has 100% description coverage for all 16 parameters, so the baseline is 3. The description itself adds no parameter-specific meaning beyond what the schema already provides, so it neither improves nor harms.

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 uses a specific verb+resource: 'Start one evolve_step generation in the background and return a job ID immediately'. It clearly distinguishes this background tool from synchronous siblings like ouroboros_evolve_step and from status/result tools by emphasizing immediate return and later polling.

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?

The description implies when to use this tool: when you want background execution and a job ID to poll later, contrasting with plugin mode where results appear in the Task pane instead of being pollable. However, it does not explicitly name alternatives or provide exclusions, so it stops short of full guidance.

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/Q00/ouroboros'

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