Skip to main content
Glama

Get favorite detail

eh_get_favorite_detail
Read-onlyIdempotent

Retrieve a gallery's authenticated favorite state, category, personal note, and timestamp without modifying anything. Use this to check if a gallery is favorited and review saved details.

Instructions

Read one gallery's authenticated favorite state, category, note, and favorite timestamp without modifying it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoe-hentai
galleryNo
galleryUrlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds value beyond annotations by specifying 'authenticated' (indicating authentication is required) and detailing the returned data (favorite state, category, note, timestamp). Annotations already provide readOnlyHint, idempotentHint, etc., so the description complements rather than contradicts.

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?

Single sentence of 16 words, front-loaded with the verb and resource. No filler or redundancy. Every word earns its place.

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?

The description covers purpose and returned fields but lacks guidance on parameter relationships (e.g., precedence when both gallery and galleryUrl are provided) and expected input constraints. With an output schema present and annotations covering safety, it is minimally adequate but has clear gaps.

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%, meaning no parameter descriptions exist. The tool description does not explain how to specify the gallery (via gallery object or galleryUrl) or the role of the site parameter. For a 3-parameter tool with nested objects, this is a significant gap.

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?

Description clearly states the verb ('Read') and specific resource ('one gallery's authenticated favorite state, category, note, and favorite timestamp'). It distinguishes from siblings like eh_get_favorite_categories (which retrieves categories) and eh_search_favorites (which searches favorites) by targeting a single gallery's details.

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

Usage Guidelines4/5

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

The description implies this tool is for reading favorite details, not modifying them. While it explicitly says 'without modifying it,' it does not mention when not to use this tool or name alternatives for related operations like adding favorites. However, given the sibling tool set and annotations, the usage context is clear enough.

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