Skip to main content
Glama

Get popular galleries

eh_get_popular
Read-onlyIdempotent

Retrieve current popular galleries from E-Hentai or ExHentai by selecting the target site. Use this tool to browse trending content without needing search filters, while relative gallery links adapt to the chosen site.

Instructions

List the current popular galleries from E-Hentai or ExHentai. The selected site controls both the request and the base URL used for relative gallery links. Use eh_search_galleries when query filters are needed instead of the site's popular ranking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoTarget site; gallery URLs override this when a URL is providede-hentai

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.2
    • addedInput schema / properties / site / description
      Added value: +"Target site; gallery URLs override this when a URL is provided"
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the read-only/idempotent annotations by explaining that the selected site controls both the request and the base URL for relative gallery links. This is important for correctly interpreting returned URLs and is not derivable from the 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?

Two sentences with no filler. The primary purpose is stated first, the site-dependent URL behavior second, and the sibling routing last. Every sentence earns 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 simple read-only tool with one optional parameter, a full enum, rich annotations, and an output schema, the description covers the essential operational nuance (site selection affecting URLs) and gives sufficient guidance for 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?

The schema already documents the 'site' parameter fully with an enum and default. The description adds complementary meaning by explaining why the parameter matters: it controls both the request target and the base URL used for relative gallery links.

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 identifies the action ('List'), the resource ('current popular galleries'), and the two possible target sites. It distinguishes itself from eh_search_galleries by noting this returns the site's popular ranking rather than query-filtered results.

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?

The description explicitly states when to use an alternative: 'Use eh_search_galleries when query filters are needed instead of the site's popular ranking.' This gives the agent a clear decision rule for choosing between this tool and its closest sibling.

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