invokeai_system
Check InvokeAI health, version, configuration, and runtime stats. Verify connectivity and troubleshoot system setup.
Instructions
Check InvokeAI connectivity, version, and runtime configuration.
[RATIONALE] System introspection (health, version, config, cache stats) is one domain and the standard first call for onboarding and debugging.
Return Format
{"success": bool, "operation": str, "data": {...}, "message": str, "configured": bool}
Examples
invokeai_system(operation="health") invokeai_system(operation="version")
Notes:
health returns configured=false when InvokeAI is not reachable (drives the webapp onboarding cue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | System operation to perform. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||