Skip to main content
Glama

chrome_startup_summary

Summarize Chrome browser startup events to measure time-to-first-visible-content and compare launch causes for cold start performance analysis.

Instructions

Summarize Chrome browser startup events: id, name, launch_cause, startup_duration_ms (first_visible_content_ts - startup_begin_ts), browser_upid. Read-only.

Use when: measuring time-to-first-visible-content for cold starts, comparing launch causes (NEW_WINDOW vs CMD_LINE vs RESTORE_SESSION), regressing startup performance.

Don't use for: non-Chrome traces (will error). Browser-process work during steady state is covered by chrome_main_thread_hotspots.

Parameters: none — operates on the loaded trace.

Empty result: trace started after the browser was already running (most cases — startup is captured only when tracing began before launch).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description declares it is read-only and explains the empty result scenario (trace started after launch). While no annotations are present, this covers the main behavioral traits for a query tool. It could mention that it does not modify state, but the read-only statement suffices.

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 well-structured with a clear header, bullet-style guidelines, and notes. It is slightly verbose but no words are wasted. Most sentences add value.

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 lists the returned fields and explains empty results. It covers the tool's scope and limitations. It could mention the expected number of rows or format, but overall it is adequately complete.

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 zero parameters and schema coverage is 100%. The description adds context that the tool operates on the loaded trace, which is useful but not required. According to guidelines, baseline 4 applies.

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 it summarizes Chrome browser startup events with explicit fields (id, name, launch_cause, etc.). It distinguishes itself from siblings like chrome_main_thread_hotspots and chrome_page_load_summary by focusing on startup events.

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 provides explicit use cases ('when: measuring time-to-first-visible-content...') and anti-use cases ('Don't use for: non-Chrome traces...'). It also names an alternative sibling (chrome_main_thread_hotspots) for steady-state work.

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