ssh_stat_file
Retrieve remote file or directory details over SSH, such as size, permissions, and modification times.
Instructions
获取远程文件或目录的详细信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| timeout | No | ||
| remote_path | Yes |
Retrieve remote file or directory details over SSH, such as size, permissions, and modification times.
获取远程文件或目录的详细信息。
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| timeout | No | ||
| remote_path | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It only says 'get detailed information' without explaining behavior on missing files, symlink handling, permission requirements, or return format. This is a significant gap for a stat-like 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 description is a single concise sentence with no filler. It front-loads the verb and resource, making it immediately scannable. Perfectly sized for a simple tool.
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 annotations and output schema, the description should provide more context about what 'detailed information' entails, error handling, and invocation prerequisites. The current description is too thin to fully guide an agent, despite the tool's low complexity.
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 0%, so the description must compensate. It does not explain 'host', 'timeout', or 'remote_path' beyond the schema property names. The phrase 'file or directory' hints that remote_path is the path, but the description adds little semantic value over the bare 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's function: '获取远程文件或目录的详细信息' (get detailed information of remote file or directory). It uses a specific verb ('get') and resource ('remote file or directory'), and distinguishes from siblings like ssh_list_dir (list contents) and ssh_remove (delete).
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. It does not mention use cases like checking existence or permissions, nor does it name sibling tools for contrast. The agent must infer usage from the name alone.
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/albertm88/mcp-ssh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server