Approve autotune reviewApprove an in-flight review of an autotune experiment.
Approve dynamic config reviewApprove an in-flight review of a dynamic config.
Approve experiment reviewApprove an in-flight review of an experiment (A/B test).
Approve gate reviewApprove an in-flight review of a gate (feature flag).
Cancel autotune reviewCancel (withdraw) an in-flight review of an autotune experiment.
Cancel dynamic config reviewCancel (withdraw) an in-flight review of a dynamic config.
Cancel experiment reviewCancel (withdraw) an in-flight review of an experiment (A/B test).
Cancel gate reviewCancel (withdraw) an in-flight review of a gate (feature flag).
Cluster log patternsCluster similar log lines into templates (same as `statsig-query log-patterns`).
Commit autotune reviewCommit a review of an autotune experiment, APPLYING its proposed change to the live autotune.
Commit dynamic config reviewCommit a review of a dynamic config, APPLYING its proposed change to the live config.
Commit experiment reviewCommit a review of an experiment (A/B test), APPLYING its proposed change to the live experiment.
Commit gate reviewCommit a review of a gate (feature flag), APPLYING its proposed change to the live gate.
Create autotuneCreate an Autotune (multi-armed bandit) experiment that automatically shifts traffic toward the best-performing variant.
Create autotune reviewOpen a review proposing a change to an autotune experiment.
Create dynamic configCreate a new Dynamic Config (static, targetable JSON object) in the Statsig console, including targeting rules, its ID (how we'll refer to it in-code) and its IDtype, which it'll randomize users on.
Create dynamic config reviewOpen a review proposing a change to a dynamic config.
Create experimentCreate an experiment, including its ID (which is how we refer to it in-code), its groups (test/control, and return values) and the ID type it should randomize users on.
Create experiment reviewOpen a review proposing a change to an experiment (A/B test).
Create gateCreate a new gate (feature flag), including its rules (who should pass it) its ID (how we'll refer to it in-code) and its IDtype, which it'll randomize users on.
Create gate reviewOpen a review proposing a change to a gate (feature flag).
Create layerCreate a new layer, including its name, ID type, and optional target apps or team ownership.
Create param storeCreate a new Param Store (a reusable, named collection of typed parameters) in this Statsig project.
Create segmentCreate a new segment, including its name, type, optional ID, ID type, and rules for rule-based segments.
Delete experimentDelete an experiment (A/B test) by ID.
Delete param storeDelete a Param Store by name.
Edit autotune reviewEdit an in-flight autotune review's metadata — description and/or requested reviewers.
Edit dynamic config reviewEdit an in-flight dynamic config review's metadata (description, requested reviewers) and/or its proposed `change`.
Edit experiment reviewEdit an in-flight experiment (A/B test) review's metadata — description and/or requested reviewers.
Edit gate reviewEdit an in-flight gate (feature flag) review's metadata (description, requested reviewers) and/or its proposed `change`.
FetchFetch the full document for a search result id.
Get audit logsList audit logs for this Statsig project.
Get autotune eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this autotune experiment.
Get autotune review by idGet a single review for an autotune experiment by its review ID, including its status, proposed change type, author, and requested reviewers.
Get dynamic config details by idGet the details (including rules, return values, and more) for a Dynamic Config (static, targetable JSON) in the Statsig console.
Get dynamic config eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this dynamic config.
Get dynamic config review by idGet a single review for a dynamic config by its review ID, including its status, proposed change, author, and requested reviewers.
Get dynamic config version historyList historical versions of a Dynamic Config (static, targetable JSON object) to reconstruct a timeline of how it changed — rules, return values, defaults, and metadata across edits.
Get experiment details by idGet details including parameters (return values), groups, status & more of an experiment in Statsig.
Get experiment eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this experiment (A/B test).
Get experiment metric dimension resultsGet topline and dimensional breakdown results for one specific experiment metric.
Get experiment overall resultsGet overall pulse results for an experiment across all pulse metrics.
Get experiment review by idGet a single review for an experiment (A/B test) by its review ID, including its status, proposed change type, author, and requested reviewers.
GetexperimentsummarychartsGet Experiment Summary charts and underlying data.
Get experiment version historyList historical versions of an experiment (AB Test) to reconstruct a timeline of how it changed — groups, allocation, status, parameters, and metadata across edits.
Get gate details by idGet all details about a gate (feature flag) like its rules, idType, and more, from the Statsig Console.
Get gate eligible reviewersList the users and reviewer groups eligible to approve/reject a review of this gate (feature flag).
Get gate resultsGet the metric results for a given gate and rule in the gate
Get gate review by idGet a single review for a gate (feature flag) by its review ID, including its status, proposed change, author, and requested reviewers.
Get gate version historyList historical versions of a gate (feature flag) to reconstruct a timeline of how it changed — rules, IDtype, enabled state, and metadata across edits.
Get layer details by idGet all details about a layer, including its parameters and metadata, from the Statsig Console.
Get layer experimentsList the experiments in a layer, including each experiment's allocation and groups within the layer.
Get layer overridesGet the conditional and ID overrides configured for a layer in the Statsig Console.
Get list of autotune reviewsList the reviews for an autotune experiment, newest first.
Get list of dynamic config reviewsList the reviews for a dynamic config, newest first.
Get list of dynamic configsList all Dynamic Configs (static, targetable JSON objects) in this Statsig project.
Get list of experiment reviewsList the reviews for an experiment (A/B test), newest first.
Get list of experimentsList all experiments (AB Tests) in this Statsig project.
Get list of gate reviewsList the reviews for a gate (feature flag), newest first.
Get list of gatesList all gates (feature flags) in this Statsig project.
Get list of layersList all layers in this Statsig project.
Get list of metricsList all metrics in this Statsig project.
Get list of metric sourcesList all metric sources in this Statsig project.
Get list of param storesList param stores in this Statsig project.
Get list of segmentsList all segments in this Statsig project.
Get list of tagsList all tags in this Statsig project, returning each tag's id and name.
Get metric definition by idGet the full definition for a metric in Statsig, including its type, source, and configuration details.
Get param store details by idGet a param store by name, including its description, typed parameters, and metadata.
Get segment by idGet all details about a segment in the Statsig Console.
Get tool schemaGet the full input schema, description, and annotations for any Statsig MCP tool by name — including tools not shown in the default tool list (find them with Search_Tools).
Invoke toolExecute any Statsig MCP tool by name with arguments — including tools not shown in the default tool list.
Query logs explorerFetch log lines from Statsig Logs Explorer (MCP equivalent of `statsig-query logs`).
Reject autotune reviewReject an in-flight review of an autotune experiment.
Reject dynamic config reviewReject an in-flight review of a dynamic config.
Reject experiment reviewReject an in-flight review of an experiment (A/B test).
Reject gate reviewReject an in-flight review of a gate (feature flag).
SearchSearch the Statsig MCP data source and return relevant results.
Search toolsSearch the full catalog of Statsig MCP tools by keyword.
Start experiment code cleanupStart code cleanup for a stale experiment by name, which creates a PR to remove the experiment from your codebase.
Start gate code cleanupStart code cleanup for a gate by name, which creates a PR to remove the gate from your codebase.
Update dynamic config entirelyFully update a dynamic config, replacing everything the dynamic config currently has on the Statsig console with the data included in this POST request.
Update experiment entirelyFully update an experiment, replacing everything the experiment currently has on the Statsig console with the data included in this POST request.
Update gate entirelyFully update a gate, replacing everything the gate currently has on the Statsig console with the data included in this POST request.
Update layer entirelyFully update a layer, replacing everything the layer currently has on the Statsig console with the data included in this POST request.
Update param storeUpdate an existing Param Store by name.
Update segmentUpdate a Statsig segment using the appropriate segment endpoint.