Skip to main content
Glama
0xNullAI

DG-MCP

by 0xNullAI

burst

Send a short pulse to a channel at target strength for a duration, then automatically return. Use to create brief intensity peaks.

Instructions

【短时脉冲】把一个正在运行的通道短暂拉到目标强度,持续一段时间后自动回落。 触发:制造短促峰值、强烈点射感时使用。 不用:通道未启动 → 先 start;想长期提升强度 → adjust_strength。 约束:本回合最多调用 1 次,单次时长 100-5000ms,完成后先停下来观察反馈。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes通道 A 或 B
strengthYes脉冲期间的目标强度(受设备上限和用户上限约束)。
durationMsYes脉冲持续时间(毫秒),范围 [100, 5000]。
Behavior4/5

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

Discloses key behaviors: temporary effect, automatic fallback, need for channel to be running, and suggestion to pause after use. No annotations, but description covers main traits. Minor gap: no mention of safety or return values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise and front-loaded with action, then trigger/avoid, then constraints. Efficient but could slightly tighten phrasing.

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?

Covers purpose, usage guidelines, and constraints. Lacks explicit mention of return value or status, but given simplicity and lack of output schema, it is sufficiently complete.

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 provides full descriptions for all 3 parameters. Description adds usage context (duration range, strength subject to limits) but doesn't significantly enhance parameter meaning beyond schema.

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 action: temporarily pull a running channel to a target strength and then automatically fall back. It distinguishes from siblings by specifying when not to use (channel not started, long-term strength).

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?

Includes explicit trigger condition ('制造短促峰值、强烈点射感时使用'), avoid conditions ('通道未启动', '想长期提升强度'), and a constraint (max 1 call per round).

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