Skip to main content
Glama

vyos_system_control

Destructive

Reboot or power off a VyOS router with explicit confirmation to prevent unintended downtime.

Instructions

Reboot or power off the VyOS router.

CRITICAL: This will take the router offline. The 'confirm' parameter must be explicitly set to true.

Args: params: - action: 'reboot' or 'poweroff' - confirm: must be true to proceed

Returns: str: Result message or error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Description adds context beyond annotations: explicitly warns that the router goes offline, matches destructiveHint true. Also notes return value. No contradiction.

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?

Very concise: one-line purpose, critical warning, bullet-point parameters, return. No wasted words, front-loaded.

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

Completeness5/5

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

Covers purpose, criticality, parameter details, and return value. For a simple control tool with output schema, this is complete.

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?

Description repeats the schema info for action and confirm. While schema coverage for top-level params is 0%, the schema internally describes the parameters well. Description adds minimal extra value.

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?

Description clearly states 'Reboot or power off the VyOS router', which is a specific verb-resource pair. It distinguishes from sibling tools that handle configuration, show commands, etc.

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?

Explicitly states when to use (reboot/poweroff) and highlights critical condition (confirm must be true). Does not explicitly mention when not to use or alternatives, but the context of sibling tools makes this clear.

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/alch3mistdev/vyos-mcp'

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