Skip to main content
Glama

Check E-Hentai access

eh_check_access
Read-onlyIdempotent

Diagnose access issues for E-Hentai or ExHentai by checking reachability, authentication status, and Cloudflare challenge blocks. This tool identifies the cause of access failures.

Instructions

Diagnose reachability, authentication state, and Cloudflare challenge state for E-Hentai or ExHentai.

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

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful behavioral context by specifying exactly which access-related states are diagnosed (reachability, auth state, Cloudflare challenge), going beyond the annotations without contradicting them.

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?

A single sentence that front-loads the action ('Diagnose') and then lists the three diagnostic domains. Every word contributes to understanding the tool's purpose, with no filler or repetition.

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?

For a simple, optional-parameter, read-only diagnostic tool with rich annotations, the description is nearly complete. The only notable gap is that it does not describe the return format or result structure, but the tool's purpose and safety profile are clear enough for an agent to select and invoke it correctly.

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 100%: the 'site' parameter is fully documented with an enum and a clear description. The tool description itself adds no additional parameter meaning, which matches the baseline for a fully covered simple schema. Minor note: the schema's mention of 'URL override' does not correspond to any visible URL parameter.

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 immediately identifies the tool as a diagnostic action ('Diagnose') with a specific resource scope: reachability, authentication state, and Cloudflare challenge state for E-Hentai or ExHentai. This clearly distinguishes it from the sibling gallery/favorite/search tools, which are all data-retrieval or management operations.

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

Usage Guidelines2/5

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

The description implies the tool is for diagnosing access issues but provides no explicit guidance on when to choose it over sibling tools or when not to use it. There is no mention of alternative tools or conditions that would make another tool more appropriate.

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