Skip to main content
Glama

phpray

phpray_slow_pages

The slowest URLs on a site, with request counts and p95, from the request timeseries. Answers "which page is slow".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many URLs to return. Default 25.
site_idYesSite id from phpray_sites.
window_minutesNoHow far back to look. Default 1440.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that this is a read-oriented listing, the data source (request timeseries), and the response contents (URLs, request counts, p95). This is sufficient for a simple read-only tool, though it does not specify ordering details beyond the word 'slowest'.

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 two short sentences with no filler. The primary result is front-loaded, and the second sentence sharpens the intended use case 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?

For a low-complexity read-only tool, the description plus fully documented schema cover what an agent needs: inputs, output content, and purpose. There is no output schema, but the mentioned fields are concrete enough to interpret results. It could add an explicit note about ordering, but this is not a significant gap.

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 description coverage is 100%, so all three parameters are already documented in the input schema. The description adds no new parameter-level meaning, which matches the baseline of 3.

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 names a specific resource ('slowest URLs on a site') and the exact metrics returned (request counts and p95). It also frames the intended question ('which page is slow'), which distinguishes it from sibling tools like phpray_slow_queries that target database queries.

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?

It clearly identifies the use case: investigating slow pages from request timeseries data. It stops short of explicitly contrasting with alternatives such as phpray_slow_queries or stating when not to use it, so it misses the top score by only a small margin.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.