Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TIMEOUTNoCache timeout in seconds3600
ENABLE_CACHINGNoEnable or disable cachingtrue
HUGGINGFACE_TOKENNoOptional token for enhanced API access to Hugging Face

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_specificationsA

Search 3GPP specifications using TSpec-LLM dataset and official metadata. Returns actual specification content and structured metadata for agent consumption.

get_specification_detailsB

Get comprehensive details about a specific 3GPP specification including metadata, content, dependencies, and related information.

compare_specificationsC

Compare multiple 3GPP specifications across various criteria including architecture, procedures, evolution, and implementation differences.

find_implementation_requirementsC

Extract detailed implementation requirements for specific 3GPP features, including mandatory/optional requirements, dependencies, and implementation guidance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: compare_specifications focuses on cross-specification analysis, find_implementation_requirements extracts feature-specific requirements, get_specification_details provides metadata and content for a single spec, and search_specifications enables discovery across the dataset. There is no overlap in functionality, making tool selection unambiguous for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case formatting: compare_specifications, find_implementation_requirements, get_specification_details, and search_specifications. The verbs (compare, find, get, search) are distinct and appropriate for their actions, creating a predictable and readable naming convention throughout the set.

Tool Count4/5

With 4 tools, the count is reasonable for a 3GPP specification server, covering core operations like search, retrieval, comparison, and requirement extraction. It is slightly lean but well-scoped; additional tools for updates or management might be expected in a broader system, but this set effectively supports key agent workflows without bloat.

Completeness4/5

The tool set provides strong coverage for querying and analyzing 3GPP specifications, including search, detailed retrieval, comparison, and implementation requirements. Minor gaps exist, such as lack of tools for modifying or managing specifications (e.g., create, update, delete), but these may be outside the server's read-only scope, and agents can perform core analysis tasks without dead ends.

Maintenance

ActivityInactive
ResponsivenessUnresponsive