Skip to main content
Glama
WarLikeLaux

windows-power

by WarLikeLaux

cancel_shutdown

Cancels a scheduled Windows shutdown set by the Windows Power MCP server, preventing automatic system power-off.

Instructions

Cancel the shutdown managed by Windows Power MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It states the core action ('Cancel the shutdown') but does not disclose consequences, such as whether it cancels only a pending scheduled shutdown, whether it is idempotent, whether it fails if no shutdown is scheduled, or whether administrative privileges are required. This is a state-changing operation with no side-effect transparency.

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 a single, focused sentence with no filler. It states the action and the target resource immediately, making it appropriately concise and front-loaded.

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

Completeness3/5

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

Given the simplicity of the tool, the description is minimally adequate, but it lacks behavioral context and fails to contrast with postpone_shutdown. There are no annotations or output schema to fill those gaps, so an agent has limited information beyond the bare action.

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 and an empty input schema, so there are no parameters to document. The baseline of 4 applies because the description cannot reasonably add parameter-level detail where none exists.

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 states a specific action ('Cancel') applied to a clear resource ('the shutdown managed by Windows Power MCP'), which distinguishes it from sibling tools like schedule_shutdown, postpone_shutdown, and shutdown_now. An agent can tell exactly what this tool does without opening schemas or inspecting other tools.

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

Usage Guidelines2/5

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

The description gives no guidance about when to use cancel_shutdown versus its siblings. It does not mention that cancel_shutdown is appropriate for removing a scheduled shutdown entirely, while postpone_shutdown should be used to delay it. The usage context is only implied by the name, not explained.

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