Skip to main content
Glama

page.analyze

Read-onlyIdempotent

Analyze a web page by extracting its layout structure, detecting motion patterns, and evaluating quality in a single parallel operation, with real-time progress updates.

Instructions

Analyze a web page URL with layout detection, motion pattern extraction, and quality evaluation. Executes layout.ingest, motion.detect, and quality.evaluate in parallel and returns unified results. Supports MCP streaming progress via _meta.progressToken for real-time phase notifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL to analyze (required)
sourceTypeNoSource type: award_gallery or user_provided (default)user_provided
usageScopeNoUsage scope: inspiration_only (default) or owned_assetinspiration_only
featuresNoFeature flags for analysis (default: all true)
layoutOptionsNoLayout analysis options
motionOptionsNoMotion detection options
qualityOptionsNoQuality evaluation options
summaryNoReturn summary response (default: true). Set to false for full details.
timeoutNoOverall timeout in ms (default: 60000)
waitUntilNoPage load completion criteria (default: load)load
auto_timeoutNoEnable Pre-flight Probe for dynamic timeout calculation (v0.1.0). Analyzes page complexity (WebGL, SPA, heavy frameworks) before analysis and calculates optimal timeout. Results are included in preflightProbe response field.
responsiveOptionsNoResponsive layout analysis options. Captures layouts at multiple viewport sizes (desktop/tablet/mobile) and detects differences in typography, spacing, navigation, and layout structure.
auto_snapshotNoAuto-save design snapshot after analysis (default: false). Creates a point-in-time record for design.track_changes comparison.
accessibilityOptionsNoAccessibility audit options (v0.3.0 Phase 7.5a, opt-in). WCAG 2.1 AA compliance audit via axe-core. Timeout: 10s. Disabled by default.
performanceOptionsNoPerformance evaluation options (v0.3.0 Phase 7.5b, opt-in). Core Web Vitals (LCP/FID/CLS/INP/TTFB) measurement. Timeout: 40s. Disabled by default.
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it specifies internal parallel execution, streaming support via _meta.progressToken, and the fact that results are unified. Annotations already declare read-only and idempotent, which the description does not contradict. The description enhances transparency about concurrency and real-time feedback.

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 only two sentences, both highly informative: the first states the purpose, the second explains parallel execution and streaming. There is no wasted text, and the structure front-loads the main action.

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?

Given the tool's complexity (15 parameters, nested options, no output schema), the description is too brief. It does not summarize what the 'unified results' contain, nor does it mention key optional features like responsiveness, accessibility, or performance analysis. The agent may need more context to set expectations, especially without an output schema.

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?

The input schema has 100% coverage with detailed descriptions for all parameters, so the baseline is 3. The description does not add any extra meaning or context for parameters; it only mentions streaming (which is protocol-level, not a parameter). No credit for redundancy.

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 core function: 'Analyze a web page URL with layout detection, motion pattern extraction, and quality evaluation.' It identifies the specific resources and actions (layout, motion, quality) and differentiates from sibling tools like layout.ingest and motion.detect by positioning this as a composite tool that runs them in parallel and returns unified results.

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?

The description explains the parallel execution of three sub-tools, implying this is the right choice when a comprehensive analysis is needed. However, it does not explicitly state when to avoid this tool (e.g., if only one analysis type is required) or mention alternatives. The guidance is clear but lacks explicit exclusions.

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/TKMD/ReftrixMCP'

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