system_profile
Retrieve detailed system information from macOS, including software, hardware, and network configuration data through structured profiling.
Instructions
Return structured data from system_profiler
for the requested data type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data_type | No | software |
Input Schema (JSON Schema)
{
"properties": {
"data_type": {
"default": "software",
"type": "string"
}
},
"type": "object"
}