Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_auto_task_delete

DestructiveIdempotent

Delete a specified Windows Scheduled Task by name. Removes the task from the system, returning success status and the task name for confirmation.

Instructions

Delete a Windows Scheduled Task.

Return Format

{"success": bool, "task_name": str}

Examples

task_delete(task_name="DailyBackup")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_nameYesTask name to delete.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare destructiveHint: true and readOnlyHint: false, covering the safety profile. The description adds the return format and example, but does not disclose additional behavioral details like error handling, permissions, or consequences beyond deletion. It meets the baseline but adds only marginal value.

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 concise and well-structured: a one-sentence purpose, a return format section, and an example. No wasted words, and important details are front-loaded.

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?

Given the simple tool with one parameter, clear output format, and strong annotations, the description is nearly complete. It could include edge-case behavior (e.g., missing task), but overall it provides sufficient context for an agent to use it correctly.

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?

The input schema covers the single parameter task_name with a clear description, so schema description coverage is 100%. The description's example and return format do not add substantive meaning beyond what the schema provides, so it stays at the baseline of 3.

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 'Delete a Windows Scheduled Task' with a specific verb and resource. It distinguishes itself from siblings like winops_auto_task_create and winops_auto_task_run by specifying the delete action.

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 provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The example and wording imply it's for deleting scheduled tasks, but there is no comparison to sibling tools or mention of cases where it shouldn't be used.

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/sandraschi/windows-operations-mcp'

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