Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CACHE_TIMEOUT | No | Cache timeout in seconds | 3600 |
ENABLE_CACHING | No | Enable or disable caching | true |
HUGGINGFACE_TOKEN | No | Optional token for enhanced API access to Hugging Face |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_specifications | Search 3GPP specifications using TSpec-LLM dataset and official metadata. Returns actual specification content and structured metadata for agent consumption. |
get_specification_details | Get comprehensive details about a specific 3GPP specification including metadata, content, dependencies, and related information. |
compare_specifications | Compare multiple 3GPP specifications across various criteria including architecture, procedures, evolution, and implementation differences. |
find_implementation_requirements | Extract detailed implementation requirements for specific 3GPP features, including mandatory/optional requirements, dependencies, and implementation guidance. |