Skip to main content
Glama
intershopper

remote-admin-mcp

by intershopper

execute

Run single commands or multi-line scripts on a remote server via SSH. Supports sudo, custom timeouts, and requires approval with audit reason.

Instructions

Execute a command or multi-line script on a remote server via SSH. For single commands use command, for multi-line scripts use script. Requires approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoHuman-readable explanation of what this command does and why (for audit log)
scriptNoMulti-line bash script (alternative to command)
serverYesServer name
commandNoSingle command to execute
timeoutNoTimeout in seconds (default: 30, max: 300)
use_sudoNoUse sudo
Behavior2/5

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

With no annotations, the description is responsible for disclosing behavior. It mentions SSH and that approval is required, but fails to warn about potential side effects of executing commands, permissions needed, or how output is returned. This is a significant gap for a potentially destructive tool.

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 extremely concise with two sentences, front-loading the core function and providing a key usage pointer. No wasted words.

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?

Despite the compact schema, the tool is a remote execution tool with no output schema and missing information about return values, error handling, and side effects. The description does not complete the picture for an AI agent to understand what to expect after invocation.

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?

The schema already covers all parameters at 100%, but the description adds valuable clarification on when to use `command` versus `script`. This goes beyond schema details and aids correct invocation.

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 tool executes commands or scripts on a remote server via SSH, using a specific verb and resource. It distinguishes itself from sibling file and service management tools.

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

Usage Guidelines3/5

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

It provides guidance on choosing between `command` and `script` parameters, which is useful. However, it does not explicitly mention when not to use this tool or point to alternatives like read_file or write_file for safer operations, leaving some ambiguity.

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/intershopper/remote-admin-mcp'

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