get_network_state
Collect network state information by running standard show commands and returning a plain-text summary of areas, devices, interfaces, and topology.
Instructions
Run the standard set of show commands and return aggregated results.
This is the lightweight alternative to `get_ai_context`. It produces a
plain-text summary of the current network state (areas, devices,
interfaces, L1/L2/L3 topology, attributes) by invoking the show
commands listed in mcp_config.json -> ai_context_show_commands.
Args:
master: Master filename inside the working directory
(e.g. '[MASTER]office.xlsx'), or an absolute path inside
the working directory.
Returns:
Concatenated stdout from each show command, grouped by command name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| master | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |