Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
hello_wpC

WordPress-themed greeting tool for testing WordPress context

wp_search_docsC

Search WordPress.org developer documentation

wp_vip_searchC

Search WordPress VIP platform documentation

wp_function_lookupB

Look up detailed information about WordPress functions, hooks, or classes

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: hello_wp is a greeting tool for testing, wp_function_lookup retrieves detailed information about specific WordPress elements, wp_search_docs searches general developer documentation, and wp_vip_search targets VIP platform documentation. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a 'wp_' prefix, and they use descriptive verbs like 'lookup', 'search', and 'hello' that clearly indicate their actions. This uniformity makes the tool set predictable and easy to understand.

Tool Count4/5

With 4 tools, the count is reasonable for a documentation-focused server, though it feels slightly thin for comprehensive WordPress development coverage. Each tool earns its place by addressing distinct aspects of documentation lookup, but additional tools for other resources (e.g., themes or plugins) could enhance scope.

Completeness4/5

The tool set covers key documentation needs for WordPress developers, including function lookups and searches across general and VIP docs, with a testing tool for context. Minor gaps exist, such as no tools for updating or managing documentation, but agents can work around this for typical lookup tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues