ip_lanDNSRes
Retrieve the LAN DNS resolution cache to inspect current DNS mappings and troubleshoot resolution issues on a Vigor router.
Instructions
LAN DNS resolution cache (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve the LAN DNS resolution cache to inspect current DNS mappings and troubleshoot resolution issues on a Vigor router.
LAN DNS resolution cache (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?
The parenthetical 'read-only' is a meaningful behavioral disclosure, especially since no annotations are provided. However, the description does not say what the returned cache contains, whether it reflects live resolution state, or any operational limits, leaving some behavioral context to inference.
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 extremely concise: 'LAN DNS resolution cache (read-only)' is front-loaded with the resource and the read-only qualifier is placed in a clear parenthetical. There is no filler or redundant information.
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 zero-parameter read-only query, the description is nearly adequate, but it stops at naming the resource. Without an output schema, an agent gets no sense of the expected result shape or how this cache relates to the broader DNS toolset.
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 input schema has zero properties, so there are no parameter semantics for the description to add. The baseline of 4 applies because the tool takes no arguments.
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 identifies a specific resource ('LAN DNS resolution cache') and labels it read-only, so a reader can infer retrieval. However, it is a noun phrase with no explicit verb such as get/list/show, and it does not distinguish itself from similarly named siblings like sys_dnsCacheTbl or show_dns.
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 description provides no guidance about when to use this tool versus any alternative. It does not mention related DNS tools such as sys_dnsCacheTbl, ip_dnsforward, or show_dns, and there are no conditions or exclusions stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.