Skip to main content
Glama
genm
by genm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SWITCHBOT_TOKENYesYour SwitchBot API token obtained from the SwitchBot app in Profile > Settings > Developer Options
SWITCHBOT_SECRETYesYour SwitchBot API secret key obtained from the SwitchBot app in Profile > Settings > Developer Options

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesB

デバイス一覧を取得します

get_device_statusC

デバイスのステータスを取得します

control_deviceD

デバイスを制御します

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: control_device performs actions on devices, get_device_status retrieves status information, and list_devices enumerates available devices. The descriptions clearly differentiate between controlling, checking status, and listing devices.

Naming Consistency5/5

All three tools follow a consistent verb_noun pattern with snake_case naming: control_device, get_device_status, and list_devices. The naming is perfectly uniform and predictable across the entire tool set.

Tool Count3/5

With only 3 tools, the count feels somewhat thin for a device control server that might benefit from more granular operations like specific device types or advanced controls. However, it covers the absolute basics adequately.

Completeness3/5

The tools provide basic CRUD-like coverage for device management (list, get status, control), but there are notable gaps such as no ability to create/configure new devices, delete devices, or handle device groups/scenes. The surface is functional but minimal.

Maintenance

ActivityActive
ResponsivenessUnresponsive