Unlock canvas section
unlock_canvas_sectionUnlock a previously locked canvas section so other agents can edit it. Requires canvas:write or full permission. Use lock_canvas_section to take the lock; this tool does not change section content. 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 | |
| section_id | Yes | Section ID to unlock | |
| playbook_id | Yes | UUID or GUID of the target playbook |