blender_manage_addon
Enable, disable, or install Blender add-ons. Installing from a .zip requires explicit confirmation to prevent silent third-party code execution.
Instructions
Enable, disable or install a Blender add-on.
Installing requires confirm=true because it runs third-party code inside
Blender. Only .zip archives are accepted, and the call is refused without
that flag so an agent cannot silently install anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | For install, a URL to a .zip. | |
| path | No | For install, a local .zip. | |
| addon | Yes | Add-on module name, e.g. io_scene_gltf2. | |
| action | No | What to do. | enable |
| enable | No | Enable right after installing. | |
| module | No | Module name to enable after install, if it differs from the file. | |
| confirm | No | Required for install: it executes third-party code. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |