Woo Revenue Incident Graph
Server Details
Read-only WooCommerce checkout and revenue incident diagnosis using privacy-safe store signals and public release evidence.
- 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?
The annotations already convey read-only, open-world, idempotent, and non-destructive behavior, so the description does not need to repeat those. It adds unique transparency about the unknown case: it says `unknown` when nothing independent is on record, and explicitly reports absence of evidence as absence rather than treating it as a safety record. This is valuable behavioral disclosure beyond what the annotations provide.
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 information-dense but compact, with each sentence adding a distinct fact: the core question, the money-path scope, the no-component fallback, the unknown/absence semantics, and the free cost. The most important idea is front-loaded, and no sentence is wasted.
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 two-parameter, no-required-arguments read-only tool, the description covers the main usage scenarios, scope limitations, optional-component behavior, and the meaning of an unknown result. An output schema exists, so return-value details do no need to be in the description. The only minor ambiguity is the exact meaning of "recently," but overall the description gives an agent enough to select and invoke the tool confidently.
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 documents `component` with an example but leaves `to_version` without a description. The tool description compensates partially by explaining that a named component plus version is checked against evidence, and that omitting `component` causes every recent commerce change to be checked. It does not clarify what happens when `component` is provided but `to_version` is omitted, nor does it specify version formats or defaults, so there is still a small semantic gap.
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 by answering a precise question: whether a store's checkout/payment change is known to have broken revenue elsewhere. It names the exact resource (checkout/payment path), the action (risk check against public evidence), and the two timing contexts (before applying or after explaining). It also explicitly separates this from general plugin-update safety, which distinguishes it from a generic version-safety tool.
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 clearly states when to use the tool: before a payment-path change is applied, or when explaining an already-made change. It also gives a when-not by excluding general plugin update safety. However, it never names sibling tools such as diagnose_revenue_incident or get_checkout_health_snapshot as alternatives, so the agent must infer the boundary from context rather than being pointed to a specific alternative.
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?
Annotations already declare readonly/idempotent/non-destructive, and the description adds substantial behavioral context beyond them: it returns `abstained` and charges nothing rather than guessing during an outage, it reports which signaal families could not be collected, and it states it is free while in beta. Nothing in the description contradicts the annotations — it is a pure read/diagnostic operation.
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?
A dense, front-loaded paragraph that opens with the core purpose before moving to signals, output format, and abstention conditions. Every sentence carries operational value, though it is on the longer side and the unknown-cause caveat appears twice (in the output format and in the abstention rationale), so a small trim was possible.
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 complex diagnostic tool with an output schema and rich annotations, the description covers the prerequisite (snapshot first), the output contract (ranked hypotheses with observations, counterevidence, next steps, verification plan), the abstention conditions, and cost behavior. Nothing an agent needs to invoke it correctly or interpret its result 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 both params are fully documented in the schema (symptom enum with 'Use unknown rather than guessing,' window_seconds min/max/default). The description reinforces the honesty principle behind `symptom` but adds no syntax or format detail beyond the schema, so the baseline 3 applies.
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?
States a specific diagnostic verb plus resource — 'Answers: what most likely broke this store's checkout or payment path' — and specifies the output shape (up to three ranked hypotheses, counterevidence, verification plan). This clearly distinguishes it from siblings: get_checkout_health_snapshot fetches data, verify_revenue_recovery and check_checkout_change_risk cover verification and risk, while this tool synthesizes a causal diagnosis.
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?
Gives explicit workflow sequencing — 'Call get_checkout_health_snapshot first' — and states when the tool should not be used: it abstains when the snapshot is stale, coverage is thin, or signals do not support a cause. It does not, however, explicitly exclude sibling alternatives (e.g., when to prefer verify_revenue_recovery), so the when-not-to-use guidance is partially implied rather than named.
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 declare read-only, idempotent, and non-destructive. The description adds meaningful behavior beyond those: it is free, it reports data freshness, and it guarantees no customer/order/payment identifiers are returned because the store never sends any. This privacy and cost context is not conveyed by the annotations or schema.
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?
Four sentences, each earning its place: the core question, the return payload list, the ordering guidance, and the data-privacy guarantee. The most decision-relevant fact is front-loaded, and there is no redundant restating of the tool name or title.
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 exists and annotations are rich, the description still adds the missing decision context: it tells when to call this tool, what the expensive alternative depends on, and what identifiers are intentionally absent. An agent can correctly decide to invoke it and interpret its role in the larger workflow.
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 single optional parameter `window_seconds` is fully documented in the schema with default, min, and max (100% schema description coverage). The description mentions 'the window' but adds no new parametric meaning; the baseline of 3 applies because the schema already carries the burden.
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 answers a precise question ('is anything wrong...?') and lists exactly what the tool returns, including the decision flag `diagnosis_recommended`. It stands apart from sibling tools by being the cheap first-call health snapshot rather than a risk check, full diagnosis, or 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?
The description is explicit that this should be called FIRST because it's cheap and tells whether the expensive diagnosis would have anything to work with. This gives a strong ordering rule and a clear when-not-to-call-the-diagnosis condition. It does not, however, name the sibling tools or spell out when to use check_checkout_change_risk or verify_revenue_recovery, so I can't give a full 5.
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 cover readOnly, idempotent, and non-destructive behavior. The description adds substantive beyond-annotation context: the four result statuses, the condition for 'unknown', the data sources compared, and the beta/free status. 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 front-loads the core purpose and is generally tight. Minor redundancy exists: 'which is free' and 'Free while in beta' both convey the same cost information, slightly reducing the score from a perfect 5.
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 read-only verification tool with a comprehensive output schema, the description covers the purpose, input semantics, result interpretation, and edge cases such as insufficient data. Nothing critical is missing for an agent 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?
The input schema provides 100% coverage for both parameters, including types, constraints, and default values. The description only reinforces the conceptual role of these parameters (change time and comparison window) without adding details beyond the schema, so the baseline of 3 is appropriate.
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 by answering the core question the tool resolves ('after a change was made, did this store's revenue signals actually recover?') and specifies the comparison windows and result categories. This makes it easy to distinguish from siblings like diagnose_revenue_incident or get_checkout_health_snapshot, which are about diagnosis/health rather than 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 intended use case is clear: call this after a change has been applied to verify the fix held. It also provides interpretive guidance ('unknown when too little new data has arrived... A quiet ten minutes is not a recovery'). However, it does not explicitly name alternatives or state when NOT to use it, so it stops short of a 5.
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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool covers a distinct phase of the revenue incident lifecycle: health snapshot, diagnosis, pre-change risk assessment, and post-change recovery verification. There is no meaningful overlap between them, and their descriptions reinforce clear boundaries.
All tool names follow a consistent verb_noun snake_case pattern: check_, diagnose_, get_, and verify_ paired with a clear domain object. The naming makes the action and target immediately predictable.
Four tools is well-scoped for this server's purpose: check current health, diagnose incidents, assess change risk, and verify recovery. Each tool has a distinct job and none feels redundant or missing.
The tool set covers the full incident workflow around a WooCommerce revenue path: baseline snapshot, investigation, pre-change risk check, and post-change verification. No obvious dead ends or missing lifecycle steps are apparent for the stated domain.