list_hosts
Retrieve a complete list of hosts configured on a 1Panel v1.x server. Use it to inventory, audit, or select hosts for further administration.
Instructions
List hosts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve a complete list of hosts configured on a 1Panel v1.x server. Use it to inventory, audit, or select hosts for further administration.
List hosts
| 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?
No annotations are provided, so the description carries the full behavioral burden and delivers nothing: no pagination, filtering, ordering, permissions, or return-shape information. A read-only listing is implied by the verb, but nothing beyond that is disclosed.
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 two words and therefore trivially front-loaded with no wasted sentences, but it is under-specified rather than genuinely concise. Brevity here reflects missing content, not disciplined editing.
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?
With no output schema, no annotations, and no parameters, the description is the only source of information about this tool, and it supplies none of the missing context: what 'hosts' are, whether results are grouped, or what the response contains. It is inadequate for a tool sitting among dozens of host-related siblings.
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 per the rubric the baseline is 4. The schema is empty and there are no arguments whose semantics could be clarified or obscured.
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 restates the tool name almost verbatim ('List hosts' for list_hosts) without adding a scope, resource qualifier, or distinction from siblings like list_host_groups or get_host. An agent can infer it lists something called 'hosts' but cannot tell what a host is in this system or how it differs from the group and single-host tools.
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 when-to-use guidance, no mention of alternatives such as list_host_groups or get_host, and no prerequisites. The only usage signal is the generic verb 'List', which is the bare minimum implied context rather than stated guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.