Skip to main content
Glama

3GPP MCP Server

by edhijlu

compare_specifications

Compare 3GPP telecommunications specifications across architecture, procedures, evolution, and implementation differences to identify key variations and requirements.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
comparison_criteriaNoSpecific criteria to compare (e.g., ["architecture", "procedures", "interfaces", "evolution"])
formatNoResponse format - agent_ready provides structured JSON for AI agentsagent_ready
include_evolution_analysisNoInclude analysis of specification evolution across releases (default: true)
specification_idsYesArray of specification IDs to compare (e.g., ["TS 32.251", "TS 32.290"])

Input Schema (JSON Schema)

{ "properties": { "comparison_criteria": { "description": "Specific criteria to compare (e.g., [\"architecture\", \"procedures\", \"interfaces\", \"evolution\"])", "items": { "type": "string" }, "type": "array" }, "format": { "default": "agent_ready", "description": "Response format - agent_ready provides structured JSON for AI agents", "enum": [ "detailed", "summary", "agent_ready" ], "type": "string" }, "include_evolution_analysis": { "default": true, "description": "Include analysis of specification evolution across releases (default: true)", "type": "boolean" }, "specification_ids": { "description": "Array of specification IDs to compare (e.g., [\"TS 32.251\", \"TS 32.290\"])", "items": { "type": "string" }, "maxItems": 5, "minItems": 2, "type": "array" } }, "required": [ "specification_ids" ], "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