Skip to main content
Glama

Windows Command Line MCP Server

by alxspiker

get_scheduled_tasks

Retrieve and monitor scheduled tasks on your system with this tool. Query all tasks or fetch detailed status for a specific task using the Windows Command Line MCP Server.

Instructions

Retrieve information about scheduled tasks on the system. Can query all tasks or get detailed status of a specific task.

Input Schema

NameRequiredDescriptionDefault
actionNoAction to performquery
taskNameNoName of the specific task (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "default": "query", "description": "Action to perform", "enum": [ "query", "status" ], "type": "string" }, "taskName": { "description": "Name of the specific task (optional)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Windows Command Line MCP Server

Related Tools

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/alxspiker/Windows-Command-Line-MCP-Server'

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