Skip to main content
Glama

Server Details

Evidence-based WordPress plugin update verdicts from public support threads.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

2 tools
wp_update_radar_checkA
Idempotent
Inspect

Answers: is it safe to update this WordPress plugin to this version right now? Counts independent wordpress.org support-forum threads reporting trouble with that exact release against the plugin's own normal thread volume, and returns one of five verdicts with the threads behind it: known-bad multiple independent reports point at this release — hold wait some reports, above normal but not conclusive update-now report volume at or below this plugin's baseline too-new released under 48h ago; nobody has had time to hit problems insufficient-data not enough collected to judge — a gap here, NOT a finding about the release, and not a reason to reassure anyone Use it before applying a plugin update, or when someone asks whether a specific version broke anything. Not a security advisory and not a CVE lookup: it reports what other site owners are saying, which is a different question from whether a release is vulnerable. wordpress.org plugins only — premium and paid plugins have no public forum to read, and themes are out of scope. Covers the most-installed plugins; one outside that set returns an error rather than a guess.

ParametersJSON Schema
NameRequiredDescriptionDefault
pluginYeswordpress.org plugin slug, e.g. "woocommerce"
versionYesExact release to check, e.g. "8.5.1"

Output Schema

ParametersJSON Schema
NameRequiredDescription
threadsYes
verdictYes
baselineYesaverage threads per release for this plugin
weakEvidenceYesthreads in this version's window that named no version
lastCheckedAtYesepoch ms this plugin's forum was last swept; 0 means never
strongEvidenceYesthreads naming this exact version
baselineReleasesYeshow many other releases the baseline was drawn from

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the annotations by explaining the exact decision logic, the meaning of each verdict including nuanced cases like 'too-new' and 'insufficient-data', and the error behavior for out-of-scope plugins. It also clarifies that this reports community reports rather than security findings. While annotations already mark the tool as non-destructive and idempotent, the description adds meaningful behavioral context about data sources and interpretation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every sentence contributes necessary information: the core question, the five verdicts, when to use it, what it is not, scope exclusions, and error behavior. The verdict list is front-loaded and logically ordered. It could be slightly tighter, but the density is justified given the tool's nuance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema, the description still covers all essential operational context: when to use, what data is considered, how to interpret the five results, what is out of scope, and what happens for unsupported plugins. An agent has everything needed to invoke it correctly and interpret the result meaningfully.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents both parameters with clear examples and types, and schema description coverage is 100%. The description reinforces that the version must be 'exact' and the plugin must be a wordpress.org slug, but it does not add substantial new parameter-level semantics beyond what the schema provides. This meets the baseline but does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a concrete question: 'is it safe to update this WordPress plugin to this version right now?' and specifies the resource (a WordPress plugin release) and action (counts support-forum threads and returns one of five verdicts). It fully distinguishes itself from the sibling by framing this as a single-release check and even noting when an error is returned for out-of-coverage plugins.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is present: 'Use it before applying a plugin update, or when someone asks whether a specific version broke anything.' It also gives clear exclusions: it is not a security advisory or CVE lookup, applies only to wordpress.org plugins, excludes premium/paid plugins and themes, and only covers the most-installed plugins. This leaves no ambiguity about when to invoke this tool versus alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

wp_update_radar_check_manyA
Idempotent
Inspect

Answers: which of this site's plugin updates are risky right now? Prefer this over the single check whenever there is more than one plugin to look at — a whole site's plugin list costs one call here instead of one call each. Same five verdicts as the single check (known-bad, wait, update-now, too-new, insufficient-data), per item and independent: a plugin that is not indexed reports its own error and the rest still answer. Returns a count of each verdict, so the risky ones can be found without reading every row. Up to 25 plugins per call; more than that is reported, not silently cut. insufficient-data means this service does not know, which is not the same as safe. Not a security advisory and not a CVE lookup: it reports what other site owners are saying, which is a different question from whether a release is vulnerable. wordpress.org plugins only — premium plugins have no public forum to read, and themes are out of scope.

ParametersJSON Schema
NameRequiredDescriptionDefault
pluginsYesThe plugins and the exact versions in use

Output Schema

ParametersJSON Schema
NameRequiredDescription
countsYesverdict -> count, plus `error` for items that could not be judged
resultsYes
skippedYes
examinedYeshow many were actually judged, after the per-call cap
requestedYes

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Even though annotations cover idempotency and non-destructiveness, the description adds critical context: per-item independence on errors, the meaning of insufficient-data, count of verdicts, and explicit disclaimers about not being a security advisory or CVE lookup. This directly shapes correct interpretation of results. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every sentence carries a distinct operational fact—verdicts, cost, partial failures, limits, semantics, exclusions—and the most decision-relevant question is front-loaded. No filler or repeated schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema and detailed annotations, the description covers all necessary context: when to choose it, what it returns conceptually, how it handles edge cases, and what it is not. An agent has everything needed to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful behavior around the single plugins parameter: errors are isolated per plugin, over-limit input is reported rather than truncated, and each entry needs the exact version in use. This goes beyond the schema's structural definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a precise question ('which of this site's plugin updates are risky right now?') and explicitly contrasts with the single check, stating the batching advantage. The resource (many plugins vs one) and verb (check/answer risk) are unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It tells the agent to prefer this tool whenever more than one plugin must be evaluated, and explains why (one call instead of one call each). It also defines the scope (wordpress.org plugins only, themes/premium out of scope) and the 25-plugin limit with its behavior.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides cited product-review verdicts synthesised from real user voices across multiple platforms, enabling AI agents to query live opinions with ratings, pros/cons, and confidence tiers.
  • A
    license
    A
    quality
    A
    maintenance
    Software end-of-life intelligence for AI agents: EOL dates, support timelines and 0-100 upgrade risk scores for 480+ products. Check whether a version is still supported, score its risk, or audit an entire stack.
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI coding agents to make evidence-aware design-pattern decisions by analyzing cases, comparing options, detecting misuse, stress-testing assumptions, planning adoption, writing ADRs, and generating evidence plans with transparent scoring.
    8
    0
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    What ChatGPT, Claude, Gemini & Grok agree is the best product, tool, or service for any "best X for Y" need — continuously re-polled rankings with a dated verdict and a public poll audit trail. Excludes medical, financial, and legal advice.
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

The two tools are cleanly separated by scope: one checks a single named plugin/version, the other checks up to 25 plugins in a batch. Their descriptions reinforce the distinction, including guidance to prefer the batch tool when multiple plugins are involved.

Naming Consistency5/5

Both tools share the same wp_update_radar_check prefix, with a _many suffix clearly distinguishing the batch variant. The naming is consistent, predictable, and easy to map to behavior.

Tool Count3/5

At two tools, the server is just under the typical well-scoped range. The single/batch split is sensible, but the surface is minimal and offers little beyond those two entry points.

Completeness4/5

For its stated purpose—checking WordPress.org plugin update risk—the two operations cover the essential single-query and whole-site batch workflows. A minor gap is that the batch response returns verdict counts rather than thread details, but per-plugin follow-up is possible.

Resources