Get CommandBridge Host Information
command_bridge_get_system_infoRetrieve operating-system details and the effective command execution policy to verify system context and policy constraints before running commands.
Instructions
Return operating-system information and the effective CommandBridge command policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release | Yes | ||
| cpuCount | Yes | ||
| hostname | Yes | ||
| platform | Yes | ||
| allowedRoots | Yes | ||
| architecture | Yes | ||
| freeMemoryMb | Yes | ||
| allowedShells | Yes | ||
| executionMode | Yes | ||
| totalMemoryMb | Yes | ||
| uptimeSeconds | Yes | ||
| allowedCommands | Yes | ||
| maxParallelCommands | Yes |