Woo Revenue Incident Graph
Server Details
Check WooCommerce checkout-change risk using public evidence and privacy-safe store signals.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolscheck_checkout_change_riskIs this change likely to break checkout?ARead-onlyIdempotentInspect
Answers: is a change to this store's checkout or payment path known to have broken revenue elsewhere — before it is applied, or when explaining a change that was already made? Checks a component and version against public release and issue evidence scoped to the money path (payment capture, order status transitions, gateway webhooks, wallet checkout), not to general plugin update safety. With no component named, checks every commerce change this store has made recently. Says unknown when nothing independent is on record — an absence of reports is not a safety record, and is reported as the absence it is. Free.
| Name | Required | Description | Default |
|---|---|---|---|
| component | No | e.g. "plugin:woocommerce-gateway-stripe". Omit to check this store's own recent changes. | |
| to_version | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| source | Yes | |
| checked | Yes | |
| billable | Yes | |
| price_micros | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, it discloses the evidence basis (public release and issue evidence), the scoping behavior when no component is named, and the meaningful epistemic handling of unknown results: absence of reports is reported as absence, not as safety. This is high-value behavioral disclosure for an open-world, read-only tool.
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 dense but not bloated; the core question is front-loaded, and each sentence contributes a distinct behavioral or scoping fact. The parenthetical money-path examples and the final cost note add useful context without wasted words.
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?
Combined with the output schema and the readOnly/openWorld/idempotent annotations, the description covers the tool's scope, fallback behavior, epistemic limitation, and cost. Nothing an agent needs to invoke it correctly or interpret its result seems missing.
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 schema describes only 'component'; the description adds that omitting component checks the store's recent changes and that a component/version pair is checked against evidence. It does not detail the format or optionality of 'to_version', but with 50% schema coverage and 0 required parameters, the description meaningfully compensates.
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 and defines the tool as a check of a component/version against public evidence scoped to the checkout or payment money path, including temporal scope ('before it is applied, or when explaining a change that was already made'). It explicitly separates itself from general plugin update safety, and its focus on revenue breakage distinguishes it from the sibling tools around incident diagnosis, health snapshots, and recovery verification.
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 clearly states when to use the tool: pre-apply risk assessment or post-hoc explanation of an existing change. It also provides a when-not by saying it is 'not to general plugin update safety.' However, it does not explicitly name sibling tools as alternatives, so the routing guidance is slightly incomplete.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
diagnose_revenue_incidentWhy did this store's checkout revenue break?ARead-onlyIdempotentInspect
Answers: what most likely broke this store's checkout or payment path, what argues against each explanation, and how to tell whether a fix actually held. Joins the store's own privacy-safe signals — order status over time, order-status transitions, order-note reason codes, gateway and webhook health, scheduler backlog, checkout page health, recent plugin/theme/core changes — against public release and issue evidence, on one timeline. Every answer reports which signal families this store could and could not report, because a family that cannot be collected is not a family that is fine. Returns up to three ranked hypotheses, each with the observations behind it, independent public sources where they exist, counterevidence, what remains unknown, safe next steps, and a verification plan. Returns abstained and charges nothing when the snapshot is stale, coverage is thin, or the signals do not support any cause — an unsupported guess during an outage is worse than no answer. Free while in beta. Call get_checkout_health_snapshot first.
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | No | What the merchant reports. Use "unknown" rather than guessing. | |
| window_seconds | No | Window in seconds. Default 86400 (24h), maximum 604800 (7d). |
Output Schema
| Name | Required | Description |
|---|---|---|
| window | Yes | |
| symptom | Yes | |
| billable | Yes | |
| coverage | Yes | |
| timeline | Yes | |
| abstained | Yes | |
| hypotheses | Yes | |
| price_micros | Yes | |
| data_freshness | Yes | |
| failure_pattern | Yes | |
| failure_pattern_reasoning | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (read-only, idempotent, open-world, non-destructive), the description discloses that the tool reports which signal families were collectable, returns counterevidence and unknowns, abstains without charging when evidence is insufficient, and is free in beta. These are meaningful behavioral details that materially affect how an agent should interpret the response.
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 major section earns its place: purpose, signal coverage, abstention policy, beta status, and prerequisite. The prerequisite instruction at the end is slightly less front-loaded than ideal, but the overall structure is clear and not padded.
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 annotations, the description is fully complete: it explains return shape, coverage limits, abstention conditions, cost implications, and the required prerequisite call. Nothing an agent needs to decide whether and how to invoke the tool is missing.
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 description coverage is 100%, so the schema already fully documents symptom and window_seconds. The description adds no additional parameter-level guidance beyond the existing schema, matching the baseline for high coverage.
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 explicitly states the tool diagnoses what broke a store's checkout/payment path, supplies counterevidence, and advises on verifying a fix. It describes concrete outputs (ranked hypotheses, evidence, verification plan) and clearly distinguishes itself from the sibling get_checkout_health_snapshot by naming it as a prerequisite rather than duplicating it.
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 caller to invoke get_checkout_health_snapshot first and explains when the tool abstains (stale snapshot, thin coverage, unsupported signals), which is useful usage context. However, it does not explicitly contrast itself with verify_revenue_recovery or check_checkout_change_risk, so the guidance is strong but not fully explicit about all sibling alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_checkout_health_snapshotIs this store's revenue path healthy right now?ARead-onlyIdempotentInspect
Answers: is anything wrong with this connected WooCommerce store's checkout and payment path right now, and is a full diagnosis worth running? Free, always. Returns order counts by status with the change across the window, gateway/webhook/scheduler health, checkout page health, how many recent commerce changes there were, which signal families this store can and cannot report, and how fresh the underlying data is. Call this FIRST — it is cheap, and diagnosis_recommended tells you whether the expensive call would have anything to work with. It returns no customer, order, or payment identifier because the store never sends any.
| Name | Required | Description | Default |
|---|---|---|---|
| window_seconds | No | Window in seconds. Default 86400 (24h), maximum 604800 (7d). |
Output Schema
| Name | Required | Description |
|---|---|---|
| reason | Yes | |
| coverage | Yes | |
| connected | Yes | |
| collected_at | Yes | |
| order_counts | Yes | |
| data_freshness | Yes | |
| recent_changes | Yes | |
| gateway_summary | Yes | |
| webhook_summary | Yes | |
| scheduler_overdue | Yes | |
| error_fingerprints | Yes | |
| diagnosis_recommended | Yes | |
| paid_order_change_pct | Yes | Change in paid orders across the window; null when there is too little data to compare. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, idempotent, open-world, and non-destructive behavior. The description adds valuable context beyond that: cost ('Free, always', 'it is cheap'), data privacy ('returns no customer, order, or payment identifier because the store never sends any'), and data freshness reporting. 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 front-loaded with the core purpose, then adds cost, a compact return-item list, usage ordering, and a privacy note. Each sentence contributes distinct information with no filler or redundancy.
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?
For a single-parameter read-only health snapshot with an output schema, the description covers everything an agent needs: what it does, what it returns, when to call it, cost, and privacy behavior. The optional parameter is fully documented in the schema.
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 only parameter, window_seconds, is fully described in the schema with default, minimum, and maximum. The tool description itself does not add parameter-level meaning beyond the word 'window', so the 100% schema coverage establishes the baseline.
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 explicitly states the tool's purpose: to assess whether anything is wrong with the store's checkout and payment path and whether a full diagnosis is worth running. It also lists the concrete signals returned, which distinguishes it from sibling tools like diagnose_revenue_incident by positioning it as a cheap triage snapshot.
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?
The description gives direct usage guidance: 'Call this FIRST' and explains that diagnosis_recommended tells whether the expensive call would have anything to work with. This explicitly tells the agent when to use this tool relative to the heavier diagnosis alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_revenue_recoveryDid the fix actually hold?ARead-onlyIdempotentInspect
Answers: after a change was made, did this store's revenue signals actually recover? Compares the window before a stated change against the window since: paid vs pending vs failed order mix, webhook failure counts, and gateway availability. Returns resolved, improving, still_failing, or unknown — and unknown when too little new data has arrived to tell, which is free. A quiet ten minutes is not a recovery. Free while in beta.
| Name | Required | Description | Default |
|---|---|---|---|
| window_seconds | No | Window in seconds. Default 86400 (24h), maximum 604800 (7d). | |
| change_applied_at | Yes | Epoch ms when the fix was applied. |
Output Schema
| Name | Required | Description |
|---|---|---|
| after | Yes | |
| before | Yes | |
| reason | Yes | |
| status | Yes | |
| billable | Yes | |
| price_micros | Yes | |
| new_regressions | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds substantial behavioral context: it compares before/after windows, defines the four return states, explains that 'unknown' means too little data, and explicitly warns that quietness isn't recovery. This goes well beyond the structured 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 compact and dense: question, comparison method, return states, caveat, and beta status all fit in three sentences. The key purpose is front-loaded, and every sentence adds information without redundancy or fluff.
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 tool has only two simple parameters, full annotation coverage, and an output schema, the description covers everything an agent needs: what it measures, when to use it, what results to expect, and the key caveat. No important contextual gap remains.
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 description coverage is 100%, so the baseline is 3. The description adds meaning to 'change_applied_at' by explaining it marks the boundary between the 'before' and 'since' windows. It doesn't add prose for 'window_seconds', but the schema already gives bounds, default, and semantic description, so the marginal value is small.
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 uses a specific verb and resource: it answers whether a store's revenue signals actually recovered after a change, and lists the exact signals compared (paid vs pending vs failed order mix, webhook failures, gateway availability). It clearly distinguishes itself from sibling tools like diagnose_revenue_incident or get_checkout_health_snapshot by focusing on post-change verification.
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?
The description explicitly states when to use this tool: 'after a change was made' and 'did this store's revenue signals actually recover?'. It also warns against a common misuse — interpreting quiet time as recovery — and frames the beta/free context. This effectively tells an agent when to choose it over alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
check_checkout_change_risk - First observed
diagnose_revenue_incident - First observed
get_checkout_health_snapshot - First observed
verify_revenue_recovery
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, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.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
Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors.
Is a website ready for AI shopping agents? Readiness score (0-100) + agent shopping simulation.
Check a product's recall risk: score + active CPSC/FDA/NHTSA recalls for a product or brand.
Score a Magento or Adobe Commerce store on eight AI agent-readiness checks.
Related MCP Servers
- FlicenseAqualityBmaintenanceEnables AI shopping agents to verify a storefront's legitimacy before committing payment by checking domain registration, SSL certificate history, HTTPS validity, and known-scam blocklists, returning a trust score with explainable reasons and a clear recommendation.1320-
- FlicenseNot gradedqualityBmaintenancePassive website security and trust auditor that checks for security, SEO, AI surface, email, and other exposures, producing a score and remediation plan.-
- FlicenseNot gradedqualityCmaintenanceEnables AI shopping agents to search products, get offers, and generate signed cart handoff links for self-hosted WooCommerce stores. Also provides a global readiness-scan tool to score any store's agent-readiness.-
- FlicenseNot gradedqualityBmaintenanceChecks URLs for phishing risks using URL, DNS, HTTP, HTML, and mobile rendering signals, and provides a 1024x1024 PNG visual summary of the page.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tools are largely distinct: one assesses known breakage risk from public evidence, one diagnoses current incidents from store signals, one provides a cheap health snapshot, and one verifies recovery. The only mild overlap is between check_checkout_change_risk and diagnose_revenue_incident when explaining an already-applied change, but their evidence sources and outputs are clearly different.
All tool names follow a consistent snake_case verb_noun pattern: check_checkout_change_risk, diagnose_revenue_incident, get_checkout_health_snapshot, and verify_revenue_recovery. The verbs and objects clearly convey each tool's role.
Four tools is a well-scoped set for a focused domain: pre-change risk, health snapshot, incident diagnosis, and post-change verification. Each tool covers a distinct phase of the revenue-incident workflow without unnecessary redundancy.
The surface covers the full incident lifecycle: assessing risk before a change, checking current health, diagnosing what broke, and verifying recovery afterward. Explicit guidance to call get_checkout_health_snapshot first fills the workflow gap between cheap and expensive analysis.