Skip to main content
Glama

delimit_next_task

Retrieve the highest-priority open task with safeguard checks to start or continue autonomous development. Returns BUILD, CONSENSUS, or STOP actions.

Instructions

Get the next task to work on (Pro).

Returns the highest-priority open item with safeguard checks. Part of the autonomous build loop - call this to start or continue working.

Returns action: BUILD (with task), CONSENSUS (generate new items), or STOP (safeguard tripped).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ventureNoProject name or path. Auto-detects if empty.
max_riskNoFilter tasks by max risk level (low, medium, high, critical).
session_idNoResume an existing session. Creates a new one if empty.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries full burden. It mentions 'safeguard checks' and return actions, implying a read-like operation, but does not explicitly state it is read-only or describe side effects.

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 concise: two short paragraphs, front-loaded with the core action, then listing return values and context. No unnecessary words.

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?

The description covers purpose, usage context, and return values adequately. The existence of an output schema makes additional return details unnecessary. Slight gap: no explanation of how session_id affects behavior, but the schema covers it.

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?

Input schema coverage is 100% and schema descriptions already explain the parameters. The description does not add new parameter meaning beyond what the schema provides, so 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 tool's purpose: 'Get the next task to work on' and distinguishes it as part of the 'autonomous build loop' to start or continue work, differentiating it from sibling tools like delimit_task_complete or delimit_gov_new_task.

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 explicitly says 'call this to start or continue working,' providing clear when-to-use guidance. It lists the possible return actions (BUILD, CONSENSUS, STOP) but does not explicitly state when not to use or name alternatives.

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