blender_list_packages
List Python packages available to Blender's interpreter, including sys.path and the project-local directory for installing new ones.
Instructions
List the Python packages Blender's own interpreter can see, with sys.path and the project-local directory new packages go into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |