Skip to main content
Glama
intershopper

remote-admin-mcp

by intershopper

service

Query or control systemd services on remote servers: check status, start, stop, restart, or reload. Actions require sudo.

Instructions

Manage or query a systemd service. Use action=status to check, or start/stop/restart/reload to control. Actions other than status require sudo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
reasonNoHuman-readable explanation of why this service action is needed (for audit log)
serverYesServer name
serviceYesService name
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It accurately distinguishes read-only status from mutating control actions and highlights the sudo requirement. This is valuable practical context beyond the raw schema.

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, front-loaded with the core purpose and followed by actionable usage notes. Every sentence earns its place with 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?

The tool is simple, and the schema covers all parameters comprehensively. The description addresses the main behavioral requirements (action types, sudo) and is complete enough for an agent to select and invoke the tool correctly, even without an output schema.

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 description repeats the action enum values but does not add deeper meaning to parameters like reason or server beyond what the schema already provides. No additional semantic value is offered.

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 manages or queries a systemd service, with specific actions enumerated. This distinguishes it from sibling tools like execute or read_file, which address different domains. The verb+resource pair is 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 clear guidance on when to use status vs control actions and explicitly notes the sudo requirement for non-status actions. It does not explicitly mention alternatives, but the action-level guidance is strong and contextually sufficient.

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