[EX-2197] Add three new experiment MCP tools#33
Merged
Conversation
Adds support for listing, getting, and retrieving variant content for experiments: - list_experiments: List experiments with filtering by campaign, status, and date range - get_experiment: Get detailed experiment information by ID - get_experiment_variants: Get variant content including templates Updates @iterable/api to 0.8.0 which includes the new experiment endpoints. Adds comprehensive unit tests for all new tools. Implements: EX-2197, EX-2198, EX-2199, EX-2200 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
gmethvin
reviewed
Mar 17, 2026
Removes local link and uses the published package from npm registry. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Adds the three new experiment tools to the appropriate filter lists: - get_experiment: Read-only, non-PII - get_experiment_variants: Read-only, non-PII - list_experiments: Read-only, non-PII Also regenerates pnpm-lock.yaml to fix overrides configuration mismatch that was causing frozen lockfile CI failures. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Removes the override that was linking to the local api-client directory. Now uses the published @iterable/api@0.8.0 from npm. Also updates TOOLS.md with the new experiment tools. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for listing, getting, and retrieving variant content for experiments:
Updates @iterable/api to 0.8.0 which includes the new experiment endpoints. Adds comprehensive unit tests for all new tools.
Implements: EX-2197, EX-2198, EX-2199, EX-2200