Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_auto_task_list

Read-onlyIdempotent

Retrieve a complete list of Windows Scheduled Tasks to inspect scheduled jobs and their configurations.

Instructions

List all Windows Scheduled Tasks.

Return Format

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

Examples

task_list()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description only adds a return format example. It does not disclose additional behavioral traits like potential permission requirements or performance implications beyond what annotations imply. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the main purpose. The return format and example sections are useful but the example uses 'task_list()' which is inconsistent with the actual tool name, potentially confusing agents. No excessive verbosity.

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?

The tool is simple with no parameters and an existing output schema (though not shown). The description provides a return format and example, which is somewhat redundant given the output schema, but it is adequate. It does not mention any prerequisites or edge cases, but for a straightforward listing operation, this is sufficient.

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 description does not need to explain parameter semantics. The description adds no parameter-related information, but the baseline for 0 parameters is 4. The return format information is not directly related to parameters.

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 'List all Windows Scheduled Tasks', which is a specific verb+resource that distinguishes it from sibling tools like winops_auto_task_create and winops_auto_task_run. It unambiguously identifies the tool's function.

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 state when to use this tool versus alternatives or provide exclusions. It merely states what it does, leaving the agent to infer usage based on the tool name and purpose. No guidance on when not to use it is given.

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