Skip to main content
Glama

waveguard_scan_timeseries

Detect anomalies in time-series data using GPU-accelerated wave physics simulation. Analyze numeric arrays with sliding windows to identify deviations from normal patterns.

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 provided, the description carries the full disclosure burden. It successfully explains the GPU-accelerated computation, the automatic windowing logic, the training/test division (first N windows vs remaining), and the return structure (anomaly scores, confidence, p-values). It could improve by mentioning error conditions, computational constraints, or idempotency.

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 excellently structured: purpose (sentence 1), input requirements (sentence 2), processing logic (sentence 3), outputs (sentence 4), and concrete example (paragraph 2). Every sentence conveys distinct information without redundancy, and critical details are front-loaded.

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?

For a complex ML tool with 4 parameters and no output schema, the description is remarkably complete. It compensates for missing annotations by detailing the algorithmic behavior (overlapping windows, training baseline) and return values. Minor gap: lacks discussion of failure modes or minimum data requirements (though schema enforces minItems: 4).

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 description coverage is 100%, establishing a baseline of 3. The description adds significant value by explaining how parameters interact algorithmically—specifically how 'data' and 'window_size' determine training windows, and how 'test_windows' relates to the auto-split behavior. The example reinforces parameter semantics effectively.

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 opens with a specific verb ('Detect'), clear resource ('anomalies in time-series data'), and distinct methodology ('GPU-accelerated wave physics simulation'). This clearly distinguishes it from siblings like 'waveguard_scan' and 'waveguard_health' by specifying the time-series domain and wave physics approach.

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 provides clear usage context through the concrete example (100 CPU-usage readings) and explains the internal training/test split mechanics. However, it lacks explicit guidance on when to choose this over sibling tools (e.g., 'use this for sequential numeric data vs waveguard_scan for general purposes').

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