Skip to main content
Glama
vmayfuture

网易春风 · 心跳元力 MCP

by vmayfuture

set_linear

Adjust the linear extension intensity of DK-META2 devices. Non-zero levels require confirm=true to take effect.

Instructions

设置 DK-META2 伸缩强度;非零值必须 confirm=true。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelYes
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description must carry the full behavioral burden. It usefully discloses that non-zero values require confirm=true, a safety-relevant condition, but omits what happens if confirm is omitted or false, whether zero values are safe, and any device authorization or rate-limit behavior.

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 a single compact sentence with the core action front-loaded and the critical confirmation condition attached. It contains no filler.

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

Completeness2/5

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

For a device-mutating tool with no annotations and only 0% schema description coverage, the description is too sparse. Output schema exists so return values need not be explained, but operational context, level range, and safety behavior remain incomplete.

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 0%, so the description has to compensate. It clarifies that level controls 伸缩强度 and that non-zero level requires confirm=true, which adds meaningful semantics, but it gives no range, units, or integer bounds for level.

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 names a specific verb (设置) and resource (DK-META2 伸缩强度), making the tool's purpose clear. It distinguishes itself somewhat from set_vibration and set_rotary by specifying linear extension/retraction intensity, but it does not explicitly route against those siblings.

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?

The only guidance is that non-zero values require confirm=true, which is a parameter precondition rather than general when-to-use guidance. There is no explanation of when to choose this tool over set_vibration, set_rotary, or stop_device.

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