chieflab_mark_action_done
ActiveTool of ChiefLab
P135 — mark a next-move action as completed when the founder has done the move BUT there's no URL to record (e.g. reply_to_commenters, dm_engagers, mark replies done). Flips the action to executed with metadata.markedManuallyAt + metadata.executedManually=true. The next-move card disappears from /command/'s Today's Loop. For moves that DO have a URL (cross-post, new post), use chieflab_record_manual_publish instead — it both records the URL and marks executed.
Parameters schema
{
"type": "object",
"required": [
"actionId"
],
"properties": {
"note": {
"type": "string",
"description": "Optional founder note about what was done. Stored in metadata.markedManuallyNote for the brain to read later."
},
"actionId": {
"type": "string",
"description": "The next-move action id."
},
"workspaceId": {
"type": "string",
"description": "Optional workspace id."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries