Skip to main content
Glama
codingmachineedge

lowlevel-computer-use-mcp

install_startup

DestructiveIdempotent

Installs a scheduled task to automatically start the server at user logon, with options for administrator privileges and HTTP mode configuration.

Instructions

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

By default the task runs with Administrator privileges (RunLevel Highest) and launches the server in HTTP mode so it is always available after boot. Registering the task requires elevation - a UAC prompt appears if the server is not already elevated.

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=true, idempotentHint=true), the description adds specific behavioral details: default run with Administrator privileges, HTTP mode launch, and UAC prompt requirement. 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.

Conciseness5/5

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

The description is concise and well-structured: a clear first sentence, followed by bullet-point-like details in paragraph form. No unnecessary words.

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 the main behavior, return format, and elevation requirement. It lacks details on potential overwriting of existing tasks, but the idempotent hint mitigates that. Overall sufficient for a task scheduling tool with good annotations.

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 has detailed descriptions for all four parameters (host, http, port, run_as_admin). The description only lists parameter names briefly. Since schema coverage is high, baseline 3 is appropriate; description adds minimal value.

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 it installs a scheduled task for automatic server startup at user logon. It distinguishes from sibling tools like uninstall_startup and startup_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that elevation is required and a UAC prompt appears if not already elevated. It implies when to use (for automatic startup) but does not explicitly state when not to use or compare to alternatives.

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