Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level for the server (error, warn, info, http, verbose, debug, silly). Default is info.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
createD
createAccessD
createAfterChangeHookD
createAfterDeleteHookD
createAfterErrorHookD
createAfterForgotPasswordHookD
createAfterLoginHookD
createAfterLogoutHookD
createAfterMeHookD
createAfterOperationHookD
createAfterReadHookD
createAfterRefreshHookD
createArrayFieldD
createBeforeChangeHookD
createBeforeDeleteHookD
createBeforeLoginHookD
createBeforeOperationHookD
createBeforeReadHookD
createBeforeValidateHookD
createBlocksFieldD
createCodeFieldD
createCollectionD
createCollectionAdminOptionsD
createDateFieldD
createEmailFieldD
createFieldD
createGlobalD
createGroupFieldD
createJSONFieldD
createJoinFieldD
createMeHookD
createNumberFieldD
createPointFieldD
createPolymorphicRelationshipFieldD
createRadioFieldD
createRefreshHookD
createRelationshipFieldD
createRichTextFieldD
createSelectFieldD
createSingleRelationshipFieldD
createTextFieldD
createTextareaFieldD
createUploadFieldD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.4/5.0

Scored across 43 tools

Disambiguation1/5

All tools are named with 'create' prefix and lack descriptions, making it impossible to distinguish between similar concepts like field types (createTextField vs createArrayField) and hooks (createAfterChangeHook vs createBeforeChangeHook). This leads to high ambiguity and likely misselection by agents.

Naming Consistency5/5

All tools follow a consistent 'create_xxx' pattern (verb_noun), with 'create' as the sole verb. This uniformity makes the naming predictable despite the lack of descriptions.

Tool Count2/5

43 tools is excessive for a server focused solely on creation operations. Many tools cover highly specific field types and hooks that could be consolidated, resulting in an overly large and unwieldy tool surface for the apparent scope.

Completeness1/5

The tool set exclusively supports creation operations, with no tools for reading, updating, deleting, or listing entities. This represents a severe gap in lifecycle coverage, making the server incomplete for typical CMS workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues