Skip to main content
Glama
NicolasET

MCP PageSpeed Insights

by NicolasET

Get Network Analysis

get_network_analysis

Analyze a URL's network resources by type, total transfer sizes, and largest assets impacting load time for mobile or desktop performance insights.

Instructions

Get detailed network analysis for a URL including resource breakdown by type, total transfer sizes, and the largest resources impacting load time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe full URL to analyze (e.g., https://example.com)
strategyNoDevice strategy for the analysismobile

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It describes what is returned but not mutation/read-only nature, cost of call, latency, or whether the URL is fetched live versus analyzed from a cache.

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?

A single front-loaded sentence that enumerates the three output categories with no filler. Every clause earns its place.

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

Completeness3/5

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

For a read-only analysis tool with fully documented parameters, the description is minimally viable. Without annotations or an output schema, it should disclose whether the analysis is live or cached and roughly what the response contains beyond the three named categories.

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 coverage is 100%, so both parameters (url, strategy) are already documented with format and enum in the schema. The description adds no parameter-level meaning beyond what the schema provides; baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Get detailed network analysis for a URL') and enumerates the outputs (resource breakdown, transfer sizes, largest resources). This distinguishes it from most siblings, though it doesn't explicitly differentiate from close alternatives like get_render_blocking or get_performance_metrics.

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

Usage Guidelines2/5

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

No when-to-use guidance or alternatives are mentioned. Given nine siblings with overlapping analysis domains (analyze_url, get_performance_metrics, compare_strategies), the agent is left to infer which tool to call.

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