Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TREE_URLNoOverride the public projection endpoint for the tree.
TREE_NAMED_URLNoOverride the public projection endpoint for named skills.

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
gaia_searchA

Find generic and Named Skills in the public Gaia Registry. Returns ranked structured results with trust and source freshness metadata.

gaia_inspectA

Return an evidence-backed dossier for one generic or Named Skill, including relationships, implementations, trust, sources, and data freshness.

gaia_statusA

Report server version, Registry mode, data-contract compatibility, source freshness, counts, and available tools.

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 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: gaia_inspect provides detailed information on a specific skill, gaia_search finds skills in the registry, and gaia_status reports server metadata. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow the consistent pattern 'gaia_<verb>' (gaia_inspect, gaia_search, gaia_status), making it predictable and easy to understand.

Tool Count5/5

With 3 tools, the set is well-scoped for a registry querying server. Each tool serves a necessary function without redundancy.

Completeness4/5

Covers core query operations (search, inspect, status). Minor gaps like bulk listing or category browsing are absent, but the surface is adequate for typical tasks.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive