Skip to main content
Glama
raghavharness

remote-shell-mcp

remote_swarm_input

Send input text to all sessions in a swarm to respond to prompts like passwords or confirmations across multiple targets simultaneously.

Instructions

Send input text to all sessions in a swarm.

Useful for responding to prompts (passwords, confirmations) across all targets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesInput text to send (newline appended automatically)
swarmIdYesSwarm ID
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the core behavior (broadcast input to all sessions) and the interactive-prompt use case, but omits side effects, error handling, and whether the operation is asynchronous. This is minimal yet not misleading.

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 two concise sentences with the action front-loaded. Every word contributes value, and there is no redundancy or filler.

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

Completeness4/5

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

For a straightforward broadcast-input tool, the description covers purpose and use case. Without an output schema or annotations, it lacks detail on return values and edge cases, but the core functionality is sufficiently clear for an agent to select and invoke it correctly.

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%, with both parameters adequately described. The description adds no further parameter detail beyond the purpose, so the baseline score 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 clearly states the action ('Send input text') and the scope ('to all sessions in a swarm'), distinguishing it from single-session input tools like remote_session_input. The verb and resource are specific and unambiguous.

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 a clear use case: 'responding to prompts (passwords, confirmations) across all targets.' This gives strong contextual guidance, though it does not explicitly name alternatives or state when not 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/raghavharness/remote-shell-mcp'

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