Skip to main content
Glama

3GPP MCP Server

by edhijlu

search_specifications

Search 3GPP telecommunications specifications using natural language queries to retrieve technical content, implementation requirements, and structured metadata for development and analysis.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
formatNoResponse format - agent_ready provides structured JSON optimized for AI agentsagent_ready
include_contentNoInclude detailed specification content from TSpec-LLM (default: true)
max_resultsNoMaximum number of results to return (default: 5)
queryYesSearch query (e.g., "5G charging CHF implementation", "handover procedures", "authentication security")
release_filterNoFilter by 3GPP release (e.g., ["Rel-16", "Rel-17"])
series_filterNoFilter by specification series (e.g., ["32", "33", "38"])

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "agent_ready", "description": "Response format - agent_ready provides structured JSON optimized for AI agents", "enum": [ "detailed", "summary", "agent_ready" ], "type": "string" }, "include_content": { "default": true, "description": "Include detailed specification content from TSpec-LLM (default: true)", "type": "boolean" }, "max_results": { "default": 5, "description": "Maximum number of results to return (default: 5)", "type": "number" }, "query": { "description": "Search query (e.g., \"5G charging CHF implementation\", \"handover procedures\", \"authentication security\")", "type": "string" }, "release_filter": { "description": "Filter by 3GPP release (e.g., [\"Rel-16\", \"Rel-17\"])", "items": { "type": "string" }, "type": "array" }, "series_filter": { "description": "Filter by specification series (e.g., [\"32\", \"33\", \"38\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edhijlu/3gpp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server