Skip to main content
Glama

Search E-Hentai galleries

eh_search_galleries
Read-onlyIdempotent

Search E-Hentai or ExHentai galleries using native title/tag syntax and filters for category, rating, torrent, expunged, and page ranges. Supports cursor pagination and namespace-qualified tags.

Instructions

Search E-Hentai or ExHentai with native title and tag syntax plus optional category, rating, page-count, torrent, expunged, and cursor filters. Use namespace-qualified tags such as artist:name or female:tag when needed. For translated Chinese or English tag names, resolve the native tag token with eh_search_translated_tags first; native tags can be passed directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextNoNext-page cursor returned by this tool
prevNoPrevious-page cursor returned by this tool
seekNoE-Hentai seek value, such as a date or gallery ID
siteNoTarget site; gallery URLs override this when a URL is providede-hentai
queryNoNative E-Hentai query, e.g. language:chinese$ artist:name$
pageToNoOne-based last result page to scan
pageFromNoOne-based first result page to scan
minRatingNoMinimum rating from 2 through 5
categoriesNoGallery categories to include; omit to use all categories
hasTorrentNoWhen true, require galleries with torrent metadata
browseExpungedNoWhen true, include expunged galleries where supported
disableTagFilterNoDisable the site's default tag filtering
disableLanguageFilterNoDisable the site's default language filtering
disableUploaderFilterNoDisable the site's default uploader filtering

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed10 schema fields changedv0.1.2
    • addedInput schema / properties / browseExpunged / description
      Added value: +"When true, include expunged galleries where supported"
    • addedInput schema / properties / categories / description
      Added value: +"Gallery categories to include; omit to use all categories"
    • addedInput schema / properties / disableLanguageFilter / description
      Added value: +"Disable the site's default language filtering"
    • addedInput schema / properties / disableTagFilter / description
      Added value: +"Disable the site's default tag filtering"
    • addedInput schema / properties / disableUploaderFilter / description
      Added value: +"Disable the site's default uploader filtering"
    • addedInput schema / properties / hasTorrent / description
      Added value: +"When true, require galleries with torrent metadata"
    • addedInput schema / properties / minRating / description
      Added value: +"Minimum rating from 2 through 5"
    • addedInput schema / properties / pageFrom / description
      Added value: +"One-based first result page to scan"
    • addedInput schema / properties / pageTo / description
      Added value: +"One-based last result page to scan"
    • addedInput schema / properties / site / description
      Added value: +"Target site; gallery URLs override this when a URL is provided"
  2. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare the operation read-only, idempotent, and non-destructive, so the description only needs to add behavioral context beyond that. It explains that both E-Hentai and ExHentai are supported, that native syntax is expected, and that translated tag resolution is a prerequisite in some cases. This adds useful operational detail without contradicting the 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 focused sentences with the core purpose and filter scope in the first sentence, tag syntax guidance in the second, and the translation routing in the third. Every sentence earns its place and there is no redundant or filler content.

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?

Given the large parameter set and rich schema/output schema, the description covers the essential behavioral and syntactic context needed to invoke the tool correctly. It lacks explicit guidance on access restrictions for ExHentai and how this tool relates to query-building siblings, but the annotations and schema fill many gaps.

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 coverage is 100%, so the baseline is 3. The description adds value by explaining the query-style nature of the tool, clarifying namespace-qualified tag format with concrete examples, and indicating that translated tags must be resolved beforehand. This goes beyond what the schema alone provides.

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?

The description clearly identifies the tool's action ('Search'), the resource ('E-Hentai or ExHentai galleries'), and the core mechanism ('native title and tag syntax'). It is specific enough to distinguish from hash/file-based searches, though it does not explicitly differentiate itself from several similarly named sibling search tools.

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?

It provides useful conditional guidance: use eh_search_translated_tags first for translated tag names, and pass native tags directly. However, it does not address when to choose this tool over siblings like eh_search_watched, eh_search_by_hash, or eh_search_favorites, so the guidance is partial.

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