Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
forecast_timeseriesA

Forecast future values of a univariate time series.

Args: values: Historical observations in chronological order (minimum 4 points). horizon: Number of future steps to forecast. seasonal_periods: Length of one seasonal cycle (e.g. 12 for monthly data with yearly seasonality), if the series is seasonal. Omit if unknown or the series is too short to estimate seasonality reliably.

Returns: Point forecast plus an approximate 80% confidence interval, and the method actually used (seasonal models silently fall back to a trend-only model if there isn't enough data for the requested period).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap between tools. The single tool's purpose is clearly described.

Naming Consistency5/5

There is only one tool, so naming consistency is trivially maintained. The name 'forecast_timeseries' follows a clear verb_noun pattern.

Tool Count2/5

The server name implies a broad ML lifecycle scope, but it exposes only one forecasting tool. This is far too few tools to cover the intended domain, making the count inappropriate.

Completeness1/5

The server claims to handle an ML lifecycle but provides only a time series forecasting tool. Essential operations like data preprocessing, model training, evaluation, and deployment are missing, resulting in a severely incomplete surface.

Maintenance

ActivityStale
ResponsivenessNo issues