Work order list
work_order_listList active manager work orders with details like job type, output materials, amounts, repeat frequency, workshop, condition count, and validation state, and show whether a manager noble is assigned.
Instructions
List the fort’s active manager (work) orders as facts: id, job type, output item/material tokens, amount total/left, repeat frequency, bound workshop, condition count, and per-order validation state (active + validated; validated:false means the order cannot currently be fulfilled). Also reports whether a manager noble is assigned. count is the fort total; the page is sorted by id and capped at 256 — when capped, truncated:true and next_cursor gives the after_id for the next page. READ-ONLY and always available (not behind the actuator gate); also the readback sensor for work_order_create / _cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after_id | No | pagination cursor: return only orders with id greater than this (from next_cursor) |