Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions TOOLS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Available Iterable MCP Tools (105 tools)
# Available Iterable MCP Tools (108 tools)

**Legend:**
- 🔒 = Requires enabling user PII access
Expand Down Expand Up @@ -49,8 +49,11 @@
- **track_bulk_events** 🔒✏️✉️: Track multiple events in a single request for better performance
- **track_event** 🔒✏️✉️: Track a custom event for a user

## Experiments (1 tools)
## Experiments (4 tools)
- **get_experiment**: Get detailed information about a specific experiment by ID, including variants summary and constraints
- **get_experiment_metrics**: Get experiment metrics for A/B testing analysis (currently supports email experiments only)
- **get_experiment_variants**: Get variant content for an experiment, including subject lines, preheaders, HTML source, and plain text
- **list_experiments**: List experiments with optional filtering by campaign, status, and date range. Supports pagination.

## Journeys (2 tools)
- **get_journeys**: Get journeys (workflows) with optional pagination and state filtering
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"minimumReleaseAge": 4320,
"minimumReleaseAgeExclude": [
"@iterable/*"
]
],
"overrides": {}
},
"scripts": {
"build": "pnpm lint:fix && tsc --project tsconfig.build.json && pnpm update-tools && chmod +x dist/index.js",
Expand Down Expand Up @@ -75,7 +76,7 @@
},
"dependencies": {
"@alcyone-labs/zod-to-json-schema": "4.0.10",
"@iterable/api": "0.7.0",
"@iterable/api": "0.8.0",
"@modelcontextprotocol/sdk": "1.18.1",
"@primno/dpapi": "2.0.1",
"@types/json-schema": "7.0.15",
Expand Down
Loading
Loading