system_management
Check system health, gather detailed info, test network ports, or get help with common system operations, using a single tool with real-time progress and error diagnostics.
Instructions
Perform system management operations with comprehensive error handling and agentic telemetry.
RATIONALE: Consolidates system info, health checks, and network connectivity into a single portmanteau. Integrates with FastMCP 3.2 Context for real-time progress reporting and LLM-in-the-loop diagnostics.
Args: action: The system operation to perform. detailed: Include additional technical details (default: False). host: Target hostname for port testing. port: Target port for connectivity verification. timeout_seconds: Connection timeout (default: 5s). category: Help category filter. ctx: FastMCP Context for telemetry and sampling (injected).
Examples: - system_management(action="health", detailed=True) - system_management(action="test_port", host="8.8.8.8", port=53)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| detailed | No | ||
| host | No | ||
| port | No | ||
| timeout_seconds | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||