Skip to main content
Glama

waveguard_scan_timeseries

Detect anomalies in time-series data using GPU-accelerated wave physics simulation. Send numeric values and window size to get per-window anomaly scores and p-values.

Instructions

Detect anomalies in time-series data using GPU-accelerated wave physics simulation. Send a flat array of numeric values and a window size. The tool automatically creates overlapping windows, uses the first N as training (normal baseline), and scores the remaining windows as test samples. Returns per-window anomaly scores, confidence, and p-values.

Example: send 100 CPU-usage readings with window_size=10. The first 5 windows become training, the rest are tested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesFlat array of numeric time-series values in chronological order.
window_sizeNoNumber of data points per window (default: 10). Smaller windows = finer resolution.
test_windowsNoNumber of trailing windows to test (default: auto, uses last ~40%% of windows).
sensitivityNoAnomaly threshold multiplier (default: 2.0). Lower = more sensitive. Range: 0.5 to 5.0.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses GPU acceleration, automatic overlapping windows, training on first N windows, and returns per-window anomaly scores, confidence, and p-values. It does not mention potential side effects (none expected) or resource usage, but covers core behavior well.

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?

The description is two paragraphs: first explains purpose and algorithm, second gives an example. It is well-structured and efficient, though the example could be slightly more compact. No extra fluff.

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?

No output schema exists, so description must explain returns. It lists 'per-window anomaly scores, confidence, and p-values' – sufficient for an agent. It also covers input, algorithm, and example. Given tool complexity, this is complete.

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

Parameters5/5

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

Schema has 100% description coverage, so baseline is 3. The description adds significant value: explains window_size gives finer resolution, test_windows defaults to last ~40%, sensitivity range 0.5-5.0, and provides a concrete example linking parameters. This is exemplary.

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 detects anomalies in time-series data using GPU-accelerated wave physics simulation. It specifies the input (flat numeric array, window size) and explains the algorithm. It distinguishes itself from siblings like waveguard_scan by focusing on time-series analysis.

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 explains when to use (detect anomalies in time-series) and provides a concrete example (CPU-usage readings with window_size=10). It does not explicitly mention when not to use or alternatives, but the context is clear enough for agents.

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/gpartin/WaveGuardClient'

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