check_device_dns
Verify the device's DNS settings and resolution status to troubleshoot hostname lookup failures on a 1Panel server.
Instructions
Check device DNS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Verify the device's DNS settings and resolution status to troubleshoot hostname lookup failures on a 1Panel server.
Check device DNS
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.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 reveals nothing about what the check does, what it returns, whether it's read-only, or any side effects. It is completely uninformative.
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 terse (three words) and under-specified rather than concise. It fails to convey any meaningful information beyond the name, so its brevity is a flaw, not a virtue.
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?
Given a simple tool with no parameters, no output schema, and no annotations, the description should at least state what the check entails. Instead it is completely inadequate, leaving an agent unable to predict behavior or interpret results.
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 takes zero parameters, so the schema provides no parameter details to supplement. Per the rubric, 0 params gives a baseline of 4, and the description neither adds nor detracts from that.
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 'Check device DNS' essentially restates the tool name in sentence form, providing no additional detail about what aspect of DNS is checked or how it distinguishes from sibling tools like get_device_base_info. It is a tautology rather than a specific verb+resource statement.
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?
There is no guidance on when to use this tool versus alternatives, nor any context about prerequisites or expected scenarios. The description offers no usage instructions whatsoever.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.