Skip to main content
Glama
S-FM
by S-FM

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to 'development' for verbose loggingproduction
FAIM_API_KEYYesYour FAIM API key

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List all available forecasting models and their capabilities. Returns information about Chronos2, TiRex, and other available models, including supported output types and features.

forecastA

Perform time series forecasting using FAIM platform. Supports both point forecasting (single value) and probabilistic forecasting (confidence intervals). Can handle univariate and multivariate time series data. Currently supported models: Chronos2 (default, recommended for multivariate) and TiRex (fast, univariate only).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes: one performs forecasting while the other lists available models. There is no ambiguity or overlap.

Naming Consistency5/5

Both tools follow the descriptive verb_noun pattern (forecast, list_models) and use consistent lowercase_with_underscores naming.

Tool Count2/5

With only two tools, the server feels underdeveloped for a forecasting platform. Expected tools like data management, evaluation, or model configuration are missing.

Completeness2/5

The tool surface is severely incomplete. Typical forecasting workflows require data upload, model training, evaluation, and result retrieval, none of which are present beyond the basic forecast and model listing.

Maintenance

ActivityInactive
ResponsivenessNo issues