Skip to main content
Glama

Compare gallery versions

eh_compare_gallery_versions
Read-onlyIdempotent

Compare two versions of the same gallery to identify differences in title, post time, page count, file size, and changes to namespaced tags.

Instructions

Compare two gallery versions by title, posted time, page count, file size, and namespaced tag additions/removals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoe-hentai
afterYes
beforeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds behavioral value by specifying the comparison fields (especially 'namespaced tag additions/removals'), which goes beyond what annotations provide. No contradiction.

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 sentence of 15 words, front-loading the action and listing specifics. Every word adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema (reducing need to describe returns) and the rich annotations, the description provides a minimal but adequate overview. However, it does not explicitly connect the 'before' and 'after' parameters to the two versions being compared, leaving the agent to infer from the schema. It is sufficient but not thorough.

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

Parameters2/5

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

Schema description coverage is 0% (top-level parameters lack descriptions). The description does not explain the parameters (site, before, after) or their roles. It only implies what the output contains, not how to configure the inputs. With no parameter guidance, this scores low.

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 it compares two gallery versions and specifies exactly which attributes are compared (title, posted time, page count, file size, namespaced tag additions/removals). This distinctively separates it from sibling tools like eh_find_latest_gallery_version.

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 provides no guidance on when to use this tool versus alternatives such as eh_find_latest_gallery_version or eh_get_gallery_metadata. There is no mention of prerequisites, context, or exclusion criteria.

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