netmiko.health_check
Verifies the MCP server is responsive and correctly configured. Returns availability, version, credential source, and policy status.
Instructions
Check whether the Netmiko MCP server itself is responsive and correctly configured.
IMPORTANT: If the user message involves network devices, call netmiko.get_metadata FIRST.
This checks the MCP server, NOT any network device and NOT the inventory backend reachability. "¿Está arriba el router X?" is not this tool — that requires actually running a command against the device with netmiko.send_show_command.
Returns:
str: JSON with available, version, inventory_backend,
credential_source and command_policy ("file" or "fallback").
When command_policy is "fallback" a warning field explains that
no policy file exists and only built-in read-only commands run;
report that warning to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |