Skip to main content
Glama
codingmachineedge

lowlevel-computer-use-mcp

install_startup

DestructiveIdempotent

Create a scheduled task that launches the server automatically at user logon. Configure HTTP mode, host, port, and admin elevation to start the server without terminal or focus interruptions.

Instructions

Install a scheduled task so this server starts automatically at user logon.

By default the task runs without elevation and launches the server in HTTP mode through pythonw.exe, so logon produces no terminal or focus change.

Args: params (InstallStartupInput): run_as_admin, http, host and port options.

Returns: str: JSON {"ok": bool, "output": "...", "task_name": "...", "run_as_admin": bool}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond annotations (destructiveHint, idempotentHint), the description adds critical behavior: default runs without elevation, launches via pythonw.exe with no terminal/focus change, and details the return JSON format. Also explains the UAC prompt requirement for run_as_admin.

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, front-loaded with the main action, then details, then args/returns. Every sentence adds value, no filler.

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 description covers what the tool does, defaults, security implications (elevation, UAC), and return format. Missing are error cases or preconditions (e.g., user must be logged in), but overall it is fairly complete for the complexity level.

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 description only lists parameter names (run_as_admin, http, host, port) without adding value beyond the schema's detailed descriptions. Schema coverage from tool description is 0%, but the schema itself has good descriptions, so baseline is 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 the verb 'install' and resource 'scheduled task' with outcome 'starts automatically at user logon'. It distinguishes from sibling tools like uninstall_startup and startup_status by focusing on installation.

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 explains default behavior (no elevation, HTTP mode) but does not explicitly state when to use this tool versus alternatives like uninstall_startup or startup_status. No exclusions or prerequisites are mentioned.

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/codingmachineedge/lowlevel-computer-use-mcp'

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