file_list
List files in a directory inside a virtual machine by specifying the VM and path.
Instructions
List files in a directory inside a VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name or identifier | |
| path | Yes |
List files in a directory inside a virtual machine by specifying the VM and path.
List files in a directory inside a VM.
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name or identifier | |
| path | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It does not mention permissions, prerequisites (e.g., VM must be running), return format, or side effects. The minimal statement is insufficient.
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 a single sentence, which is concise, but it lacks structure and front-loads only the basic action. While no words are wasted, it omits critical details, making it under-informative.
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 the lack of output schema and annotations, the description fails to specify what the tool returns (e.g., just names, full metadata), error handling, or any limitations. It is incomplete for a listing tool in a VM context.
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?
Schema description coverage is 50% (only 'vm' has a description). The description does not explain the 'path' parameter's expected format (absolute vs relative) or behavior (e.g., wildcard support). It adds no meaning beyond the schema.
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 states the tool lists files in a directory inside a VM, using a specific verb and resource. It distinguishes from sibling tools like file_download and file_upload, but doesn't clarify if the listing includes metadata or is recursive.
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?
No guidance is provided on when to use this tool versus alternatives, such as file_download or console_execute. The description lacks any contextual or exclusionary information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/juergenkoller-software/nemeton-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server