Skip to main content
Glama

wp_update_radar_check

Idempotent

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.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.

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