Skip to main content
Glama

chrome_page_load_resource_pipeline

Read-onlyIdempotent

Drill into a Chrome page-load resource URL to join its request lifecycle spans with script parse/evaluate and style/layout signals. Returns timing facts and verification fields for analyzing slow resources.

Instructions

Drill into one Chrome page-load resource URL and join its lifecycle/request spans with script parse/evaluate and style/layout signals. Use after chrome_page_load_resource_summary by passing example_slice_id or url_substring for a slow URL. Returns request/resource timing facts plus an explicit matched_by/matched_url_seed so callers can verify why the row matched, plus an evidence_boundary reminding callers not to label DNS/TLS/TTFB/download/cache without phase-specific rows. Parameters: url_substring or example_slice_id required; optional page-load/window filters, url_grouping, limit default 30, max_string_len.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_ts_nsNoOptional raw trace timestamp upper bound in nanoseconds, exclusive. ANDs with any page-load window.
example_slice_idNoOptional resource-summary/hotspot `example_slice_id`; when provided the tool derives that slice's URL and drills into matching URL rows.
limitNoOptional max rows to return. Defaults to 30 and is capped at 5000. Must be > 0 when set.
max_string_lenNoOptional per-string-cell character cap applied to returned rows only. Unset preserves full strings for precision; accepts both numbers and numeric strings. Must be > 0 when set.
navigation_idNoOptional Chrome navigation id used to scope resources/scripts to one navigation phase. Matches `chrome_page_loads.navigation_id`. Mutually exclusive with `page_load_id`. If set without `phase`, defaults to `navigation_to_fcp`.
page_load_idNoOptional page-load id used to scope resources/scripts to one navigation phase. Matches `chrome_page_loads.id`. Mutually exclusive with `navigation_id`. If set without `phase`, defaults to `navigation_to_fcp`.
phaseNoOptional page-load phase window. If set without `page_load_id` or `navigation_id`, uses the latest page load in the trace. Values: navigation_to_fcp, navigation_to_load, dcl_to_fcp, fcp_to_load.
start_ts_nsNoOptional raw trace timestamp lower bound in nanoseconds. ANDs with any page-load window.
url_groupingNoURL grouping strategy. Defaults to full URL; use without_query to merge signed/nonce query variants of the same endpoint.
url_substringNoOptional URL substring to drill into, e.g. "main.js" or "qianwen-web-desktop/2.3.401/js/main.js". Matches against URL-bearing resource and script slices with SQL INSTR, not LIKE wildcards.
Behavior4/5

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

Annotations already show readOnlyHint=true and idempotentHint=true, so the description adds value by detailing output fields (matched_by, matched_url_seed) and an evidence_boundary caution. This provides behavioral context beyond the annotations, though it could mention that it does not mutate state.

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 a single paragraph but packs essential information with front-loaded purpose and usage guidance. It could be slightly more structured (e.g., bullet points for parameters), but each sentence contributes meaningfully, and it avoids fluff.

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?

Given 10 parameters, no output schema, and high schema coverage, the description sufficiently covers workflow (use after summary), parameter interplay, output specifics (timing facts, matched_by), and a caution. It is comprehensive for the tool's complexity.

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?

With 100% schema description coverage, the baseline is 3. The description adds extra context by summarizing key parameters (url_substring or example_slice_id required, defaults for limit) and their roles, which aids understanding beyond the schema alone.

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's purpose: drill into a Chrome page-load resource URL and join its lifecycle/request spans with script parse/evaluate and style/layout signals. It identifies the specific resource (URL) and the domain (Chrome page-load resources), and distinguishes from siblings by referencing the prior summary tool.

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?

Explicit guidance is given: 'Use after chrome_page_load_resource_summary by passing example_slice_id or url_substring for a slow URL.' This indicates the prerequisite and parameter choice. However, it does not exhaustively cover when not to use or alternatives, but provides clear context for correct usage.

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