Skip to main content
Glama

Delimit Work Orders

delimit_work_orders

List, show, or complete structured work orders that bridge strategy deliberations and interactive execution, keeping founder tasks actionable and trackable.

Instructions

Manage work orders — structured task artifacts for the founder (STR-177).

When to use: to list, read, or close work orders that bridge strategy deliberations and interactive execution. When NOT to use: for ledger items (use delimit_ledger_*) or governance tasks (delimit_gov_new_task / run / verify).

Sibling contrast: delimit_ledger_add tracks general work; delimit_gov_new_task is governance-classed; this is the founder work-order surface — copy-pasteable markdown artifacts.

Side effects: action="list" / "show" are read-only. action="complete" writes to the work-order store via ai.work_order.complete_work_order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoCompletion note (used by "complete").
wo_idNoWork order id (required for "show" / "complete").
actionNoOne of "list" (default), "show", "complete".list
statusNoFilter for list — "pending" (default), "completed", "all".pending

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: -"'list' (show pending), 'show' (read one), 'complete' (mark done)."New value: +"One of \"list\" (default), \"show\", \"complete\"."
    • changedInput schema / properties / note / description
      Previous value: -"Completion note for 'complete'."New value: +"Completion note (used by \"complete\")."
    • changedInput schema / properties / status / description
      Previous value: -"Filter for list: 'pending', 'completed', 'all'."New value: +"Filter for list — \"pending\" (default), \"completed\", \"all\"."
    • changedInput schema / properties / wo_id / description
      Previous value: -"Work order ID for 'show' and 'complete'."New value: +"Work order id (required for \"show\" / \"complete\")."
  2. Addedv4.5.5

TDQS

A4.9/5.0
Behavior5/5

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

The annotations only provide tool-level readOnlyHint=false and destructiveHint=false. The description adds genuinely useful per-action behavioral disclosure: action='list'/'show' are read-only while action='complete' writes to the work-order store via ai.work_order.complete_work_order. This goes beyond the annotations and tells the agent exactly which invocations have 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 organized into clear labeled sections (purpose, when to use, when not to use, sibling contrast, side effects) and front-loads the core purpose. Every sentence earns its place; the sibling contrast slightly overlaps with 'when NOT to use', but it adds concrete named alternatives rather than pure repetition.

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?

With an output schema present (return values are covered), zero required parameters, and a description covering purpose, usage boundaries, sibling differentiation, and per-action side effects, there is nothing an agent needs to invoke the tool correctly that is missing. The reference to STR-177 is minor noise but not a gap.

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 description coverage is 100%, so the baseline is 3 — the schema already documents all four parameters well. The description adds value by mapping action values to side-effect behavior (read-only vs write) and connecting note/wo_id to the 'complete' action, which is beyond the schema. It doesn't elaborate on status filter nuances or wo_id format, so it doesn't reach 5.

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 states a clear verb-resource pair — 'Manage work orders' — and immediately elaborates the concrete actions: 'to list, read, or close work orders'. It frames work orders as 'structured task artifacts for the founder' and explicitly contrasts with ledger and governance tools, so an agent can distinguish it from siblings without opening the schema.

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 has explicit 'When to use' and 'When NOT to use' sections. It names concrete alternatives (delimit_ledger_* for ledger items, delimit_gov_new_task / run / verify for governance tasks) and explains the boundary. This is exactly the kind of routing guidance that lets an agent pick the right tool.

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