Skip to main content
Glama
shiharuharu

mcp-remote-control

by shiharuharu

config

Manage remote connection profiles and secrets for SSH, WinRM, and local hosts with create, read, update, delete, and secret operations.

Instructions

Complete self-config for profiles. Do NOT shell-edit config files. ops: help|home|ensure_home|get|list_profiles|get_profile|put_profile|delete_profile|put_secret|list_secrets. Password is NOT private — write it inline: put_profile name=lab transport=ssh host=… username=… auth={"method":"password","password":""} ssh={"known_hosts":"none"} then endpoint open profile=lab. SSH key still uses put_secret + key_path=secrets/…. WinRM: auth password=plain + winrm={scheme,auth}; optional defaults/caps. op=help for recipes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opNohome
sshNo
authNo
bodyNo
capsNo
hostNo
nameNo
portNo
labelNo
winrmNo
contentNo
defaultsNo
usernameNo
transportNo
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose important behavior: passwords are not private and must be written inline, and shell-editing config files is forbidden. It also clarifies the relationship between put_profile and put_secret for SSH keys. However, it does not mention return values, persistence, or side effects of operations like delete_profile.

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

Conciseness4/5

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

The description is a single dense paragraph that front-loads the core purpose and follows with a warning, operation list, and examples. Every sentence adds value, though the examples create a run-on feel; a structured layout would improve scannability.

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

Completeness3/5

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

For a complex tool with 14 parameters, no output schema, and no annotations, the description covers common operations and gives recipes but leaves several parameters undocumented and omits return/error behavior. The 'op=help for recipes' pointer mitigates this, but the agent is still left guessing about body, content, port, and label.

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 0%, so the description must compensate. It explains several parameters through examples: name, transport, host, username, auth, ssh, winrm, defaults, caps, and key_path (though key_path is not in the schema). However, parameters like body, content, port, and label remain unexplained, and the phantom key_path adds confusion.

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 opens with 'Complete self-config for profiles', immediately identifying the tool's purpose as managing profile configuration. It enumerates a clear list of operations (ops) and gives concrete examples, distinguishing itself from sibling tools like exec or endpoint by focusing on profile setup rather than execution or connection.

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

Usage Guidelines4/5

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

The description provides explicit do-not usage ('Do NOT shell-edit config files') and directs to 'op=help for recipes'. It includes concrete recipes for SSH password, SSH key, and WinRM profiles, making it clear when and how to use the tool.

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/shiharuharu/mcp-remote-control'

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