Skip to main content
Glama
WarLikeLaux

windows-power

by WarLikeLaux

get_shutdown_status

Check the active Windows shutdown schedule and retrieve the exact remaining time before shutdown occurs.

Instructions

Read the active Windows shutdown schedule and exact remaining time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description must carry the behavioral disclosure burden. It indicates a read-only action via 'Read', which signals no side effects, but it does not describe what happens when no shutdown is scheduled, whether it can return an error, or any other behavioral edge cases.

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 sentence that directly states the tool's function and the key output ('exact remaining time') with no filler. It is compact, front-loaded, and every word contributes meaning.

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?

With no parameters)Skip this dimension? No, need provide. Need score and justification. Let's finish:

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 100% schema description coverage, so no parameter explanation is needed. The description adds no parameter-specific meaning, but with no parameters, this is not a gap.

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 uses a specific verb ('Read') with a clear resource ('the active Windows shutdown schedule') and the exact information returned ('exact remaining time'). It distinguishes itself from siblings like schedule_shutdown, postpone_shutdown, cancel_shutdown, and shutdown_now by clearly being the read-only inspection tool.

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 implies the tool is for checking the current shutdown state rather than modifying it, but it does not explicitly say when to choose this over the sibling tools. It gives no direct guidance on scenarios such as 'use this before scheduling' or 'do not use this to change the schedule.'

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