blender_list_operators
List bpy.ops operators in the current Blender build, filtering by category or query, and inspect their properties to choose the correct one before executing.
Instructions
Discover the bpy.ops operators available in this Blender build, with their descriptions and (optionally) their exact property names, types, enum options and defaults.
Use this to find the right operator before calling blender_run_operator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| category | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |
| include_properties | No |