Skip to main content
Glama
zakotoys

dglab-mcp

by zakotoys

Get DG-LAB status

dglab_get_status
Read-onlyIdempotent

Read current relay state, safety lease, paired apps, and device status. Refresh device lists from paired apps to report battery, Bluetooth, intensity, channel, and waveform task details.

Instructions

Read relay state, the safety lease, paired apps, devices (battery, Bluetooth state, A/B intensity, channel condition, mute, comfort limits, effective ceilings), and waveform tasks. Set refresh to re-query device lists from the apps first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotIdNoDevice slot id within the app. Omit when exactly one compatible device exists.
refreshNoRe-request the device list from every paired app before reporting.
clientIdNoPaired app (controlled client) id. Omit when exactly one app is attached.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to restate safety. It adds meaningful behavioral context by explaining that setting refresh causes a re-query of device lists from the paired apps first. There is no contradiction with any annotation.

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 two sentences with no filler. The first sentence front-loads the tool's purpose with a compact but complete enumeration of what is read, and the second sentence crisply explains when and why to set refresh.

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

Completeness5/5

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

For a read-only tool with no required parameters and no output schema, the description fully covers what the agent should expect: relay state, safety lease, app/device details, and waveform tasks. Optional parameter disambiguation is already provided by the input schema, and the refresh side-effect is disclosed. Nothing essential is missing.

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 slotId, refresh, and clientId thoroughly. The description does restate the refresh behavior, but it adds no new parameter semantics beyond what the schema provides. Baseline 3 is appropriate given full schema coverage.

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 opens with 'Read relay state...' and enumerates the full scope of the status payload: safety lease, paired apps, device battery, Bluetooth state, intensities, channel condition, mute, comfort limits, ceilings, and waveform tasks. This clearly distinguishes it from the sibling mutation/control tools such as dglab_set_intensity or dglab_emergency_stop.

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 leading verb 'Read' and the detailed state inventory make the intended usage obvious: fetch current DG-LAB status whenever the agent needs device/app/safety state. The refresh condition is also stated explicitly. It does not explicitly name alternatives or state when not to use it, so it falls just short of full guidance.

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/zakotoys/dglab-mcp'

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