Skip to main content
Glama
FixtureForge

timeweaver-mcp

by FixtureForge

generate_timeseries

Generate synthetic time-series data with customizable trend, seasonality, noise, and anomalies for testing dashboards, monitoring, and forecasting. Output in JSON, CSV, or SQL.

Instructions

Generate realistic synthetic time-series data with configurable trend, seasonality, noise, anomalies, and multiple correlated series. Ideal for testing dashboards, charts, monitoring/alerting, forecasting and anomaly-detection. Output as JSON, CSV, or SQL INSERTs. Use a preset for quick sensible defaults, or specify components explicitly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoClamp values to this maximum.
minNoClamp values to this minimum.
seedNoDeterministic seed for reproducible output. Pro feature.
namesNoOptional explicit series names.
noiseNoNoise model. 'ar1' (autocorrelated) is a Pro feature.
startNoISO start timestamp, e.g. '2024-01-01T00:00:00Z'. Default 2024-01-01.
trendNoTrend shape. Non-linear trends are a Pro feature.
formatNoOutput format. 'json' (default), 'csv', or 'sql'. CSV and SQL are Pro features.
lengthNoNumber of data points. Default 100.
presetNoOptional preset name (see list_presets). Fills sensible defaults; explicit params below override it.
ar1_phiNoAR(1) autocorrelation coefficient (-1..1), used when noise='ar1'.
integerNoRound values to integers.
baselineNoBaseline level the series varies around.
anomaliesNoInjected anomalies for testing detection/alerting. Pro feature.
frequencyNoSpacing between points. Default daily (or the preset's frequency).
table_nameNoTable name for SQL output. Default 'timeseries'.
correlationNoTarget pairwise correlation between multiple series (0..1). Pro feature.
noise_levelNoStandard deviation of the noise. Default 1.
seasonalityNoOne or more seasonal cycles, summed together. Multiple cycles are a Pro feature.
series_countNoHow many series to generate. >1 is a Pro feature. Default 1.
trend_strengthNoTrend magnitude: slope per point (linear), growth rate (exponential), or capacity (logistic).
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses output formats (JSON, CSV, SQL) and labels certain parameters as 'Pro features.' However, it omits behavioral details such as whether the tool is read-only (likely safe), idempotency, performance impact with large series, or error handling.

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 a single focused paragraph of four sentences, front-loading the core purpose and use cases, then detailing output formats and usage guidance. Every sentence earns its place with no 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 high parameter count (21) and no output schema, the description covers the main functional aspects well. It explains what the tool generates and how to configure it. Minor gaps include missing details about return value structure and validation behavior, but overall it is sufficient.

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 description coverage is 100%, so the baseline is 3. The description adds value by grouping parameters conceptually and noting 'Pro features,' but it does not explain individual parameter meaning beyond the schema definitions.

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 'Generate realistic synthetic time-series data' and lists configurable components (trend, seasonality, noise, anomalies, correlated series). It distinguishes from sibling tool 'list_presets' which lists preset configurations rather than generating data.

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: 'Ideal for testing dashboards, charts, monitoring/alerting, forecasting and anomaly-detection.' It advises using a preset for quick defaults or specifying components explicitly. However, it does not explicitly state when not to use this tool or mention alternatives beyond the sibling.

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/FixtureForge/timeweaver-mcp'

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