Skip to main content
Glama
WarLikeLaux

windows-power

by WarLikeLaux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WINDOWS_POWER_POWERSHELLNoPath to the Windows PowerShell executable. Defaults to /mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe. Set when Windows is mounted somewhere else./mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_shutdown_statusA

Read the active Windows shutdown schedule and exact remaining time.

schedule_shutdownB

Schedule a one-time Windows shutdown. Replaces an existing Windows Power MCP shutdown. Forced app closing can lose unsaved work.

postpone_shutdownB

Move the active Windows shutdown later or earlier by a signed number of minutes.

cancel_shutdownA

Cancel the shutdown managed by Windows Power MCP.

shutdown_nowA

Force Windows to shut down after five seconds. This can lose unsaved work and requires an exact confirmation string.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool covers a distinct aspect of shutdown management: status, scheduling, postponing, canceling, and immediate shutdown. There is no overlap or ambiguity between tool purposes.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern: get_shutdown_status, schedule_shutdown, postpone_shutdown, cancel_shutdown. shutdown_now is the only slight deviation, but it remains immediately understandable and consistent in style.

Tool Count5/5

Five tools is well-scoped for a shutdown management server. Each tool fulfills a necessary role without redundancy or bloat.

Completeness5/5

The tool set covers the full shutdown lifecycle: read status, schedule, modify, cancel, and execute immediately. There are no obvious missing operations for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues