Skip to main content
Glama
zakotoys

dglab-mcp

by zakotoys

List waveforms

dglab_list_waveforms
Read-onlyIdempotent

List available DG-LAB Coyote waveform presets and external .pulse files with IDs, labels, source, and natural duration. Rescans the pulse directory on each call to include newly added or changed files immediately.

Instructions

List built-in Coyote presets and external .pulse waveforms with ids, labels, source, and natural duration. The pulse directory is rescanned on every call, so newly added or changed files appear immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive behavior. The description adds a valuable behavioral detail beyond annotations: the pulse directory is rescanned on every call, so fresh files appear immediately. This explains dynamic behavior an agent would not otherwise know.

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?

Two sentences with no filler. The first sentence states the core purpose and returned fields; the second adds a useful behavioral note. The purpose is front-loaded and every sentence earns its place.

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 parameterless read-only tool with annotations covering safety, the description is complete enough to invoke correctly. It also compensates for the absent output schema by naming the returned fields, leaving little ambiguity about what the agent will receive.

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?

The tool has zero parameters and 100% schema coverage, so there is nothing to document. Per baseline, a parameterless tool receives a 4; the description's mention of returned fields is output semantics, which is acceptable given there is no output 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 uses a specific verb ('List') and names the exact resource ('built-in Coyote presets and external .pulse waveforms'), plus the fields returned (ids, labels, source, natural duration). This clearly differentiates it from sibling tools that connect, play, stop, or adjust — none of which are listing operations.

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 description establishes this as the enumeration tool for available waveforms, and the rescan note tells agents this is the way to see newly added or changed files on disk. It does not explicitly mention alternatives, but among siblings it is the only list-style tool, so the usage context is clear.

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