WP Update Radar
Server Details
Evidence-based WordPress plugin update verdicts from public support threads.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolswp_update_radar_checkAIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | wordpress.org plugin slug, e.g. "woocommerce" | |
| version | Yes | Exact release to check, e.g. "8.5.1" |
Output Schema
| Name | Required | Description |
|---|---|---|
| threads | Yes | |
| verdict | Yes | |
| baseline | Yes | average threads per release for this plugin |
| weakEvidence | Yes | threads in this version's window that named no version |
| lastCheckedAt | Yes | epoch ms this plugin's forum was last swept; 0 means never |
| strongEvidence | Yes | threads naming this exact version |
| baselineReleases | Yes | how many other releases the baseline was drawn from |
TDQS
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.
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.
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.
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.
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.
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_manyAIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| plugins | Yes | The plugins and the exact versions in use |
Output Schema
| Name | Required | Description |
|---|---|---|
| counts | Yes | verdict -> count, plus `error` for items that could not be judged |
| results | Yes | |
| skipped | Yes | |
| examined | Yes | how many were actually judged, after the per-call cap |
| requested | Yes |
TDQS
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.
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.
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.
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.
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.
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
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Evidence-backed open-source project search, recommendations, alternatives, and comparisons.
Package alive? Verdict with evidence: deprecated, archived, stale or active; plus runtime EOL dates.
Check exact npm/PyPI upgrades for evidence-backed breaking changes; query APIs and components.
GitHub repo maintainability verdicts—maintained, slowing, at-risk, abandoned—via MCP.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceProvides 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.

endoflife-mcpofficial
AlicenseAqualityAmaintenanceSoftware 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.5MIT- AlicenseAqualityBmaintenanceEnables 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.80MIT
- FlicenseNot gradedqualityCmaintenanceWhat 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.
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.