Skip to main content
Glama
WLAN-Pi
by WLAN-Pi

shutdown_device

Shut down the WLAN Pi immediately when remote power control is enabled. The device powers off and must be manually restarted.

Instructions

Shut down the WLAN Pi immediately.

The device must be powered back on manually. Can be disabled via ALLOW_POWER_CONTROL=false in the server config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It honestly states the immediate shutdown, the need for manual power-on, and the config disable option. This covers the key consequences without omitting critical side effects, though it does not mention potential service interruption or whether confirmation is required.

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 sentences with no redundant words. The core action is front-loaded, and the additional notes about manual power-on and the config flag are concise and relevant. Every sentence earns its place.

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?

For a parameterless, simple action, the description provides all necessary context: what it does, the consequence (manual power-on), and how to disable it. Given an output schema exists, return details are not needed. The description is complete for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema coverage is 100% by default. The description adds no parameter-specific information, but with no parameters to document, the baseline of 4 is appropriate because there is nothing to explain.

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: 'Shut down the WLAN Pi immediately.' This is a specific verb-resource pair that unambiguously distinguishes it from the sibling 'reboot_device', and it also notes the manual power-on requirement, reinforcing the intent.

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

Usage Guidelines3/5

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

The description does not explicitly contrast with alternatives like reboot_device, though the action is self-explanatory. It does mention the config flag ALLOW_POWER_CONTROL=false which acts as a precondition, but it lacks explicit guidance on when to prefer this over other power-related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.