Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FREEMODEL_KEYYesYour FreeModel 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
freemodel_key_healthA

Check API key health: subscription status, platform health, and recommended model. Use FIRST before task routing.

freemodel_statusA

Get FreeModel session summary: active model, platform, subscription, healthy count.

freemodel_modelsA

List all AI models available to you across platforms. Returns platform and model names.

freemodel_recommendA

Recommend the best AI model for a given task. Analyzes your task and recommends 2-3 models with reasons.

freemodel_runA

Execute a task using a specific AI model from a specific platform. Uses your stored API keys.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation4/5

Each tool has a clear primary purpose: health checks, session status, model listing, recommendation, and execution. However, freemodel_key_health and freemodel_status both touch on health/status, which could cause slight confusion, though their descriptions distinguish them.

Naming Consistency5/5

All tool names follow the consistent pattern freemodel_<verb_noun> (e.g., freemodel_key_health, freemodel_models). The verb is implicit in some (models, status), but the prefix unifies them perfectly.

Tool Count5/5

Five tools is well-scoped for a model routing/execution server. Each tool covers a distinct step in the workflow, and nothing feels redundant or missing.

Completeness5/5

The tool surface covers the full lifecycle from health check and status to listing models, getting recommendations, and executing tasks. There are no obvious dead ends; the workflow is clear and self-contained.

Maintenance

ActivityStale
ResponsivenessNo issues