sys_dnsCacheTbl
Displays the router's current DNS cache table to verify cached resolutions and troubleshoot DNS lookup problems.
Instructions
DNS cache table (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Displays the router's current DNS cache table to verify cached resolutions and troubleshoot DNS lookup problems.
DNS cache table (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 full burden of behavioral disclosure. It does disclose the important trait that the operation is read-only, but it does not describe what data is returned, how the table is formatted, or any other behavioral details.
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 at four words and is appropriately sized for a zero-parameter read-only table query. Every word adds value, and 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 low-complexity, zero-parameter read-only operation, the description provides sufficient context to invoke the tool. It names the resource, indicates the access mode, and has no hidden parameters; however, the lack of any output description is a minor gap.
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 and the schema is an empty object, so there are no parameter semantics to explain. The baseline of 4 applies because the description is not required to compensate for any missing parameter documentation.
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 clearly identifies the resource as the DNS cache table and states it is read-only. It lacks an explicit verb like 'view' or 'list,' and it does not differentiate itself from similar siblings such as show_dns, but the intended operation is still evident.
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 gives no guidance on when to use this tool versus alternatives. Siblings like show_dns or sys_qrybuf may be related, but no conditions, exclusions, or recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.