Skip to main content
Glama
caseman72

Switchr MCP Server

by caseman72

get_device_status

Retrieve current status of any SwitchBot device by device ID, including power state, battery level, and other device-specific properties.

Instructions

Get detailed status of any SwitchBot device. Returns device-specific properties like power state, battery level, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceIdYesDevice ID or device name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.2

TDQS

B3.3/5.0
Behavior3/5

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

There are no annotations, so this description carries the behavioral burden. It does communicate that the operation returns device-specific data and implies a read operation, but it does not mention error behavior, offline devices, or whether the deviceId must be an ID vs a name.

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?

Two sentences with no filler, front-loading the core operation and following with the expected return data. The 'etc.' is slightly vague but acceptable at this length.

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?

For a one-parameter status tool with no output schema, the description is mostly adequate: it states the operation and the kind of returned properties. It is less complete on sibling differentiation and exact supported device properties, which would help an agent choose correctly.

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?

Schema description coverage is 100%, and the schema already explains that deviceId can be an ID or name. The description adds little beyond the schema's parameter documentation apart from implying the device must exist in the account.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource ('Get detailed status of any SwitchBot device') and indicates the return shape ('device-specific properties like power state, battery level'). It is clear, though it does not explicitly distinguish itself from get_plug_status or get_temperature.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. With siblings like get_plug_status, get_temperature, and list_devices, the description leaves it to the agent to infer when the generic detailed-status tool should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/caseman72/switchr-mcp'

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