Skip to main content
Glama
kinbeg

mcp-kr-controller

by kinbeg

all_relays_off

Disconnect all relays at once using a single command. Sends the instruction without waiting for a response, then reads device status to confirm all relays are off.

Instructions

一键断开全部继电器。发完即走不等应答,直接读状态确认。内部使用 SET_RELAY_MASK 单指令执行,比逐路操作快 N 倍。对应自然语言:全关、关闭所有开关、全部断开、all off。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNo设备地址/机器号 (1-254),即机器地址。可通过 scan_devices 自动发现,或用 list_devices 查看已注册设备。255为广播地址。
Behavior4/5

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

The description discloses '发完即走不等应答,直接读状态确认' (fire-and-forget, confirm via status read), revealing non-blocking behavior. It also mentions internal use of SET_RELAY_MASK, adding implementation context. With no annotations, this behavioral information is valuable and goes beyond a basic description.

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 compact with four short sentences, each serving a distinct purpose: the core action, execution model, performance advantage, and natural language mapping. There is no redundant or filler content.

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?

For a simple one-command tool with no annotations and no output schema, the description adequately covers purpose, behavior, and usage hints. It lacks explicit details about return values or prerequisites like an active connection, but these are reasonable gaps given the tool's simplicity.

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 already provides full documentation for the optional address parameter, including range and examples. The description doesn't add any additional parameter-specific meaning, but schema coverage is 100%, so baseline 3 is appropriate.

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?

Description states '一键断开全部继电器' (one-click disconnect all relays), with a clear verb and resource. It distinguishes from siblings like all_relays_on and disconnect_relay by indicating a bulk all-off action.

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 notes '比逐路操作快 N 倍' (N times faster than per-channel operation), implying use this for bulk disconnection instead of individual operations. It also provides natural language triggers for when a user might ask for this. It doesn't explicitly exclude alternative scenarios like partial disconnection, but the context is clear.

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/kinbeg/mcp-kr-controller'

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