Skip to main content
Glama
ptbsare

terminal-mcp-server

by ptbsare

execute_command

Execute shell commands on remote hosts via SSH or on the current machine, with configurable environment variables.

Instructions

Execute commands on remote hosts or locally (This tool can be used for both remote hosts and the current machine)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoEnvironment variables
hostNoHost to connect to (optional, if not provided the command will be executed locally)
commandYesCommand to execute. Before running commands, it's best to determine the system type (Mac, Linux, etc.)
Behavior1/5

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

No annotations are provided, so the description must carry the full burden of disclosure. It does not mention that command execution can be destructive, require permissions, or produce side effects. The only behavioral detail (remote/local) is already evident from the schema.

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

Conciseness3/5

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

The description is short, but the parenthetical 'This tool can be used for both remote hosts and the current machine' repeats the first clause. This redundancy is somewhat inefficient.

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

Completeness1/5

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

For a command execution tool with no output schema and no annotations, the description is severely lacking. It does not explain return values, error handling, or the potential for system-altering effects, which is essential for a tool of this power.

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?

Schema description coverage is 100%, so the baseline is 3. The tool description adds no parameter-level detail, but the schema descriptions for command, host, and env are clear and include relevant context like checking system type.

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

Purpose4/5

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

The description clearly states it executes commands on remote hosts or locally, which is a specific verb+resource combination. There are no sibling tools to differentiate from, so the clarity is sufficient.

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 mentions it works for remote and local hosts, but provides no guidance on when to use this tool versus alternatives or when not to use it. No exclusions or preconditions are given.

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/ptbsare/terminal-mcp-server'

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