chieflab_redraft
ActiveTool of ChiefLab
USE WHEN the user says 'make this more casual' / 'shorter' / 'less salesy' / 'add a specific number' / 'redraft this' about a published draft. Pulls the existing brief for the actionId, merges the instruction, returns an updated brief your LLM should render. After rendering call chieflab_record_rendered_copy({ assetId, body }) to commit. Multi-turn flow stays coherent: each redraft increments action.metadata.revision; original brief preserved in metadata.history.
Parameters schema
{
"type": "object",
"required": [
"actionId",
"instruction"
],
"properties": {
"body": {
"type": "string",
"description": "Optional. If your LLM already rendered the redrafted body, pass it here and ChiefLab updates the action's brief directly."
},
"actionId": {
"type": "string",
"description": "The publishAction.id from chiefmo_launch_product."
},
"instruction": {
"type": "string",
"description": "Plain-English instruction. 'shorter', 'more casual', 'add the $40 number from our pricing page', etc."
},
"workspaceId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries