Optimizely
WebMCP Studio
Back to overview
Agent analytics

See which agents call which tool, and when.

Per-tool telemetry wired through Optimizely Data Platform. Know who's using your WebMCP before you over-invest.

Every agent invocation is tagged with the caller (Claude, ChatGPT, Gemini, Cursor…), the args they passed, and whether the call succeeded. Pipe it to ODP for segmentation, or read it inline in the Analytics screen.

01

Leaderboard of your own tools

Top-10 view keeps the signal above the noise: which tool gets called most, which agents call it, which args are common, and where calls fail.

02

Session replay

For each invocation, see the prompt that triggered it, the args the agent chose, and the response your site returned. Debug misrouting in minutes.

03

ODP segments

Pipe "agents who completed checkout this week" into ODP as a live segment. Use it for agent-aware personalisation on the next visit.

A single tagged invocation
{
"tool": "checkout_cart",
"agent": "Claude",
"args": { "items": 3, "currency": "USD" },
"result": "ok",
"durationMs": 412,
"at": "2026-04-21T14:22:18Z"
}