Skip to main content
Glama

Get every gallery image page

eh_get_all_gallery_pages
Read-onlyIdempotent

Retrieve all gallery preview pages in sequence to obtain a complete ordered list of image-page entries without downloading images.

Instructions

Serially enumerate every gallery preview page and return a complete, ordered image-page list without downloading images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoe-hentai
galleryNo
maxImagesNo
galleryUrlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint: true, openWorldHint: true, idempotentHint: true, and destructiveHint: false, so the safety profile is clear. The description adds that enumeration is serial (not parallel) and that images are not downloaded, which is useful behavioral context beyond the annotations. No contradictions are present.

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 a single, concise sentence that front-loads the core action ('Serially enumerate every gallery preview page') and completes with essential distinguishing details. Every part earns its place with no wasted words.

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?

The tool has an output schema (not shown but flagged 'true'), so return format documentation is not needed. The description lacks any guidance on parameter usage (which is partially compensated by the schema's defaults and structure), and it doesn't mention pagination or the serial enumeration's time cost. However, for a read-only enumeration tool with good annotations and an output schema, it is largely complete.

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 0%, meaning no parameter descriptions exist in the schema, so the description must compensate. However, the tool description does not explain any of the four parameters (site, gallery, maxImages, galleryUrl) – their meanings, defaults, or how they affect behavior. The description adds no value over the schema structure. Baseline for 0% coverage is lower than 3, but since maxImages and galleryUrl have reasonable names and defaults, a 3 is marginal.

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 verb 'enumerate' and the resource 'gallery preview pages', specifies that it returns a complete ordered list without downloading images, and distinguishes this from sibling tools like 'eh_get_gallery_pages' (which likely gets page content) and 'eh_get_image_page'. The scope of 'all gallery pages' is unambiguous.

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 description implies use when you need the full ordered list of preview pages without downloading images, but it does not explicitly state when to use this versus 'eh_get_gallery_pages' or 'eh_get_image_page'. No exclusions or conditions are provided, though siblings with similar names suggest the need for differentiation.

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/RichardGuan1/eh-index-mcp'

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