sys-info
Retrieve Magento 2 system information including configuration, environment details, and technical specifications to diagnose issues and verify system status.
Instructions
Get Magento 2 system information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format | table |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "table",
"description": "Output format",
"enum": [
"table",
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}