Skip to main content
Glama

get_interventions

List interventions (the actions/fixes that were shipped) and report their measured outcomes. This is the SINGLE source of truth for 'did it work' — insights (findings) never carry a verdict. Use report: 'status' for a one-call picture of 'what fix-work is open' (due for check-in / in flight / recently closed + win rate — best for 'where did we get to?' / session start); report: 'list' (default) for the full rows; report: 'outcomes' for 'fixes that worked vs didn't' (buckets closed interventions by verdict + win rate). Filter by insightId to answer 'how did the fix(es) for this finding turn out?'. Each intervention includes baseline + post snapshots and computed deltas (when closed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by category (technical_seo, paid_optimization, etc.).
limitNoMax results (default 30).
sinceNoOnly interventions appliedAt >= this date (YYYY-MM-DD).
storeNoFilter by store key.
reportNoDefault 'list'. 'status' = consolidated open-work view (dueForCheckIn + inFlight + recentlyClosed + winRate) in one call, ideal for orienting at the start of a session. 'outcomes' buckets closed interventions by verdict (lift_confirmed vs regressed vs lift_inconclusive vs partial), reports a win rate, and lists those still under review.
statusNoFilter by lifecycle status.
_offsetNoPagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page.
verdictNoFilter by closing verdict (only for closed interventions).
insightIdNoOnly interventions that link back to this insight (via linkedInsightIds) — i.e. the fixes prompted by a specific finding.
dueForCheckInNoIf true, only return interventions whose next checkDate has passed and status is still 'applied'/'under_review'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does a lot: it discloses what each report returns (open-work composition, verdict buckets, win rate, interventions under review) and that rows carry baseline + post snapshots with computed deltas when closed. It stops short of stating read-only safety, permissions, or rate limits, so it is strong but not exhaustive.

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?

It is dense but front-loaded with the core statement and the single-source-of-truth claim, then organized by report mode. A couple of parenthetical asides are heavy, but nearly every clause earns its place.

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

Completeness4/5

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

Given a 10-parameter, no-required, no-output-schema tool with no annotations, the description supplies enough to call it correctly (mode selection, insightId linkage, returned content). It does not spell out the full row shape or pagination, but those are minor given the parameter-level guidance already provided.

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 genuinely adds meaning beyond the schema: it interprets the report enum in plain language and gives the intent of insightId ('fixes prompted by a specific finding'). The remaining filters are left to the schema, which already documents them.

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 states a specific verb+resource ('List interventions... and report their measured outcomes') and explicitly positions itself against the sibling insights tools ('This is the SINGLE source of truth for did it work — insights never carry a verdict'). An agent can distinguish it from get_insights/save_insights without opening any schema.

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 gives explicit when-to-use guidance per mode: report:'status' for 'where did we get to?' / session start, 'list' for full rows, 'outcomes' for worked vs didn't, and insightId to answer 'how did the fix(es) for this finding turn out?'. Scenarios are mapped to parameters concretely.

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.

Resources