Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Splashtop Device Status

splashtop_device_status
Read-onlyIdempotent

Determine if a device has Splashtop installed and registered. Retrieves installation and registration status, install time, and errors.

Instructions

List Splashtop installation and registration status for a device. Returns installation_status, registration_status, install_time, and any install error. Per the API spec (not live-verified by this server): installation_status=true means the client install completed (install_time is set); registration_status=true means the device has registered with Splashtop (a device identifier exists). These are independent — a device can be installed but not yet registered, so check both before assuming remote control is usable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_uuidYes
output_formatNojson
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, etc. The description adds valuable context about the independence of installation and registration status, and notes the API spec is not live-verified, which is beyond what annotations provide.

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 three sentences, front-loaded with the main action, and each sentence adds value. No redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description covers the returned fields and their interpretation, it omits parameter details and does not mention the return format (given no output schema). Adequate for a simple tool but incomplete considering zero schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description does not explain any parameters (e.g., device_uuid required, output_format default 'json'). The agent must infer from context, which is insufficient.

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 'List' and the resource 'Splashtop installation and registration status for a device'. It distinguishes from sibling tools like splashtop_connect or splashtop_install by focusing solely on status retrieval.

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 advises checking both statuses before assuming remote control is usable, implying a use case. However, it does not explicitly compare to alternatives like splashtop_session_status or provide 'when to use' vs 'when not to use'.

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/AutomoxCommunity/automox-mcp'

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