get_host_tree
Retrieve the directory tree of a 1Panel host to inspect its folder and file structure for file management and navigation.
Instructions
Get host tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve the directory tree of a 1Panel host to inspect its folder and file structure for file management and navigation.
Get host tree
| 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, the description carries the full burden of behavioral disclosure, but it says nothing about whether the call is read-only, whether it returns hierarchical grouping, what shape the tree takes, or any permissions needed. The word 'Get' implies a read operation, but that is the only hint and is not enough for a zero-annotation tool.
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 phrase is short and front-loaded, but its brevity reflects under-specification rather than effective conciseness. It does not earn its place because it fails to communicate anything beyond the already-visible tool name.
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 tool that presumably returns a hierarchical host structure, the description leaves the agent without any idea of return format, ordering, or relationship to host groups. With no annotations and no output schema, the description should compensate but does not.
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 description has no parameter semantics to explain. Per the rubric, zero parameters establishes a baseline of 4, and the empty schema supplies full coverage.
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 is essentially a restatement of the tool name, adding no specificity about what 'host tree' means or what form the result takes. It does not distinguish this tool from nearby siblings like get_host, list_hosts, or list_host_groups, leaving the agent unable to tell which resource set or hierarchy is returned.
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 such as get_host, list_hosts, or list_host_groups. No context, prerequisites, or exclusions are provided, so an agent must guess based solely on the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.