Skip to main content
Glama
peximo
by peximo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DRUPAL_BASE_URLYesYour Drupal site URL (e.g., https://your-drupal-site.com)
DRUPAL_PASSWORDNoBasic auth password
DRUPAL_USERNAMENoBasic auth username
DRUPAL_ACCESS_TOKENNoOAuth access token (alternative to username/password)

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
query_contentB

Search and filter Drupal content by type. Returns a list of nodes matching the criteria.

get_nodeB

Retrieve complete details of a specific Drupal node by its ID

list_content_typesB

List all available content types on the Drupal site

search_contentA

Search across all content types by title. Useful when you don't know the specific content type.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation3/5

There is some overlap between query_content and search_content, as both involve searching for content, though their descriptions clarify that query_content filters by type while search_content searches by title across all types. get_node and list_content_types are distinct, but the two search tools could cause confusion without careful reading of descriptions.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern (get_node, list_content_types, query_content, search_content), with clear and readable conventions. There are no deviations in style, making them predictable and easy to understand.

Tool Count3/5

With only 4 tools, the set feels thin for a Drupal content management server, lacking essential CRUD operations like create, update, or delete nodes. While the tools cover basic retrieval and listing, the scope seems incomplete for typical content management workflows.

Completeness2/5

The tool surface is significantly incomplete for a Drupal content management domain. It includes retrieval and search functions but lacks any create, update, or delete operations, which are core to content lifecycle management. This gap will likely cause agent failures when trying to perform full content management tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues