Skip to main content
Glama

3GPP MCP Server

by edhijlu

get_specification_details

Retrieve detailed information about 3GPP specifications including metadata, content, dependencies, and related data for telecommunications standards development.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
formatNoResponse format - agent_ready provides structured JSON for AI agentsagent_ready
include_contentNoInclude detailed content from TSpec-LLM dataset (default: true)
include_dependenciesNoInclude information about specification dependencies (default: true)
specification_idYesThe specification ID (e.g., "TS 32.290", "TS 38.331", "TS 33.501")

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "agent_ready", "description": "Response format - agent_ready provides structured JSON for AI agents", "enum": [ "detailed", "summary", "agent_ready" ], "type": "string" }, "include_content": { "default": true, "description": "Include detailed content from TSpec-LLM dataset (default: true)", "type": "boolean" }, "include_dependencies": { "default": true, "description": "Include information about specification dependencies (default: true)", "type": "boolean" }, "specification_id": { "description": "The specification ID (e.g., \"TS 32.290\", \"TS 38.331\", \"TS 33.501\")", "type": "string" } }, "required": [ "specification_id" ], "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