Skip to main content
Glama

chrome_page_load_summary

Summarize each Chrome trace page navigation: navigation ID, URL, and key timings (FCP, LCP, DCL, load). Compare load performance across navigations or baseline web vitals before and after changes.

Instructions

Summarize each page navigation in a Chrome trace: navigation id, URL, FCP / LCP / DCL / load timings in ms. Read-only.

Use when: comparing page-load timings across navigations, finding slow loads, baselining web-vitals before/after a change. Prefer over hand-joining chrome.page_loads — schema is already correct.

Don't use for: non-Chrome traces (will error). For sub-event timings inside one navigation, drop to execute_sql against the chrome.page_loads module.

Parameters: none — operates on the loaded trace.

Empty result: no navigations occurred during capture (e.g. trace started after the page was already loaded).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, but the description declares read-only behavior, explains empty result case, and warns about errors for non-Chrome traces. It does not cover potential performance implications but is adequate for a simple read-only tool.

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?

The description is well-structured with clear sections: purpose, usage, exclusions, parameter note, and empty result behavior. Every sentence adds value without redundancy.

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 no output schema, the description explains the output includes navigation id, URL, and various timings. It clarifies the tool operates on a loaded trace and handles empty results. It could mention the output format more explicitly but is still complete for the use case.

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?

There are no parameters, and the description explicitly states 'Parameters: none'. This adds clarity beyond the schema, which is empty. For a parameterless tool, this is sufficient.

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 clearly states the tool summarizes page navigations with specific metrics like FCP, LCP, DCL, and load timings. It also distinguishes from siblings by mentioning 'prefer over hand-joining chrome.page_loads' and to use execute_sql for sub-event timings.

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?

Explicitly states when to use (comparing timings, finding slow loads) and when not to (non-Chrome traces, sub-event timings). It also provides an alternative (execute_sql) for sub-event analysis.

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/tooluse-labs/perfetto-mcp-rs'

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