Skip to main content
Glama

Get Crawler Pages

get_crawler_pages
Read-onlyIdempotent

Get the crawler Pages tab data.

Lenses:

  • 'pages': individual URLs

  • 'paths': grouped URL paths

  • 'bots': normalized AI platforms

Args: brand_id: The brand to check (required). range_preset: 24h, 7d, 30d, 90d, or custom. Default 30d. start_date: Required when range_preset='custom'. Format YYYY-MM-DD. end_date: Required when range_preset='custom'. Format YYYY-MM-DD. intent: all, interaction, search, or training. Default all. platform: Optional. Comma-separated platform names. search: Optional. Text to match against paths, bots, or URLs. status: Optional page/path status filter. Default all. sort_by: Optional, and the valid values depend on the lens. lens='pages': citations, clicks, health, indexed, page, total, trained. lens='paths': cited, clicks, crawls, health, pages, path. lens='bots': cited, clicks, crawls, name, pages. sort_dir: asc or desc. Default desc. cursor: Optional pagination cursor returned from a previous call. limit: Results per page, 1-100. Default 25.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lensNopages
limitNo
cursorNo
intentNoall
searchNo
statusNoall
sort_byNo
brand_idYes
end_dateNo
platformNo
sort_dirNodesc
start_dateNo
user_intentNoAnalytics hint: the user's latest request in one short sentence. Omit secrets and prior chat.
range_presetNo30d

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint=false, so the safety profile is covered. The description adds pagination behavior (cursor returned from a previous call, limit 1-100) and the conditional requirement that start/end_date are needed only with range_preset='custom', but says nothing about auth, rate limits, or result shape.

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?

Front-loads the purpose, then a compact lens map, then a scannable arg list. Given 14 parameters it wastes no words; each line adds an actionable constraint or default.

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?

With no output schema and only 1 required parameter, an agent has enough to build a valid call: filters, sorting, and pagination are all documented. Completeness is slightly undercut by the absent return-value description and the undocumented user_intent param, but neither blocks correct invocation.

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?

Schema description coverage is only 7%, so the description carries almost the entire burden and largely delivers: it documents date formats, the conditional date requirement, intent values, search targets, status filter, and crucially the lens-dependent valid values for sort_by. The only parameter it omits is user_intent, which the schema itself describes.

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 the crawler Pages tab data') and immediately enumerates the three lenses that define the view. It is clear what the tool returns, though it never explicitly distinguishes itself from close siblings such as get_crawler_detail or get_crawler_overview.

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

Usage Guidelines3/5

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

The lens list and defaults (range_preset=30d, intent=all, status=all, sort_dir=desc) imply how to configure a call, and the sort_by/lens dependency is flagged. There is no explicit when-to-use or when-not-to-use guidance versus the other crawler tools, so usage must be inferred.

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.

Resources