Skip to main content
Glama
0xNullAI

DG-MCP

by 0xNullAI

design_wave

Design custom waveforms by combining ramp, hold, pulse, and silence segments to create unique patterns. Save to waveform library for immediate or later playback.

Instructions

【设计波形】组合一组段落生成新的自定义波形,保存到波形库后可立即播放或留待后用。 触发:用户描述的体感无法用现有波形组合表达时使用(如 "先慢慢渐入再变成连续敲击")。 不用:内置或已导入的波形够用 → 直接 start / change_wave;只想加减强度 → adjust_strength。 约束:单回合最多调用 1 次;总时长 100-30000ms(建议 1-10s);保存的波形会出现在用户的自定义波形列表里。 段落原语:ramp(强度线性变化)、hold(恒定强度)、pulse(高低交替节拍)、silence(静默间隔)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes给波形起一个简短中文名(如"渐入潮汐"、"短促电击")。
descriptionYes一句体感说明(用户和后续的 AI 都靠这段决定是否选用此波形)。
segmentsYes段落列表,按顺序拼接成完整波形。
playOnChannelNo可选:保存后立刻在该通道启动播放(需同时填 playOnStrength)。
playOnStrengthNo可选:立即播放时的初始强度(受冷启动上限约束)。
Behavior4/5

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

With no annotations, the description carries full burden. It explains that waveforms are saved to library, can be played immediately, and lists segment primitives. It mentions call frequency and duration constraints. Minor gaps: no mention of editing existing waveforms or storage limits, but overall transparent.

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 concise and well-structured: first sentence captures purpose, then trigger/alternatives, constraints, and primitives. Every sentence adds value without redundancy.

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?

Given the tool's complexity (5 parameters, 4 segment types, no output schema), the description is thorough. It covers usage context, constraints, and segment types. Missing return value explanation, but acceptable without output schema.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining segment primitives (ramp, hold, pulse, silence) in context, which enhances understanding beyond the schema's parameter descriptions. This extra semantic guidance justifies a 4.

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 clearly states the tool's purpose: design a custom waveform by combining segments. It uses a specific verb ('design') and resource ('waveform'), and distinguishes from siblings by naming alternative tools (start, change_wave, adjust_strength) and their use cases.

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?

The description explicitly specifies when to use (user's sensation cannot be expressed by existing waveforms) and when not to use (built-in waveforms sufficient → start/change_wave; only intensity adjustment → adjust_strength). It also provides constraints like one call per turn and duration limits.

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