Skip to main content
Glama
Retio-ai

PageMap

Official
by Retio-ai

batch_get_page_map

Read-only

Fetch page maps for multiple URLs concurrently, providing structured, AI-readable data for web pages. Handles each URL independently, so one failure doesn't halt the batch.

Instructions

Get Page Maps for multiple URLs in parallel.

Each URL is opened in a separate browser tab and processed concurrently. Results are stored in the URL LRU cache (not the active slot). Individual URL failures do not affect other URLs.

Args: urls: List of URLs to process (max 10, http/https only). max_concurrency: Maximum parallel pages (default 5, max 5).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
max_concurrencyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint), the description discloses key behavioral details: each URL opens in a separate tab, results are stored in the URL LRU cache rather than the active slot, and individual failures are isolated. These are significant operational traits not inferable from annotations or schema.

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 tightly structured: a one-sentence summary, three bullet points of behavioral notes, and a clear Args list. No redundant text; every sentence adds value.

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?

Given the output schema exists, return values need not be described. The description covers parallel behavior, caching location, failure semantics, and parameter limits, making it complete for a multi-URL batch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only provides types and a default, while the description adds essential constraints: urls limited to 10 and http/https only, max_concurrency default 5 and maximum 5. This meaningfully enriches the schema and guides correct invocation.

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 begins with a clear, specific action: 'Get Page Maps for multiple URLs in parallel.' This distinguishes it from the sibling tool get_page_map by explicitly targeting multiple URLs and parallel processing.

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 clearly implies usage for fetching page maps of multiple URLs concurrently, but does not explicitly state when to prefer this over the singular get_page_map or list any exclusions or alternatives. Thus it provides clear context but lacks explicit when-not guidance.

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/Retio-ai/Retio-pagemap'

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