Skip to main content
Glama
robford-brookai

DuploCloud Docker MCP Server

host_list

Retrieve a list of all virtual machines within a specific DuploCloud tenant to monitor and manage infrastructure resources.

Instructions

List all hosts (virtual machines) in a DuploCloud tenant.

Args: tenant_id: The tenant ID to list hosts for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool lists hosts but does not describe output format, pagination, error handling, authentication needs, or rate limits. For a read operation with zero annotation coverage, this is a significant gap in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, with the main purpose stated first and parameter details in a structured 'Args:' section. It avoids unnecessary details, though the parameter explanation could be slightly more concise by integrating it into the main sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one parameter) and the presence of an output schema (which handles return values), the description is minimally complete. However, it lacks behavioral context (e.g., output structure hints, error cases) and usage guidelines, making it adequate but with clear gaps for effective agent use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining the single parameter 'tenant_id' as 'The tenant ID to list hosts for.' This adds clear meaning beyond the schema's basic type and title, though it could specify format or constraints. Since there is only one parameter, the baseline is high, and the description provides adequate semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List all hosts') and resource ('virtual machines in a DuploCloud tenant'), distinguishing it from siblings like host_create, host_delete, host_get, and host_reboot by focusing on listing rather than creating, deleting, retrieving details, or rebooting.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention sibling tools like host_get (for specific host details) or host_create/host_delete (for management), nor does it specify prerequisites or exclusions, leaving usage context unclear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robford-brookai/duplocloud-docker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server