Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WPGOLDMINE_API_BASENoOverride the API base URL (default: https://wpgoldmine.io)

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_opportunity_presetsA

List the named opportunity presets (e.g. abandoned-plugins, low-rated-popular, beatable-niche) you can pass to find_plugin_opportunities. Each preset is a curated query over the WordPress.org plugin directory for commercially takeable plugins. Powered by wpgoldmine.io.

find_plugin_opportunitiesA

Find WordPress (or WooCommerce) plugins that are commercial opportunities — large, established user bases paired with abandonment, low ratings, or poor support, i.e. plugins you could realistically replace or out-build. Use a preset for a curated angle, and/or narrow by tag (niche), install range, and max rating. Returns a ranked, capped list with opportunity scores. Powered by wpgoldmine.io.

get_pluginA

Get the opportunity snapshot for one plugin by its WordPress.org slug: installs, rating, last-updated, support resolution, and opportunity/abandonment/monetization scores. Powered by wpgoldmine.io.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: finding opportunities, getting details for a single plugin, and listing presets. There is no overlap, and descriptions clearly differentiate them.

Naming Consistency5/5

All tool names use snake_case with a verb_noun pattern (find, get, list) and are consistent in style and structure.

Tool Count4/5

With only 3 tools, the set is minimal but appropriate for the niche domain of discovering plugin opportunities. The core functionality (discover, detail, preset list) is covered without unnecessary bloat.

Completeness5/5

The tools provide a complete workflow for the declared purpose: listing presets, finding opportunities using those presets or custom criteria, and retrieving detailed info on a specific plugin. No obvious gaps for discovery.