Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_functionB

Search for functions in DayZ vanilla scripts by semantic description

get_function_detailsA

Get detailed information about a specific function including signature, parameters, and usage

validate_codeB

Validate Enforce Script code against Iron Rules and check for common mistakes

find_usage_examplesA

Find real usage examples of a function from vanilla DayZ scripts

get_class_hierarchyB

Get class inheritance hierarchy and modded extensions

find_vanilla_alternativeC

Check if custom code has vanilla DayZ function alternative

parse_scriptB

Parse Enforce Script code and extract classes, methods, enums

find_callersA

Find who calls a specific method in vanilla DayZ scripts (reverse call graph)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
DayZ ClassesList of all indexed DayZ classes
RPC Setup PatternStandard RPC setup pattern for DayZ mods
Singleton PatternProper singleton implementation for DayZ
Iron Rules of Enforce ScriptCritical rules that must be followed in Enforce Script
Vanilla Source FileRead content of a vanilla DayZ script file. Use absolute path like P:/scripts/4_world/entities/dayzplayerimplement.c

Latest Blog Posts

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/quantumloader/dayz-api-mcp-server'

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