Create Tickets
create_ticketsCreates a complete set of tickets in a single atomic call, assigning unique IDs and resolving dependencies via temporary keys. Use to publish a breakdown, with partial failures creating nothing.
Instructions
Publish a whole breakdown in one call. Edges may name a sibling by a temporary key you choose; the server mints repo-unique ids, numbers the files, and resolves the keys atomically — a partial failure creates nothing. Cycles are refused. An unknown Effort needs create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Workspace directory. Defaults to the session workspace. | |
| create | No | Start the Effort if the workspace does not hold it. Otherwise an unknown slug fails. | |
| effort | Yes | Effort slug to create them in. | |
| tickets | Yes | The whole set, in the order they should be numbered. |