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

Tools

Functions exposed to the LLM to take actions

NameDescription
create_tracking_planC

Creates a new tracking plan specification for an ecommerce or lead-generation business.

get_tracking_planB

Retrieves a complete tracking plan definition by plan_id.

list_tracking_plansB

Lists all available tracking plans with optional filtering by business_type ('ecommerce' or 'lead_generation').

validate_tracking_eventC

Validates an analytics tracking event payload against a target tracking plan schema.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: retrieve a single plan, list plans, create a plan, and validate an event. No overlapping functionality, and the boundaries are clear from names and descriptions.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern (get_, list_, create_, validate_). No deviations or mixed conventions.

Tool Count5/5

Four tools is a lean and well-scoped set for tracking plan operations. Each tool serves a clear role without redundancy.

Completeness3/5

Core operations (create, read/list, validate event) are present, but missing update and delete operations leaves a notable gap in lifecycle management. Agents cannot modify or remove tracking plans.

Maintenance

ActivitySlowing
ResponsivenessNo issues