Skip to main content
Glama

run_command

Execute shell commands on a VPS via SSH to manage files, services, Docker, and firewall, with support for custom timeout and working directory.

Instructions

Execute a shell command on the VPS via SSH

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesThe shell command to execute
timeoutNoTimeout in milliseconds (default: 30000)
working_directoryNoDirectory to run the command in
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only states what the tool does, but does not disclose potential side effects, privilege level, output format, or the risk of running arbitrary shell commands. This is a significant gap for a potentially destructive operation.

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

Conciseness5/5

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

The description is a single, concise sentence with no filler words. It is front-loaded with the core action and resource, and every word contributes to the purpose.

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

Completeness2/5

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

Given the tool's broad and potentially dangerous nature (executing arbitrary shell commands), the description is incomplete. It lacks information about return values, exit codes, stderr handling, or whether the command runs with elevated privileges. The absence of an output schema makes the description even more essential, yet it provides almost no behavioral context.

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

Parameters3/5

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

The input schema has 100% description coverage with clear definitions for command, timeout, and working_directory. The description adds no extra meaning, but since the schema fully documents parameters, the baseline of 3 is appropriate.

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 'Execute a shell command on the VPS via SSH' uses a specific verb (execute) and resource (shell command on VPS), clearly distinguishing it from sibling tools like read_file or list_services which are higher-level operations. The purpose is immediately obvious.

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 dedicated siblings such as docker, firewall, or manage_service. It does not mention that this is a general-purpose fallback or that specific tools should be preferred for their domains, leaving the agent without decision-making context.

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/harbouli/vps-mcp-server'

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