blender_status
Check whether the Blender bridge is connected and running. Use this to confirm the addon is installed or trigger automatic Blender launch.
Instructions
Check whether the Blender bridge is reachable and what it is running.
Start with this. If connected is false, either the addon is not installed
yet (call blender_setup once) or Blender is not running. Set
BLENDER_MCP_AUTOLAUNCH=1 to let the server start Blender itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |