Skip to main content
Glama
wnbhr

being-mcp-server

remote_exec

Execute shell commands on a user-owned remote host over HTTPS. Requires prior configuration of host and authorized command allowlist.

Instructions

Execute a shell command on a user-owned remote host (VPS, NAS, home server) over HTTPS. Requires a remote_hosts entry in partner_tools that lists the host and an auth token. If no remote_hosts entry exists for the calling Being, this tool returns an invalid_request error — the user must configure partner_tools.remote_hosts first. The remote receiver enforces a default-deny allowlist; unauthorised commands return a forbidden error. Token values are never returned to the caller.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYeshost_id from the remote_hosts entry in partner_tools.
stdinNoStandard input piped to the command. Default empty.
commandYesFull command string. Must be authorised by the receiver's allowlist.
timeout_msNoPer-call timeout in milliseconds. Receivers may enforce their own upper bound.
Behavior5/5

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

With no annotations, the description fully covers behavioral traits: HTTPS transport, auth token requirement, default-deny allowlist, and that token values are never returned. This is comprehensive for a secure execution tool.

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 one paragraph of 5 sentences, efficiently conveying all necessary information without redundancy. Could be slightly more structured, but it is not verbose.

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?

The description does not mention the return value or output format (e.g., stdout, exit code). With no output schema, this is a significant gap. It also does not describe timeout behavior beyond mentioning the parameter. Thus incomplete for an execution tool.

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 coverage is 100%, so descriptions per parameter are adequate. The description adds context that host is a host_id from remote_hosts and command must be allowlisted, but does not go beyond schema details for stdin and timeout. Baseline 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 clearly states the tool executes a shell command on a remote host over HTTPS, with specific resource and action. It implicitly distinguishes from sibling tools which are memory or topic related.

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

Usage Guidelines5/5

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

The description provides explicit conditions: requires a remote_hosts entry in partner_tools, otherwise invalid_request error; and commands must be allowlisted, otherwise forbidden error. This guides the agent on prerequisites and failure modes.

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/wnbhr/being'

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