Skip to main content
Glama
hyoon2007

mpulse-mcp

by hyoon2007

get_summary

Retrieve median, margin of error, count, p95, and p98 for any RUM timer on a given day, with optional filters to drill down by browser, country, or device.

Instructions

Aggregate summary stats for one timer (median, margin-of-error, count, p95, p98).

mPulse query-type: summary. Data is per-minute aggregated over a single calendar day in the given timezone (default UTC).

Time selection (exactly one required):

  • date — a single calendar day, YYYY-MM-DD.

  • date_comparator — a relative window, e.g. Last24Hours, LastHour. A date range is not supported per call; split it into per-day calls.

Timer: timer (built-in, default PageLoad) OR custom_timer (a custom timer name). percentile is 1–99 (default 50).

Drilldowns filter the data (e.g. page_group, browser, country, device_type, ab_test). Unsupported combinations return empty data with a note rather than an error.

Set raw=True to get mPulse's untouched JSON. Numeric values are never rounded or summarized.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osNo
appNo
rawNo
dateNo
timerNo
regionNo
ab_testNo
browserNo
countryNo
timezoneNo
page_groupNo
percentileNo
beacon_typeNo
device_typeNo
custom_timerNo
browser_familyNo
connection_typeNo
date_comparatorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description must carry the full burden. It discloses per-minute aggregation over a single calendar day, timezone default, raw=True behavior, no numeric rounding, and the non-error behavior for unsupported drilldown combos. This is rich, truthful context beyond any structured metadata.

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?

The description is longer than average but well-structured with line breaks, bullet-like sections, and a logical flow from stats to time selection to timer to drilldowns to raw mode. Every sentence adds value; the length is justified by the 18-parameter complexity and lack of annotations.

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

Completeness5/5

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

For a complex tool with no annotations and zero schema descriptions, this description covers time selection rules, timer choice, percentile range, drilldown behavior, raw mode, timezone, aggregation granularity, and error behavior. Since an output schema exists, return values are already documented, so the description doesn't need to over-explain them.

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 description coverage is 0%, so the description compensates by explaining key parameters: date, date_comparator, timer/custom_timer, percentile, raw, and several drilldowns (page_group, browser, country, device_type, ab_test). It does not explicitly explain every parameter (e.g., os, region, connection_type), but the pattern and examples provide enough guidance for most.

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 opens with a specific verb+resource: 'Aggregate summary stats for one timer (median, margin-of-error, count, p95, p98).' This clearly distinguishes it from siblings like get_histogram and get_metrics by naming the exact aggregate outputs and the 'one timer' scope.

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?

The description explicitly states that exactly one time selector (date or date_comparator) is required, that date ranges are unsupported and must be split into per-day calls, and that drilldowns filter data with unsupported combinations returning empty data + note instead of an error. This gives clear when-to-use and constraint guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyoon2007/mpulse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server