Skip to main content
Glama

SwitchBot MCP Server

by genm

control_device

Control SwitchBot devices using simple commands like turnOn or turnOff by specifying the device ID. Integrates with AI assistants for automated device management.

Instructions

デバイスを制御します

Input Schema

NameRequiredDescriptionDefault
commandYesコマンド(turnOn, turnOff)
deviceIdYesデバイスID

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "コマンド(turnOn, turnOff)", "enum": [ "turnOn", "turnOff" ], "type": "string" }, "deviceId": { "description": "デバイスID", "type": "string" } }, "required": [ "deviceId", "command" ], "type": "object" }

You must be authenticated.

Other Tools from SwitchBot 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/genm/switchbot-mcp'

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