Skip to main content
Glama

site_pages

Read-onlyIdempotent

Analyze pages: on-page SEO score and critical issues for a URL, raw crawl metadata (title, meta, headings, links), and the page inventory of the site. Use for page-level diagnosis; for search performance of those pages use gsc_performance. Already scoped to the connected workspace and its site; call directly, no domain or site parameter is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoanalyze/crawl: the URL to inspect.
actionYesWhich operation to run. analyze (SEO score + critical issues); crawl (title/meta/headings/links).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds useful operational context about workspace scoping and the analyze/crawl modes, but does not disclose runtime behaviors such as pagination or limits; no contradiction with annotations.

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?

Three efficient sentences with no wasted words. The action and outputs are front-loaded, followed by usage guidance and scoping context, each earning its place.

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?

For a two-parameter tool with a rich input schema, an output schema, and strong annotations, the description is complete. It covers what the tool does, when to use it, how it is scoped, and how to invoke it directly.

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 both parameters are already documented in the schema. The description reinforces the analyze/crawl distinction and clarifies that no domain/site parameter is needed, which helps slightly, but it does not add substantial meaning beyond the schema.

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?

States a specific verb ('Analyze') and names the concrete deliverables: on-page SEO score, critical issues, raw crawl metadata, and page inventory. It clearly positions the tool for page-level diagnosis and even names the alternative for search performance, so an agent can distinguish it without opening schemas.

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?

Explicitly provides the intended use case ('page-level diagnosis') and points to gsc_performance for search-performance questions. It also tells the agent the tool is already scoped to the connected workspace, so no domain or site parameter is needed.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct SEO domain: backlinks, datasets, keywords, local presence, SERP features, and on-page analysis. The descriptions explicitly cross-reference when to use one tool over another (e.g., serp_competitors vs. keyword_research), eliminating ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case noun phrase pattern: backlink_profile, dataset_library, keyword_research, local_presence, serp_competitors, site_pages. The convention is uniform and predictable, making the set easy to navigate.

Tool Count5/5

Six tools is a well-scoped count for an SEO analysis server. Each tool covers a major SEO capability without redundancy, and the number is well within the ideal range for a focused toolkit.

Completeness4/5

The toolset covers the core SEO research landscape: keyword demand, SERP competition, backlinks, local presence, on-page diagnostics, and dataset templates. The one notable gap is the mention of gsc_performance in site_pages without a corresponding tool, leaving search-performance questions as a dead end.

Resources