Skip to main content
Glama

delimit_executor

Run approved work orders to create GitHub issues and comments. Pause or resume the autonomous executor.

Instructions

Run approved work orders from the dashboard inbox (Pro) (Worker Pool v2).

When to use: as the autonomous executor for human-approved work orders, or to inspect/pause the executor. When NOT to use: to dispatch new agent work (use delimit_agent_dispatch) or close out a work order (delimit_work_orders complete).

Sibling contrast: delimit_work_orders reads/closes the work order artifact; this is the run surface that turns approved orders into real GitHub side effects.

Side effects: action="run" / "poll" with live=True fire whitelisted state-changing actions: gh_issue_create, gh_pr_comment, gh_issue_comment. Every invocation is logged to ~/.delimit/workers/audit/executor.jsonl. Touch ~/.delimit/pause_executor to halt the autonomous path at the next tick.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo"run" (one), "poll" (scan + run all approved), "status" (default), "pause", "resume".status
wo_idNoWork order id. Required for action="run".
liveNoWhen False (default), dry-run — describe what would happen without firing.
executed_byNoIdentifier for the audit log (e.g. "dashboard", "cron").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses side effects: 'action="run" / "poll" with live=True fire whitelisted state-changing actions...'. It also details logging to a specific file and the mechanism to pause execution.

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 sections: main purpose, when to use/not use, sibling contrast, and side effects. Every sentence provides essential information without redundancy.

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?

Given 4 parameters, no required, high schema coverage, and the existence of an output schema, the description is thorough. It covers purpose, usage guidelines, behavioral traits, and safety mechanisms (dry-run, logging, pause), fully equipping an agent to use the tool correctly.

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%, so the input schema already documents all 4 parameters. The description adds context beyond the schema, such as the audit log identifier purpose for 'executed_by' and the dry-run behavior for 'live'. This extra value justifies a 4.

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 tool's purpose: 'Run approved work orders from the dashboard inbox (Pro) (Worker Pool v2).' It also distinguishes from a sibling tool: 'delimit_work_orders reads/closes the work order artifact; this is the run surface that turns approved orders into real GitHub side effects.'

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 explicitly states when to use ('as the autonomous executor for human-approved work orders, or to inspect/pause the executor') and when not to use ('to dispatch new agent work (use delimit_agent_dispatch) or close out a work order (delimit_work_orders complete)'). Provides clear sibling contrast.

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