Skip to main content
Glama

Get HitKeep Web Vitals

hitkeep_get_web_vitals
Read-only

Fetch aggregated Web Vitals metrics (LCP, INP, CLS, FCP, TTFB) with p75 values, sample and rating counts per site. Support filters by page, rating, and breakdowns like browser, country, or device.

Instructions

Read aggregate Web Vitals p75, sample counts, rating counts, and optional page or visitor-context breakdowns for one site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoOptional RFC3339 end timestamp. Defaults to now.
fromNoOptional RFC3339 start timestamp. Defaults to 30 days before to.
pathNoOptional normalized page path filter.
limitNoMaximum page or breakdown rows to return. Defaults to 10 and is capped at 50.
metricNoOptional Web Vital metric filter: LCP, INP, CLS, FCP, or TTFB. Defaults to all metrics for summary and LCP for page or dimension breakdowns.
ratingNoOptional rating filter: good, needs_improvement, or poor.
site_idYesHitKeep site UUID.
include_pagesNoWhether to include aggregate page breakdown rows.
breakdown_dimensionNoOptional aggregate visitor context breakdown: browser, country, language, device, city, provider, or asn.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
pagesNo
metricNo
site_idYes
summaryYes
breakdownNo
breakdown_dimensionNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, so safety is clear. Description adds that it reads specific aggregates and breakdowns 'for one site', which is useful context beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with verb and resource, no extraneous words. Every part is necessary.

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

Completeness4/5

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

Given complexity (9 params, output schema exists, 14 siblings), description covers the core functionality. Could mention limit or that it's per site, but overall adequate. Output schema handles return details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with individual descriptions. Tool description adds high-level context (aggregate p75, etc.) but doesn't add meaning beyond what schema already provides. Baseline 3 is appropriate.

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?

Description starts with 'Read' and specifies 'aggregate Web Vitals p75, sample counts, rating counts', clearly distinguishing it from sibling tools like hitkeep_get_site_overview or hitkeep_get_event_breakdown. The verb and resource are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage for reading Web Vitals, but doesn't explicitly mention when to use alternatives (e.g., for overall site stats use hitkeep_get_site_overview). Context is clear but lacks exclusions or explicit 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/PascaleBeier/hitkeep'

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