Content
reorder_ contents
Set the order of cards inside one kanban column (status: idea | draft | edited | posted). orderedIds (1-200, all must belong to that column) become positions 0..n-1 in the given order; cards of the column not listed keep their relative order after them. Does NOT change any card's status, date or fields, and does not publish anything. Returns the full column order as { id, position }.
write
tools/callreorder_ contentsIdempotentRequires dalea:write
Parameters
brandIdstringstatus"idea" | "draft" | "edited" | "posted"requiredorderedIdsarray<string>required1 to 200 items.