Skip to main content
Glama

Delimit Build Loop

delimit_build_loop

Execute a single governed iteration of an autonomous build, social, or deploy loop, advancing work via cycle, build, social, or deploy actions.

Instructions

Execute one iteration of a governed continuous loop (LED-239).

When to use: to advance the autonomous build / social / deploy loop one step, either interactively or from a daemon. When NOT to use: for status only (use delimit_loop_status) or to configure (delimit_loop_config).

Sibling contrast: delimit_loop_status reads; delimit_loop_config sets policy; this drives one iteration.

Side effects: depends on loop_type. cycle/build dispatches swarm work; social drafts replies; deploy runs gates and publishes. All loops write to the loop_engine's session record.

Loop types:

  • cycle (recommended): unified think -> build -> deploy in one call.

  • build: picks feat/fix/task items from ledger, dispatches via swarm.

  • social (think): scans Reddit/X/HN, drafts replies.

  • deploy: runs deploy gates, publishes, verifies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"init" to start a session, "run" (default) to execute one iteration.run
loop_typeNo"cycle", "build" (default), "social", or "deploy".build
cycle_modeNoFor loop_type="cycle" — "sense" (think+strategy), "execute" (build+deploy), or "full" (all). Default "full".full
session_idNoOptional session id to continue.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv4.7.9
    • changedInput schema / properties / action / description
      Previous value: -"'init' to start a session, 'run' to execute one iteration."New value: +"\"init\" to start a session, \"run\" (default) to execute one iteration."
    • changedInput schema / properties / cycle_mode / description
      Previous value: -"'sense' (think+strategy), 'execute' (build+deploy),\n        'full' (all stages). Only applies to loop_type='cycle'.\n        Daemon uses 'sense', interactive sessions use 'full' or 'execute'."New value: +"For loop_type=\"cycle\" — \"sense\" (think+strategy), \"execute\" (build+deploy), or \"full\" (all). Default \"full\"."
    • changedInput schema / properties / loop_type / description
      Previous value: -"'cycle', 'build', 'social', or 'deploy' (default: build)."New value: +"\"cycle\", \"build\" (default), \"social\", or \"deploy\"."
    • changedInput schema / properties / session_id / description
      Previous value: -"Optional session ID to continue."New value: +"Optional session id to continue."
  2. Addedv4.5.5

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false. The description goes well beyond this by detailing side effects per loop_type: 'cycle/build dispatches swarm work; social drafts replies; deploy runs gates and publishes.' It also discloses that 'All loops write to the loop_engine's session record.' No contradiction with annotations exists.

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 well-structured with clear labeled sections: primary statement, when to use, when not to use, sibling contrast, side effects, and loop types. Every section earns its place and the critical scoping information is front-loaded. The ticket reference 'LED-239' is minor noise but does not undermine clarity.

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

Completeness5/5

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

For a complex loop-driving tool with an output schema, the description is highly complete: it explains the loop variants, side effects, exclusions, and alternative tools. The agent has enough context to invoke it correctly without needing additional inference.

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 description coverage is 100%, so the schema already documents all four parameters. The description adds behavioral context for loop_type values (cycle/build/social/deploy) but does not meaningfully expand on action or cycle_mode beyond what the schema provides. This is adequate but not exceptional.

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 opens with a specific verb and resource: 'Execute one iteration of a governed continuous loop.' It also explicitly contrasts itself with sibling tools, stating 'delimit_loop_status reads; delimit_loop_config sets policy; this drives one iteration.' This makes the tool's unique role unmistakable.

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

Usage Guidelines5/5

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

The description provides an explicit 'When to use' section and an explicit 'When NOT to use' section, naming the exact alternative tools (delimit_loop_status, delimit_loop_config) for those cases. This gives an agent clear branching 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/delimit-ai/delimit-mcp-server'

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