blender_status
Monitor Blender server status, system health, and performance metrics with configurable sampling and output formats.
Instructions
System status and monitoring (portmanteau).
Operations:
status: MCP server, Blender, system, and performance summary
system_info: Detailed OS, Python, env, and resources
health_check: Blender availability, resources, tool registration
performance_monitor: Sample CPU/memory/disk over duration_seconds (max 60)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | status | system_info | health_check | performance_monitor | status |
| include_blender_info | No | For status — include Blender section | |
| include_system_info | No | For status — include system section | |
| include_performance | No | For status — include performance section | |
| duration_seconds | No | For performance_monitor — sampling duration (1-60) | |
| limit | No | ||
| format | No | "json" for webapp dict (status only); "text" for report string | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |