nat_view
View the router's current NAT configuration to inspect rules and settings. Read-only access ensures safe monitoring.
Instructions
NAT configuration view (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
View the router's current NAT configuration to inspect rules and settings. Read-only access ensures safe monitoring.
NAT configuration view (read-only)
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.6.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states the operation is read-only, which is a key behavioral trait, but it does not disclose what the output looks like, whether it requires any authentication, or any side effects. The read-only claim is a positive signal but limited.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise phrase that front-loads the resource ('NAT configuration') and the operation ('view') plus the read-only qualifier. Every word earns its place; there is no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless read-only view tool, the description is mostly complete, but the lack of any output schema or return-value description leaves a gap: an agent does not know what data the view returns. The sibling list shows many similar view tools, so a bit more context about what NAT configuration includes would help.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema is trivially complete. The description adds the semantic that this is a view operation, which is sufficient for a parameterless tool. Baseline 4 for zero parameters is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'NAT configuration view (read-only)' clearly identifies the tool as a read-only view of NAT configuration, which is a specific verb-resource combination. It distinguishes itself from the sibling 'nat_dmz' (which likely configures DMZ) and 'show_nat' (which may show NAT status or rules), though it doesn't explicitly name those siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The read-only qualifier implies it is for inspection rather than modification, and the sibling list contains many other view tools, but the description does not explicitly state when to use this tool versus alternatives like show_nat or nat_dmz. The usage context is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.