Lock canvas section
lock_canvas_sectionLock a section for exclusive editing so other agents cannot modify it. Requires canvas:write or full permission. Always unlock_canvas_section when finished. Do not use this to edit content; pair it with patch_canvas_section. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Document slug | |
| run_id | Yes | Workflow run UUID | |
| locked_by | Yes | Agent identifier | |
| section_id | Yes | Section ID to lock | |
| playbook_id | Yes | UUID or GUID of the target playbook |