Skip to main content
Glama
0xNullAI

DG-MCP

by 0xNullAI

adjust_strength

Adjust the intensity of a channel without altering the waveform. Use for small step increments, slight reductions, or fine-tuning during operation.

Instructions

【调节强度】在不改变波形的前提下相对调整一个通道的强度。 触发:通道运行中,需要小步推进、轻微回落、边缘控制时使用。 不用:想换波形 → change_wave;通道未启动 → start。 约束:本回合最多调用 2 次,单步幅度 ±10,优先选小幅度(约 1/3 上限)做平稳推进,每次调整后停下来观察反馈。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes通道 A 或 B
deltaYes本次变化量(正增负减),范围 [-10, 10]。
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses non-destructive adjustment (no waveform change), call limit, step amplitude limit, and recommends observing after each call. No contradictions.

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?

Concise yet comprehensive. Uses a clear structure with trigger, alternatives, and constraints. No wasted words.

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?

Describes tool purpose, usage triggers, alternatives, constraints, and behavior. No output schema, but for a simple adjustment tool, the description is complete enough for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions for both parameters (channel enum, delta integer range). Description adds value by reiterating the range and suggesting to prefer small amplitudes, but schema already provides basic semantics.

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 clearly states the tool adjusts channel strength without changing waveform, using specific verb and resource. It distinguishes from siblings like change_wave and start by listing alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly lists when to use (channel running, small steps, slight fallback) and when not to (waveform change → change_wave; channel not started → start). Also provides usage constraints like max 2 calls per round and preference for small amplitude.

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/0xNullAI/DG-MCP'

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